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
poochlibrary 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'