Variables
example3 Namespace Reference

Detailed Description

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)
 

Variable Documentation

◆ data

example3.data

Definition at line 22 of file example3.py.

◆ header

example3.header

Definition at line 22 of file example3.py.

◆ L1

example3.L1 = d.getObs(svid, "L1C", header).data

Definition at line 35 of file example3.py.

◆ mu

int example3.mu = P1 - L1*(C_MPS/L1_FREQ_GPS) - 2*(P1-P2)/(1-GAMMA_GPS)

Definition at line 36 of file example3.py.

◆ P1

example3.P1 = d.getObs(svid, "C1W", header).data

Definition at line 33 of file example3.py.

◆ P2

example3.P2 = d.getObs(svid, "C2W", header).data

Definition at line 34 of file example3.py.

◆ rfn

example3.rfn = gnsstk.getPathData() + '/test_input_rinex2_obs_RinexObsFile.06o'

Definition at line 16 of file example3.py.

◆ strict

example3.strict

Definition at line 22 of file example3.py.

◆ svid

Definition at line 19 of file example3.py.



gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:43