An example of how to walk a RINEX data set and use SatID and ObsID, building an obsEpochMap of the data along the way.
Variables | |
| data | |
| epoch = d.obs[sv] | |
| string | fn = gnsstk.getPathData() + '/arlm200z.15o' |
| header | |
| oe = gnsstk.ObsEpoch() | |
| oem = gnsstk.ObsEpochMap() | |
| oid = header.mapObsTypes['G'][i] | |
| rinex2_obs_type = header.R2ObsTypes[i] | |
| soe = gnsstk.SvObsEpoch() | |
| svid | |
| time | |
| example5.data |
Definition at line 13 of file example5.py.
| example5.epoch = d.obs[sv] |
Definition at line 24 of file example5.py.
| string example5.fn = gnsstk.getPathData() + '/arlm200z.15o' |
Definition at line 10 of file example5.py.
| example5.header |
Definition at line 13 of file example5.py.
| example5.oe = gnsstk.ObsEpoch() |
Definition at line 19 of file example5.py.
| example5.oem = gnsstk.ObsEpochMap() |
Definition at line 16 of file example5.py.
| example5.oid = header.mapObsTypes['G'][i] |
Definition at line 29 of file example5.py.
| example5.rinex2_obs_type = header.R2ObsTypes[i] |
Definition at line 28 of file example5.py.
| example5.soe = gnsstk.SvObsEpoch() |
Definition at line 25 of file example5.py.
| example5.svid |
Definition at line 26 of file example5.py.
| example5.time |
Definition at line 20 of file example5.py.