SphericalHarmonicGravityModelCreateEarthPermanentTideCoefficients Method |
Creates a set of the default IERS 2003 permanent tide coefficients for Earth.
These are identical to those created by the default constructor of
PermanentSolidTideModel.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static SphericalHarmonicCoefficients CreateEarthPermanentTideCoefficients()
Public Shared Function CreateEarthPermanentTideCoefficients As SphericalHarmonicCoefficients
public:
static SphericalHarmonicCoefficients^ CreateEarthPermanentTideCoefficients()
static member CreateEarthPermanentTideCoefficients : unit -> SphericalHarmonicCoefficients
Return Value
Type:
SphericalHarmonicCoefficientsThe default IERS 2003 permanent tide coefficients for Earth.
See Also