Changes between Version 15 and Version 16 of Processing/RawToRinex
- Timestamp:
- Jul 4, 2017, 3:29:23 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/RawToRinex
v15 v16 1 1 = Converting Raw GPS Base Station Data to RINEX = 2 2 3 == ARSF Leica Basestation == 3 Before running any of these commands make a copy of the basestation data and work on this 4 5 == NERC-ARF Leica Basestation == 4 6 5 7 This consists of multiple files usually named something like Default_NNNN_DDMM_HHMMSS.*. The import file extension here is the .m00 one. … … 7 9 To convert the basestation data to RINEX use the following unix command: 8 10 9 {{{teqc +nav SOMEFILENAME.14n BASESTATIONFILE.m00 > SOMEFILENAME.14o}}}11 {{{teqc +nav OUTFILE.14n BASESTATIONFILE.m00 > OUTFILE.14o}}} 10 12 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). 13 where the OUTFILE is the output filename and 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). 14 15 For more commands for working with basestation data see [wiki:Processing/TeqcConversion here]. 12 16 13 17