Structure IonosphericCorrection

┗ HPE.Gnss.IonosphericCorrection

namespace: HPE.Gnss
packed: true

Description

Klobuchar Ionospheric Correction model parameters. See ICD200 para. 20.3.3.5.2.5

Summary

Fields defined in HPE.Gnss.IonosphericCorrection

a0, a1, a2, a3, b0, b1, b2, b3

Field Detail

a0 (required) : int8, in 2^-30 seconds

alpha0 term of the polynomial in seconds. Value is integer encoded with scale factor 2^-30.

a1 (required) : int8, in 2^-27 seconds

alpha1 term of the polynomial in seconds. Value is integer encoded with scale factor 2^-27.

a2 (required) : int8, in 2^-24 seconds

alpha2 term of the polynomial in seconds. Value is integer encoded with scale factor 2^-24.

a3 (required) : int8, in 2^-24 seconds

alpha3 term of the polynomial in seconds. Value is integer encoded with scale factor 2^-24.

b0 (required) : int8, in 2^11 seconds

beta0 term of the polynomial in seconds. Value is integer encoded with scale factor 2^11.

b1 (required) : int8, in 2^14 seconds

beta1 term of the polynomial in seconds. Value is integer encoded with scale factor 2^14.

b2 (required) : int8, in 2^16 seconds

beta2 term of the polynomial in seconds. Value is integer encoded with scale factor 2^16.

b3 (required) : int8, in 2^16 seconds

beta3 term of the polynomial in seconds. Value is integer encoded with scale factor 2^16.