Changes between Version 10 and Version 11 of Processing/RawToRinex
- Timestamp:
- Dec 4, 2009, 5:02:59 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/RawToRinex
v10 v11 14 14 }}} 15 15 16 Note you should replace the "09" bit of the file extensions (ie 09n, 09o) with the year in which the observations were collected. It's just convention, it'll still work if you don't, but you should anyway. 16 Note you should replace the "09" bit of the file extensions (ie 09n, 09o) with the year in which the observations were collected. It's just convention, it'll still work if you don't, but you should anyway. Watch the output from this carefully - if you see anything in it that looks like this: 17 18 {{{ 19 teqc usage error: -week # set GPS week to initial value # for native format translation (default = best guess) 20 teqc ... exiting 21 }}} 22 23 ...then the script failed to parse the date for at least one input file (probably it didn't match the expected input pattern). 17 24 18 25 See below for more information about what those commands are doing. … … 37 44 julian `trmdatefinder.py <filename>` | sed 's/\([0-9]\+\) \([0-9]\{4\}\)/\2:\1/' 38 45 }}} 39 * This assumes the filename format is xxxxYYYYMMDDnnnx.xxx, where x is any character, YYYY is a 4-digit year, MM is a two-digit month, DD is a two-digit day of month and nnn is any digit46 * This assumes the filename format is *YYYYMMDDnnnx.xxx, where x is any character, YYYY is a 4-digit year, MM is a two-digit month, DD is a two-digit day of month and nnn is any digit 40 47 * trmdatefinder.py is attached to this page. 41 48 * Teqc can do quite a lot (more than just format conversion). Usage info/instructions (comprehensive but somewhat opaque) are at http://facility.unavco.org/software/teqc/tutorial.html