TEQC 编辑 观测gps文件的选项含义

来源:互联网 发布:macbookair下载淘宝 编辑:程序博客网 时间:2024/04/28 16:22
The meaning of the various -O flags should be fairly obvious to anyone familiar with the RINEX OBS header fields:
    -O.s[ystem]
    satellite system (G = GPS, R = GLONASS, S = SBAS, T = Transit, M = mixed)
    -O.pr[ogram]
    program used to create RINEX file (note: will be obsolete and ignored in first release after 7 Jan 1999)
    -O.r[un_by]
    name of user of program
    -O.d[ate]
    date of program execution (note: will be obsolete and ignored in first release after 7 Jan 1999)
    -O.o[perator]
    name of site operator (observer)
    -O.ag[ency]
    name of agency
    -O.mo[nument]
    monument (marker) name
    -O.mn
    monument (marker) number
    -O.rn
    receiver number
    -O.rt
    receiver type
    -O.rv
    receiver software/firmware version
    -O.an
    antenna number
    -O.at
    antenna type
    -O.px[WGS84xyz,m]
    approximate geocentric position in WGS84 cartesian coordinates, in meters
    -O.pe[hEN,m]
    antenna topocentric correction, in meters
    -O.c[omment]
    original header comment (note: use +O.c[omment] to append a new comment)
    -O.int[erval,sec]
    sampling interval, in seconds
    -O.st[art]
    date & time of first observation epoch
    -O.e[nd]
    date & time of last observation epoch
    -O.def_wf
    default wavelength factors for L1 and L2 (see note on teqc's handling of wavelength factors)
    -O.obs[_types]
    list of observables and the observables themselves in the data portion of the file
There are also a few other options that can be used to input information, but are never output with +config or ++config:
    -O.dec[imate]
    modulo decimation of OBS epochs to # time units (seconds by default); -O.dec 30 or -O.dec 30s or -O.dec .5m results in epochs nominally at 00 and 30 seconds being output; millisecond jumps should be accounted for automatically
    -O.pg[eo,ddm]
    approximate geocentric position in WGS84 geographic coordinates, latitude and longitude in decimal degrees and elevation in meters (this input is converted to WGS84 cartesian coordinates)
    -O.sl[ant]
    input vertical topocentric antenna correction as slant height, antenna diameter, and vertical phase center offset (E and N are assumed to be zero) (this input is converted to the cartesian topocentric correction h 0 0)
    +O.c[omment]
    append a new comment field (note: you cannot change existing comments with -O.c[omment])
    -O.rename_obs
    change the character designations of the observables in the # / TYPES OF OBSERV in the RINEX OBS header, but does not rearrange the data in the file; use with care!
    -O.mod_wf
    set the wavelength factors for a specific set of SVs different from the default wavelength factors (this will not be present in the RINEX OBS header as a WAVELENGTH FACT L1/2 record; see note on teqc's handling of wavelength factors)
    -O.mov[ing] 1
    force RINEX OBS antenna position to be in kinematic (roving) state initially (especially regardless of binary flags if doing translation); note that this option has an argument: 1 to turn on and 0 to turn off
原创粉丝点击