fetch_mas_quantities#
- fetch_mas_quantities(*, quantities='ch_pm', hdf=5)#
Fetch derived MAS quantities defined at the model inner radial boundary.
Downloads MAS “quantities at \(r_0\)” files — scalar quantities evaluated at the inner radial boundary of the coronal domain — and returns their cached paths.
- Parameters:
- Returns:
- Raises:
ValueErrorIf hdf is not a supported HDF version.
See also
fetch_mas_dataFetch full MAS MHD field output.
Examples
>>> from psi_data import fetch_mas_quantities >>> paths = fetch_mas_quantities(quantities="ch_pm") >>> paths.ch_pm PosixPath('.../cor/quantities_at_r0/ch_pm.h5')