Click or drag to resize

EarthGravitationalModel1996NormalizationFactor Method

The normalization factor for the spherical harmonic terms of the specified degree and order. The unnormalized value divided by the normalization factor yields the normalized value.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double NormalizationFactor(
	int degree,
	int order
)

Parameters

degree
Type: SystemInt32
The degree.
order
Type: SystemInt32
The order.

Return Value

Type: Double
The normalization factor.
See Also