
Software
Remote PC Software
RedHat Linux
Auxiliary utilities
Downloading & Data Transfer
AOA
Ashtech
Trimble
Other
Pre-Processing
TEQC
Other
Processing
GAMIT/GLOBK
Bernese
GIPSY-OASIS II
Trimble Geomatics (TGO)
|
 |
TEQC Examples: TurboBinary normal-rate data
The following are examples of command lines
that could be run. Be aware that the hyperlinks point to uncompressed files, and that
8940.hrl
is a raw TurboBinary "hurl" file. Be aware that the binary file has a data gap of about
7 days in the middle.
- This will translate a TurboBinary file into a RINEX OBS file (as redirected stdout):
teqc -aoa tb 8940.hrl > 8940.obs
- This will translate the TurboBinary file into a RINEX NAV file (as redirected stdout):
teqc -aoa tbn 8940.hrl > 8940.nav
- This will translate the TurboBinary file into a RINEX OBS file (as redirected stdout) and a RINEX NAV file (specified by name):
teqc -aoa tb +nav 8940.nav 8940.hrl > 8940.obs
- This will translate the TurboBinary file into a RINEX OBS file (as redirected stdout)
with just the L1 L2 P1 P2 C1 observables, in that order:
teqc -aoa tb -O.obs l1+l2+p1+p2+ca 8940.hrl > 8940.ph_pr.obs
- This will translate the TurboBinary file into a RINEX OBS file (as redirected stdout)
with just the L1 L2 P1 P2 C1 observables, in that order, and edit a few of the RINEX OBS
header fields (sampling interval, agency name & antenna type):
teqc -aoa tb -O.obs l1+l2+p1+p2+ca -O.int 30 -O.agency "Agency X" -O.at "Dorne Margolin" 8940.hrl > 8940.edited.obs
- This will translate the TurboBinary file into a RINEX OBS file (as redirected stdout)
with just the L1 L2 P1 P2 C1 observables, in that order, and edit a few of the RINEX OBS
header fields (sampling interval, agency name & antenna type), using a configuration file
for the RINEX OBS editing options:
teqc -aoa tb -config obs.cfg 8940.hrl > 8940.edited.obs
- Same as above, except all the options are put into a configuration file:
teqc -config all.cfg 8940.hrl > 8940.edited.obs
- QC of the data; the plot and report files are excluded:
teqc +qc -plot -report 8940.obs > 8940.qc
Comments or questions about this page? Send e-mail to Lou Estey (lou unavco.org).
Last modified Monday, 25-Jun-2007 11:43:59 MDT
|