Click or drag to resize

DawnCeresVestaOrientationComputeVesta Method

Compute the IauOrientationParameters for Vesta.

Attitude for Vesta based upon the DAWN mission results. Orientation is from the file "JGDWN_VES20H_SHA.TAB" available from the website of the Planetary Science Institute. This data is derived from the DAWN mission analysis.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static IauOrientationParameters ComputeVesta(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date to evaluate the parameters.

Return Value

Type: IauOrientationParameters
The IauOrientationParameters representing the orientation of Vesta.
See Also