Sgp4PropagatorSgp4EstimationInputAllowEstimationEpochDuringLeapSecond Property |
Gets or sets a value indicating whether to allow the estimation epoch to occur during a leap second.
By default, this value is
.
If
and the
RequestedEstimationEpoch occurs during a leap second,
the epoch of the estimated
Sgp4Elements will occur one second later than the requested epoch,
as per NASA's CDF standards, so that the estimated elements are representable in the
TwoLineElementSet format.
If
, the
RequestedEstimationEpoch is honored. In which case,
the estimated
Sgp4Elements may not be representable in the
TwoLineElementSet format.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool AllowEstimationEpochDuringLeapSecond { get; set; }
Public Property AllowEstimationEpochDuringLeapSecond As Boolean
Get
Set
public:
property bool AllowEstimationEpochDuringLeapSecond {
bool get ();
void set (bool value);
}
member AllowEstimationEpochDuringLeapSecond : bool with get, set
Property Value
Type:
BooleanSee Also