
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: ConanBinary
The following are examples of command lines
that could be run. Be aware that the hyperlinks point to uncompressed files, and that
hmcp0750.96o.cb
is a binary download file. The original data was collected using an AOA TurboRogue receiver.
- This will translate a ConanBinary file into a RINEX OBS file (as redirected stdout):
teqc -aoa cb hmcp0750.96o.cb > hmcp0750.96o.obs
- This will translate a ConanBinary file into a RINEX OBS file (as redirected stdout) a RINEX NAV file (specified by name):
teqc -aoa cb +nav hmcp0750.96o.nav hmcp0750.96o.cb > hmcp0750.96o.obs
- This will translate a ConanBinary file into a RINEX NAV file (as redirected stdout) a RINEX OBS file (specified by name):
teqc -aoa cbn +obs hmcp0750.96o.obs hmcp0750.96o.cb > hmcp0750.96o.nav
- This will translate a ConanBinary file into a RINEX OBS file (as redirected stdout), with just the L1 L2 C1 P2 P1 observables,
in that order:
teqc -aoa cb -O.obs l1+l2+ca+p2+p1 hmcp0750.96o.cb > hmcp0750.96o.ph_pr.obs
- QC of the RINEX OBS; plot files and report file are suppressed:
teqc +qc -plot -report hmcp0750.96o.obs > hmcp0750.96o.qc
Notice that a full 24 hours of data was extracted from the ConanBinary file and in the
hmcp0750.96o.qc short report, in
the Clk line, that there are no missing epochs in the RINEX OBS file.
Comments or questions about this page? Send e-mail to Lou Estey (lou unavco.org).
Last modified Monday, 25-Jun-2007 11:43:33 MDT
|