Name
|
Description
|
AddOccultingBody
|
Adds one or more CelestialObjects to use for occultation modeling.
|
AddOccultingTerrain
|
Adds one or more Terrain objects to use for occultation modeling.
|
Azimuth
|
Calculates the azimuth of the target with respect to the observer. The angle is referenced to the X-Y plane of the observer's body frame and ranges from 0 to 360 degrees.
|
CalculateRefraction
|
Returns the difference in elevation due to the effects of refraction.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
Elevation
|
Calculates the elevation of the target with respect to the observer. The angle is referenced from the X-Y plane of the observer's body frame and ranges from -90 to 90 degrees.
|
ElevationTimes
|
Detects start of visibility (AOS), end of visibility (LOS), and maximum elevation events and determines the elevation at the time of these events.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
RemoveAllOccultingBodies
|
Removes all occulting bodies.
|
RemoveAllOccultingTerrain
|
Removes all occulting bodies.
|
RemoveOccultingBody
|
Removes the specified bodies from the list of bodies used for occultation modeling.
|
RemoveOccultingTerrain
|
Removes the specified Terrain objects from the list of Terrain objects used for occultation modeling.
|
ResetMethodStates
|
Resets any method states associated with the calling object.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
SetObserver
|
Sets the observer object for this segment.
|
SetTarget
|
Sets the target object for this segment.
|
Visibility
|
Evaluates the visibility condition configured by the segment and returns true (1) if the observer can see the target and returns false (0) if the observer can not see the target.
|
VisibilityTimes
|
Detects start of visibility (AOS) and end of visibility (LOS) events.
|