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.2.419.0 (24.2.419.0)
Syntax public ReferenceFrame PseudoFixedFrame { get; set; }
Public Property PseudoFixedFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ PseudoFixedFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}
member PseudoFixedFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrameExceptions See Also