Click or drag to resize

SphericalHarmonicGravityModel.WithoutEarthPermanentTides 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: 25.1.421.0 (25.1.421.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