RinexObsFile.GetAllObservations Method

Top 

Description

Retrieves all observations from the TrackingDataFile and stores them in a List<Observation>. Any current observations held by the OD Observation object will be overwritten by the GetAllObservations() method.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

RinexObsFile.GetAllObservations(List<GNSSObservation> gnssObservations)

Variable

Retrieves all observations from the TrackingDataFile and stores them in a List<Observation>. Any current observations held by the OD Observation object will be overwritten by the GetAllObservations() method.

RinexObsFile.GetAllObservations(List<PseudorangeObservation> pseudoRangeObservations)

Variable

Deprecated. Please use a List of GNSSObservation objects instead.

 

 

See also

RinexObsFile Object

Orbit Determination Guide

Tracking Data File Formats