CssiSolarGeophysicalDataUseApToComputeKpValues Property |
Gets a value indicating whether the geophysical data set was configured to use the Ap geomagnetic flux indices
to compute the Kp values, instead of using the Kp values reported natively in the raw data. By default, this is set to true.
Using Ap values to compute Kp can be more accurate since the Kp indices are approximated when represented in the file.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseApToComputeKpValues { get; }
Public ReadOnly Property UseApToComputeKpValues As Boolean
Get
public:
property bool UseApToComputeKpValues {
bool get ();
}
member UseApToComputeKpValues : bool with get
Property Value
Type:
BooleanSee Also