fetch_example_radial_scale#
- fetch_example_radial_scale(*, hdf=5)#
Fetch the bundled example radial scaling data file.
- Parameters:
- hdf
int, optional HDF format version to download:
4(.hdf) or5(.h5). Default is5.
- hdf
- Returns:
- path
Path Cached path of the downloaded radial scaling example file.
- path
- Raises:
ValueErrorIf hdf is not a supported HDF version.
See also
fetch_example_fieldlineFetch the example field line data file.
Notes
The radial scaling profile is commonly used to rescale MHD variables that fall off steeply with heliocentric radius \(r\), improving the dynamic range of visualizations.
Examples
>>> from psi_data import fetch_example_radial_scale >>> path = fetch_example_radial_scale() >>> path.name 'rscale.h5'