SphericalHarmonicGravityModelWithoutEarthPermanentTides Method |
Removes the IERS2003 Earth permanent tide contributions so that a time-varying tide model can be applied instead.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SphericalHarmonicGravityModel WithoutEarthPermanentTides()
Public Function WithoutEarthPermanentTides As SphericalHarmonicGravityModel
public:
SphericalHarmonicGravityModel^ WithoutEarthPermanentTides()
member WithoutEarthPermanentTides : unit -> SphericalHarmonicGravityModel
Return Value
Type:
SphericalHarmonicGravityModelA copy of the original model that has the contributions of the IERS2003 Earth permanent tide subtracted from the gravity coefficients.
Exceptions See Also