Spacecraft.EarthShadowTimes() Method |
Top |
DescriptionDetermines the entry time, exit time, and duration of a Spacecraft's pass through the Earth's shadow.
The shadow times are determined using a conical shadow. The algorithm to determine the times a Spacecraft is in any portion of the Earth's shadow is shown in the diagram below. The algorithm used to determine when the Spacecraft is in any portion of the Earth's shadow.
Timing Precision Mode This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode. Click here to see the documentation for this object in nanosecond timing precision mode.
Note: This is an interval method. See the Interval Methods page for more information. Note: This method has a state. See the Methods and Properties with State page for more information.
Method Signature
Return Value
Returns the entry time, exit time, and duration of a Spacecraft's pass through the Earth's shadow.
The FF_Preferences.IntervalEventReportingBehavior property controls whether the start and end of propagation are reported as events. By default, if the time in shadow starts before the beginning of the propagation span, FreeFlyer will label the start of the propagation as the start of the time in shadow. If the time in shadow extends past the end of the propagation span, FreeFlyer labels the end of propagation as the end of the time in shadow.
Syntax
See also Coverage and Contact Analysis Guide
|