data#
Module for fetching HDF5 assets used through examples.
This module uses the pooch library to manage the downloading and caching of
HDF4 and HDF5 files that adhere to PSI data conventions. It defines functions to
fetch specific example datasets, including 1D radial scale data, 2D coronal hole
maps, 3D radial magnetic field data, magnetic fieldline data, and synchronic maps
used in coronal and heliospheric magnetic field modeling.
Currently, these files are hosted on the PredSci documentation website: at https://www.predsci.com/doc/assets/ and are primarily intended for use in building examples in the PSI I/O and mapflpy packages.
Functions
|
|
|
List all available magnetic field files in the registry. |
|
Fetch the radial scale (1D) data file. |
|
Fetch the coronal hole map (2D) data file. |
|
Fetch the radial magnetic field (3D) data file. |
|
Fetch the magnetic fieldline (2D) data file. |
|
Fetch the synchronic map data file. |
Attributes