Spacecraft.ShadowTimes(CelestialObject, Array, Array) Method |
Top |
DescriptionDetermines the entry time, exit time, and duration of a Spacecraft's pass through the shadow of a CelestialObject specified by celestialObject.
The shadow times are determined using a conical shadow. The algorithm to determine the times a Spacecraft is in any portion of the occulting body is shown in the diagram below.
Algorithm used to determine if a Spacecraft is in the occulting body's shadow.
Note: This method uses a spherical model for the occulting body. Use the options available in the VisibilityCalculator to exercise more control over the analysis.
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
Arguments
Return Value
Returns the number of elements filled into EventType and EventTime arrays.
Syntax
See also Coverage and Contact Analysis Guide
|