Click or drag to resize

EarthCentralBodyPseudoFixedFrame Property

Gets or sets the pseudo-fixed reference frame. The pseudo-fixed frame does not include the effect of pole wander. Note that this does include the s-prime correction from the International Celestial Reference System. So the only difference between the pseudo-fixed frame and the fixed frame is the 'x' and 'y' offset terms from pole wander computed by the EarthOrientationParameters (EOP). If the EOP data is default (zeros), the pseudo-fixed frame will be the same as the FixedFrame.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReferenceFrame PseudoFixedFrame { get; set; }

Property Value

Type: ReferenceFrame
Exceptions
ExceptionCondition
ArgumentNullException Thrown when value is .
See Also