SP3dEphemerisGetApproximateClockStandardDeviationDataForSatellite Method |
Gets the raw approximate 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)
Syntaxpublic DateMotionCollection<double> GetApproximateClockStandardDeviationDataForSatellite(
SatelliteIdentifier identifier
)
Public Function GetApproximateClockStandardDeviationDataForSatellite (
identifier As SatelliteIdentifier
) As DateMotionCollection(Of Double)
public:
DateMotionCollection<double>^ GetApproximateClockStandardDeviationDataForSatellite(
SatelliteIdentifier identifier
)
member GetApproximateClockStandardDeviationDataForSatellite :
identifier : SatelliteIdentifier -> DateMotionCollection<float>
Parameters
- identifier
- Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
The identifier of the satellite.
Return Value
Type:
DateMotionCollectionDoubleThe approximate clock standard deviation data associated with the satellite.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Data does not exist for the specified satellite identifier.
|
See Also