Changes between Version 15 and Version 16 of Processing/RawToRinex


Ignore:
Timestamp:
Jul 4, 2017, 3:29:23 PM (7 years ago)
Author:
dac
Comment:

Made it a bit clearer which are outputs in teqc command.

Legend:

Unmodified
Added
Removed
Modified
  • Processing/RawToRinex

    v15 v16  
    11= Converting Raw GPS Base Station Data to RINEX =
    22
    3 == ARSF Leica Basestation ==
     3Before running any of these commands make a copy of the basestation data and work on this
     4
     5== NERC-ARF Leica Basestation ==
    46
    57This consists of multiple files usually named something like Default_NNNN_DDMM_HHMMSS.*. The import file extension here is the .m00 one.
     
    79To convert the basestation data to RINEX use the following unix command:
    810
    9 {{{teqc +nav SOMEFILENAME.14n BASESTATIONFILE.m00 > SOMEFILENAME.14o}}}
     11{{{teqc +nav OUTFILE.14n BASESTATIONFILE.m00 > OUTFILE.14o}}}
    1012
    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).
     13where 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
     15For more commands for working with basestation data see [wiki:Processing/TeqcConversion here].
    1216
    1317