Changes between Version 6 and Version 7 of Processing/RawToRinex


Ignore:
Timestamp:
Dec 4, 2009, 4:00:30 PM (14 years ago)
Author:
benj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/RawToRinex

    v6 v7  
    2020   * If you don't know the date of the observation file, run teqc without the week argument. It will default to the current week, but will tell you which week you should use instead (then you should re-run it with the suggested -week argument).
    2121   * This should generate RINEX files that can be read by Grafnav/Grafnet as normal.
     22   * To extract the date of acquisition from the Trimble raw filename in a format useable by teqc (and assuming you've got the "julian" script installed), use:
     23     {{{
     24     julian `trmdatefinder.py <filename>` | sed 's/\([0-9]\+\) \([0-9]\{4\}\)/\2:\1/'
     25     }}}
     26     * 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 digit
     27     * trmdatefinder.py is attached to this page.
    2228   * 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
    2329 1. If you have several sequential RINEX files for the same site, they can be joined together using teqc: