fetch_example_fieldline#
- fetch_example_fieldline(*, hdf=5)#
Fetch the bundled example magnetic field line trace 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 field line example file.
- path
- Raises:
ValueErrorIf hdf is not a supported HDF version.
See also
fetch_example_radial_scaleFetch the example radial scaling data file.
fetch_example_chmapdbFetch the example coronal-hole map database.
Examples
>>> from psi_data import fetch_example_fieldline >>> path = fetch_example_fieldline() >>> path.name 'fieldline.h5'