OrbitStateObservationGenerator.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 nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

OrbitStateObservationGenerator.GetAllObservations(List<CartesianStateObservation> cartesianStateObservations)

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.

OrbitStateObservationGenerator.GetAllObservations(List<EquinoctialStateObservation> equinoctialStateObservations)

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.

 

 

See also

OrbitStateObservationGenerator Object