Click or drag to resize

SP3dEphemerisGetClockStandardDeviationDataForSatellite Method

Gets the raw clock standard deviation data associated with a particular satellite. The Order of the data will depend on whether this SP3-d file has velocity data included.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntax
public DateMotionCollection<double> GetClockStandardDeviationDataForSatellite(
	SatelliteIdentifier identifier
)

Parameters

identifier
Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
The identifier of the satellite.

Return Value

Type: DateMotionCollectionDouble
The approximate clock standard deviation data associated with the satellite.
Exceptions
ExceptionCondition
ArgumentException Data does not exist for the specified satellite identifier.
See Also