Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool AllowEstimationEpochDuringLeapSecond { get; set; }

Property Value

Type: Boolean
See Also