pubstructIonosphereParameters{/// Amplitude of the ionospheric delay (seconds)
pubamplitude_s:f64,
/// Period of the ionospheric delay (seconds)
pubperiod_s:f64,
/// Phase of the ionospheric delay (rad)
pubphase_rad:f64,
/// Slant factor
pubslant:f64,
}