Spacecraft.MoonShadowTimes() Method

Top 

Description

Determines the entry time, exit time, and duration of a Spacecraft's pass through the Moon's shadow.

 

The shadow times are determined using a conical shadow. The three regions of the Moon's shadow are shown in the diagram below. MoonShadowTimes reports events when the Spacecraft is in the any portion of the Moon's shadow.

 

The three regions of the Moon's shadow.

The three regions of the Moon's shadow.

 
Note: This method uses a spherical model for the Moon. Use the options available in the VisibilityCalculator to exercise more control over the analysis.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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

Spacecraft.MoonShadowTimes(

)

 

 

Return Value

Type:

string

 

 

Returns the entry time, exit time, and duration of a Spacecraft's pass through the Moon'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

myString1 = mySpacecraft1.MoonShadowTimes();

 

 

Example 1

 

 

See also

Spacecraft Object

Spacecraft.MoonShadowTimes

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide