Click or drag to resize

SphericalHarmonicGravityModelWithoutPermanentTides Method

Removes the 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 WithoutPermanentTides(
	SphericalHarmonicCoefficients permanentTideCoefficients
)

Parameters

permanentTideCoefficients
Type: AGI.Foundation.CelestialSphericalHarmonicCoefficients
The permanent tide contribution that must be subtracted from a model that includes permanent tides.

Return Value

Type: SphericalHarmonicGravityModel
A copy of the original model that has the contributions of the permanent tide subtracted from the gravity coefficients.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when permanentTideCoefficients is .
See Also