Changes between Version 13 and Version 14 of Processing/RawToRinex
- Timestamp:
- Nov 22, 2010, 12:13:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/RawToRinex
v13 v14 50 50 * `teqc <rinex_file_1> <rinex_file_2> ... > <joint_rinex_file>` 51 51 * More info/instructions at http://facility.unavco.org/software/teqc/tutorial.html#teqc_splice 52 53 == Converting and concatenating compact Rinex data == 54 If 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 {{{ 56 CRX2RNX filename 57 }}} 58 59 If 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 {{{ 61 teqc file1 file2 file3 ... filen > file_all 62 }}}