Click or drag to resize

ScalarOccultationDualConeOccultation Method

Returns the fraction of light from an illuminating body that an eclipsing body is occulting based on the dual cone shadow model.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected static double Occultation(
	EclipseType shadow,
	double relAngle,
	double eclipseAngle,
	double illumAngle,
	bool useWithCorrector
)

Parameters

shadow
Type: AGI.Foundation.CelestialEclipseType
The EclipseType of the current situation.
relAngle
Type: SystemDouble
The angular separation from the center of the eclipsing body to the center of the illuminating body
eclipseAngle
Type: SystemDouble
The angular separation from the center to the edge of the eclipsing body.
illumAngle
Type: SystemDouble
The angular separation from the center to the edge of the illuminating body.
useWithCorrector
Type: SystemBoolean
This parameter specified whether this call is being made for a Scalar that is being corrected.

Return Value

Type: Double
The occultation, from 0.0 to 1.0.
See Also