Changes between Version 13 and Version 14 of Processing/RawToRinex


Ignore:
Timestamp:
Nov 22, 2010, 12:13:38 PM (13 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/RawToRinex

    v13 v14  
    5050   * `teqc <rinex_file_1> <rinex_file_2> ... > <joint_rinex_file>`
    5151   * More info/instructions at http://facility.unavco.org/software/teqc/tutorial.html#teqc_splice
     52
     53== Converting and concatenating compact Rinex data ==
     54If the Rinex data is in Compact Rinex format (e.g. xxx.10D) then it needs to be converted to Rinex using the CRX2RNX tool, using the command:
     55{{{
     56CRX2RNX filename
     57}}}
     58
     59If you have many files (for instance data that is organised in hourly files) then you can concatenate them into a single file using teqc. The filenames to be concatenated should be listed in time order.
     60{{{
     61teqc file1 file2 file3 ... filen > file_all
     62}}}