IonexInterface ============== .. py:class:: pride.io.IonexInterface(ionex_file: pathlib.Path) Interface to content of IONEX files .. py:method:: read_data_from_ionex_file() -> tuple[list[scipy.interpolate.RegularGridInterpolator], float, float] Read data from IONEX file Parses the IONEX file to extract the reference height of the ionospheric model, the reference radius for the Eearth, and the TEC maps. The function generates a regular grid interpolator for each TEC map, and returns them all into a list, sorted by order of appearence in the file. :return tec_interpolators: List of interpolators for TEC maps :return ref_height: Reference height of the ionospheric model :return ref_rearth: Reference radius of the Earth