An example reading a RINEX obs, nav and met file and using PRSolutionLegacy to computer a receiver position and compare this to the position in the obs header.
Variables | |
ephStore = gnsstk.gnsstk.Rinex3EphemerisStore() | |
err = obsHeader.antennaPosition - pos | |
humidity = metDataDict[gnsstk.RinexMetHeader.HR] | |
indexP1 = obsHeader.getObsIndex('C1W') | |
indexP2 = obsHeader.getObsIndex('C2W') | |
float | ionocorr = 0.0 |
metData | |
metDataDict = metObj.getData() | |
string | metfn = gnsstk.getPathData() + '/arlm200z.15m' |
metHeader | |
navData | |
string | navfn = gnsstk.getPathData() + '/arlm200z.15n' |
navHeader | |
obsData | |
string | obsfn = gnsstk.getPathData() + '/arlm200z.15o' |
obsHeader | |
float | P1 = 0.0 |
float | P2 = 0.0 |
pos = gnsstk.Triple(raimSolver.Solution[0], raimSolver.Solution[1], raimSolver.Solution[2]) | |
pressure = metDataDict[gnsstk.RinexMetHeader.PR] | |
list | prnList = [] |
raimSolver = gnsstk.PRSolutionLegacy() | |
list | rangeList = [] |
rangeVector = gnsstk.seqToVector(rangeList) | |
RMSLimit | |
satVector = gnsstk.seqToVector(prnList, outtype='vector_SatID') | |
temp = metDataDict[gnsstk.RinexMetHeader.TD] | |
time = obsObj.time | |
tropModel = gnsstk.GGTropModel() | |
example4.ephStore = gnsstk.gnsstk.Rinex3EphemerisStore() |
Definition at line 16 of file example4.py.
example4.err = obsHeader.antennaPosition - pos |
Definition at line 126 of file example4.py.
example4.humidity = metDataDict[gnsstk.RinexMetHeader.HR] |
Definition at line 37 of file example4.py.
example4.indexP1 = obsHeader.getObsIndex('C1W') |
Definition at line 25 of file example4.py.
example4.indexP2 = obsHeader.getObsIndex('C2W') |
Definition at line 26 of file example4.py.
float example4.ionocorr = 0.0 |
Definition at line 62 of file example4.py.
example4.metData |
Definition at line 21 of file example4.py.
example4.metDataDict = metObj.getData() |
Definition at line 34 of file example4.py.
string example4.metfn = gnsstk.getPathData() + '/arlm200z.15m' |
Definition at line 13 of file example4.py.
example4.metHeader |
Definition at line 21 of file example4.py.
example4.navData |
Definition at line 15 of file example4.py.
string example4.navfn = gnsstk.getPathData() + '/arlm200z.15n' |
Definition at line 12 of file example4.py.
example4.navHeader |
Definition at line 15 of file example4.py.
example4.obsData |
Definition at line 23 of file example4.py.
string example4.obsfn = gnsstk.getPathData() + '/arlm200z.15o' |
Definition at line 11 of file example4.py.
example4.obsHeader |
Definition at line 23 of file example4.py.
example4.P1 = 0.0 |
Definition at line 56 of file example4.py.
example4.P2 = 0.0 |
Definition at line 69 of file example4.py.
example4.pos = gnsstk.Triple(raimSolver.Solution[0], raimSolver.Solution[1], raimSolver.Solution[2]) |
Definition at line 125 of file example4.py.
example4.pressure = metDataDict[gnsstk.RinexMetHeader.PR] |
Definition at line 36 of file example4.py.
list example4.prnList = [] |
Definition at line 46 of file example4.py.
example4.raimSolver = gnsstk.PRSolutionLegacy() |
Definition at line 27 of file example4.py.
list example4.rangeList = [] |
Definition at line 47 of file example4.py.
example4.rangeVector = gnsstk.seqToVector(rangeList) |
Definition at line 110 of file example4.py.
example4.RMSLimit |
Definition at line 95 of file example4.py.
example4.satVector = gnsstk.seqToVector(prnList, outtype='vector_SatID') |
Definition at line 109 of file example4.py.
example4.temp = metDataDict[gnsstk.RinexMetHeader.TD] |
Definition at line 35 of file example4.py.
example4.time = obsObj.time |
Definition at line 103 of file example4.py.
example4.tropModel = gnsstk.GGTropModel() |
Definition at line 20 of file example4.py.