RinexNavigationEphemerisFitInterval Property |
Gets the fit interval representing the duration in hours for which this ephemeris is valid.
Note that, according to ICD-GPS-200D, if the fit interval in the RINEX file is zero (or absent) the default fit interval is set to 4 hours.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double FitInterval { get; }
Public ReadOnly Property FitInterval As Double
Get
public:
property double FitInterval {
double get ();
}
member FitInterval : float with get
Property Value
Type:
DoubleSee Also