cherab.imas.datasets.bolometer_mocΒΆ

cherab.imas.datasets.bolometer_moc() strSourceΒΆ

Return the path to a mock bolometer dataset for testing purposes.

Returns:

str – Path to the mock bolometer dataset file.

Raises:

ImportError – If the pooch library is not installed, which is required to fetch the dataset.

Examples

>>> from cherab.imas import datasets
>>> data_path = datasets.bolometer_moc()
>>> data_path
'.../cherab/imas/bolometer_moc.nc'