Variables
example6 Namespace Reference

Detailed Description

An example of generating new rinex file (both v2,11 and v3.02.
First an existing v2.11 file is read in just so we don't have
to make up all the data that goes into the new files.

Variables

 agency
 
 antennaDeltaHEN
 
 antennaPosition
 
 antNo
 
 antType
 
 auxHeader
 
 clockOffset
 
 data
 
 date
 
 day
 
 epochFlag
 
 fileAgency
 
 fileProgram
 
 fileType
 
 firstObs
 
 header
 
 hour
 
string ifn = gnsstk.getPathData() + '/test_input_rinex2_obs_RinexObsFile.06o'
 
 interval
 
 lli
 
 markerName
 
 markerNumber
 
 minute
 
 mjd = int(d.time.getDays())
 
 month
 
 nd = gnsstk.Rinex3ObsData()
 
list new_data = []
 
 new_header = gnsstk.Rinex3ObsHeader()
 
 newAntDelta = gnsstk.Triple(header.antennaDeltaHEN[0],header.antennaDeltaHEN[1],header.antennaDeltaHEN[2])
 
 newAntPosition = gnsstk.Triple(header.antennaPosition[0],header.antennaPosition[1],header.antennaPosition[2])
 
 newObsId = gnsstk.RinexObsID(str(rinObsId))
 
list newObsIds = []
 
 newSatKey = gnsstk.RinexSatID(satkey.toString())
 
 newSatObs = gnsstk.RinexDatum()
 
list newSatObss = []
 
 numSVs
 
 observer
 
string ofn = "example6_v302.o"
 
 recNo
 
 recType
 
 recVers
 
 satObss = d.obs[newSatKey]
 
 second
 
 sod = float(d.time.getSecondOfDay())
 
 ssi
 
 strict
 
 time
 
 timec = gnsstk.CommonTime(gnsstk.TimeSystem(gnsstk.TimeSystem.GPS))
 
 valid
 
 validEoH
 
 version
 
 year
 

Variable Documentation

◆ agency

example6.agency

Definition at line 26 of file example6.py.

◆ antennaDeltaHEN

example6.antennaDeltaHEN

Definition at line 43 of file example6.py.

◆ antennaPosition

example6.antennaPosition

Definition at line 39 of file example6.py.

◆ antNo

example6.antNo

Definition at line 34 of file example6.py.

◆ antType

example6.antType

Definition at line 35 of file example6.py.

◆ auxHeader

example6.auxHeader

Definition at line 109 of file example6.py.

◆ clockOffset

example6.clockOffset

Definition at line 110 of file example6.py.

◆ data

example6.data

Definition at line 11 of file example6.py.

◆ date

example6.date

Definition at line 18 of file example6.py.

◆ day

example6.day

Definition at line 66 of file example6.py.

◆ epochFlag

example6.epochFlag

Definition at line 111 of file example6.py.

◆ fileAgency

example6.fileAgency

Definition at line 19 of file example6.py.

◆ fileProgram

example6.fileProgram

Definition at line 17 of file example6.py.

◆ fileType

example6.fileType

Definition at line 15 of file example6.py.

◆ firstObs

example6.firstObs

Definition at line 63 of file example6.py.

◆ header

example6.header

Definition at line 11 of file example6.py.

◆ hour

example6.hour

Definition at line 67 of file example6.py.

◆ ifn

example6.ifn = gnsstk.getPathData() + '/test_input_rinex2_obs_RinexObsFile.06o'

Definition at line 10 of file example6.py.

◆ interval

example6.interval

Definition at line 75 of file example6.py.

◆ lli

example6.lli

Definition at line 123 of file example6.py.

◆ markerName

example6.markerName

Definition at line 22 of file example6.py.

◆ markerNumber

example6.markerNumber

Definition at line 72 of file example6.py.

◆ minute

example6.minute

Definition at line 68 of file example6.py.

◆ mjd

example6.mjd = int(d.time.getDays())

Definition at line 102 of file example6.py.

◆ month

example6.month

Definition at line 65 of file example6.py.

◆ nd

example6.nd = gnsstk.Rinex3ObsData()

Definition at line 107 of file example6.py.

◆ new_data

list example6.new_data = []

Definition at line 95 of file example6.py.

◆ new_header

example6.new_header = gnsstk.Rinex3ObsHeader()

Definition at line 13 of file example6.py.

◆ newAntDelta

example6.newAntDelta = gnsstk.Triple(header.antennaDeltaHEN[0],header.antennaDeltaHEN[1],header.antennaDeltaHEN[2])

Definition at line 42 of file example6.py.

◆ newAntPosition

example6.newAntPosition = gnsstk.Triple(header.antennaPosition[0],header.antennaPosition[1],header.antennaPosition[2])

Definition at line 38 of file example6.py.

◆ newObsId

example6.newObsId = gnsstk.RinexObsID(str(rinObsId))

Definition at line 52 of file example6.py.

◆ newObsIds

list example6.newObsIds = []

Definition at line 48 of file example6.py.

◆ newSatKey

example6.newSatKey = gnsstk.RinexSatID(satkey.toString())

Definition at line 115 of file example6.py.

◆ newSatObs

example6.newSatObs = gnsstk.RinexDatum()

Definition at line 121 of file example6.py.

◆ newSatObss

list example6.newSatObss = []

Definition at line 118 of file example6.py.

◆ numSVs

example6.numSVs

Definition at line 112 of file example6.py.

◆ observer

example6.observer

Definition at line 25 of file example6.py.

◆ ofn

string example6.ofn = "example6_v302.o"

Definition at line 135 of file example6.py.

◆ recNo

example6.recNo

Definition at line 29 of file example6.py.

◆ recType

example6.recType

Definition at line 30 of file example6.py.

◆ recVers

example6.recVers

Definition at line 31 of file example6.py.

◆ satObss

example6.satObss = d.obs[newSatKey]

Definition at line 116 of file example6.py.

◆ second

example6.second

Definition at line 69 of file example6.py.

◆ sod

example6.sod = float(d.time.getSecondOfDay())

Definition at line 103 of file example6.py.

◆ ssi

example6.ssi

Definition at line 124 of file example6.py.

◆ strict

example6.strict

Definition at line 11 of file example6.py.

◆ time

example6.time

Definition at line 108 of file example6.py.

◆ timec

Definition at line 100 of file example6.py.

◆ valid

example6.valid

Definition at line 20 of file example6.py.

◆ validEoH

example6.validEoH

Definition at line 82 of file example6.py.

◆ version

example6.version

Definition at line 133 of file example6.py.

◆ year

example6.year

Definition at line 64 of file example6.py.



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