Changes between Version 14 and Version 15 of Processing/RawToRinex


Ignore:
Timestamp:
Oct 1, 2014, 9:47:51 AM (9 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/RawToRinex

    v14 v15  
    11= Converting Raw GPS Base Station Data to RINEX =
     2
     3== ARSF Leica Basestation ==
     4
     5This consists of multiple files usually named something like Default_NNNN_DDMM_HHMMSS.*. The import file extension here is the .m00 one.
     6
     7To convert the basestation data to RINEX use the following unix command:
     8
     9{{{teqc +nav SOMEFILENAME.14n BASESTATIONFILE.m00 > SOMEFILENAME.14o}}}
     10
     11where 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 ==
    215
    316These instructions currently only cover converting Trimble GPS data to RINEX, though teqc can convert other formats.
     
    518Note: You are advised to take a backup before doing all this - these utilities will cheerfully overwrite your source files with garbage if misused.
    619
    7 == In a nutshell ==
    820
    921Running in the root directory containing your raw GPS data (and assuming you have everything installed), The commands you probably want are (in bash):