CelestialObject.GetBodyRotationAngle(TimeSpan) Method

Top 

Description

Returns the angular difference between the true rotation axis reference frame X axis and the pseudo-body fixed reference frame X axis in the true rotation axis reference frame XY plane.

 

When the CelestialObject is Earth, this value is equivalent to Earth Rotation Angle (ERA).

 

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.

 

Method Signature

CelestialObject.GetBodyRotationAngle(

TimeSpan epoch)

 

 

Arguments

epoch


Description:

The epoch at which the CelestialObject's state is evaluated.

 

 

 

Return Value

Type:

number

Units:

deg

 

 

Returns a three-element Array containing the position of the Celestial Object, referenced to the ICRF.

 

Syntax

myVariable1 = myCelestialObject1.GetBodyRotationAngle(myTimeSpan1);

 

 

See also

CelestialObject Object

CelestialObjects Guide