An example of reading a rinex file and extracting the pseudrange obs and computing a biased multipath observation.
Variables | |
data | |
header | |
L1 = d.getObs(svid, "L1C", header).data | |
int | mu = P1 - L1*(C_MPS/L1_FREQ_GPS) - 2*(P1-P2)/(1-GAMMA_GPS) |
P1 = d.getObs(svid, "C1W", header).data | |
P2 = d.getObs(svid, "C2W", header).data | |
string | rfn = gnsstk.getPathData() + '/test_input_rinex2_obs_RinexObsFile.06o' |
strict | |
svid = gnsstk.RinexSatID(5, gnsstk.SatelliteSystem.GPS) | |
example3.data |
Definition at line 22 of file example3.py.
example3.header |
Definition at line 22 of file example3.py.
Definition at line 35 of file example3.py.
Definition at line 36 of file example3.py.
Definition at line 33 of file example3.py.
Definition at line 34 of file example3.py.
example3.rfn = gnsstk.getPathData() + '/test_input_rinex2_obs_RinexObsFile.06o' |
Definition at line 16 of file example3.py.
example3.strict |
Definition at line 22 of file example3.py.
example3.svid = gnsstk.RinexSatID(5, gnsstk.SatelliteSystem.GPS) |
Definition at line 19 of file example3.py.