Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public SphericalHarmonicGravityModel WithoutEarthPermanentTides()

Return Value

Type: SphericalHarmonicGravityModel
A copy of the original model that has the contributions of the IERS2003 Earth permanent tide subtracted from the gravity coefficients.
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown when CentralBodyName is not Earth.
See Also