SP3dEphemerisGetCorrelationDataForSatellite Method |
Gets the raw correlation 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<SP3dCorrelations> GetCorrelationDataForSatellite(
SatelliteIdentifier identifier
)
Public Function GetCorrelationDataForSatellite (
identifier As SatelliteIdentifier
) As DateMotionCollection(Of SP3dCorrelations)
public:
DateMotionCollection<SP3dCorrelations^>^ GetCorrelationDataForSatellite(
SatelliteIdentifier identifier
)
member GetCorrelationDataForSatellite :
identifier : SatelliteIdentifier -> DateMotionCollection<SP3dCorrelations>
Parameters
- identifier
- Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
The identifier of the satellite.
Return Value
Type:
DateMotionCollectionSP3dCorrelationsThe correlation data associated with the satellite.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Data does not exist for the specified satellite identifier.
|
See Also