SP3cEphemerisGetCorrelationDataForSatellite Method |
Gets the raw correlation data associated with a particular satellite.
The
Order of the data will
depend on whether this SP3-c 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<SP3cCorrelations> GetCorrelationDataForSatellite(
SatelliteIdentifier identifier
)
Public Function GetCorrelationDataForSatellite (
identifier As SatelliteIdentifier
) As DateMotionCollection(Of SP3cCorrelations)
public:
DateMotionCollection<SP3cCorrelations^>^ GetCorrelationDataForSatellite(
SatelliteIdentifier identifier
)
member GetCorrelationDataForSatellite :
identifier : SatelliteIdentifier -> DateMotionCollection<SP3cCorrelations>
Parameters
- identifier
- Type: AGI.Foundation.Navigation.DataReadersSatelliteIdentifier
The identifier of the satellite.
Return Value
Type:
DateMotionCollectionSP3cCorrelationsThe correlation data associated with the satellite.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Data does not exist for the specified satellite identifier.
|
See Also