Changes between Version 14 and Version 15 of Processing/RawToRinex
- Timestamp:
- Oct 1, 2014, 9:47:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/RawToRinex
v14 v15 1 1 = Converting Raw GPS Base Station Data to RINEX = 2 3 == ARSF Leica Basestation == 4 5 This consists of multiple files usually named something like Default_NNNN_DDMM_HHMMSS.*. The import file extension here is the .m00 one. 6 7 To convert the basestation data to RINEX use the following unix command: 8 9 {{{teqc +nav SOMEFILENAME.14n BASESTATIONFILE.m00 > SOMEFILENAME.14o}}} 10 11 where the SOMEFILENAME should be the same for both .14n and .14o files. The extension .14* is the year (so for 2015 data the extension would be 15o and 15n). 12 13 14 == In a nutshell == 2 15 3 16 These instructions currently only cover converting Trimble GPS data to RINEX, though teqc can convert other formats. … … 5 18 Note: You are advised to take a backup before doing all this - these utilities will cheerfully overwrite your source files with garbage if misused. 6 19 7 == In a nutshell ==8 20 9 21 Running in the root directory containing your raw GPS data (and assuming you have everything installed), The commands you probably want are (in bash):