fetch_example_chmapdb#
- fetch_example_chmapdb(*, hdf=5)#
Fetch the bundled example coronal-hole map database, if available.
- Parameters:
- hdf
int, optional HDF format version to download:
4(.hdf) or5(.h5). Default is5.
- hdf
- Returns:
- Raises:
ValueErrorIf hdf is not a supported HDF version.
- Warns:
RegistryWarningIf the database is not available for the requested HDF version (it is currently provided only for HDF5).
See also
fetch_example_fieldlineFetch the example field line data file.
Examples
>>> from psi_data import fetch_example_chmapdb >>> path = fetch_example_chmapdb(hdf=5) >>> path.name 'chmap.h5'