data_loader.py π§ΒΆ
Source: LION/data_loaders/LUNA16/data_loader.py
Warning
This file has not yet received a complete narrative and docstring audit. Its public source-level API is listed automatically below.
- class CT_data_loader
No docstring is available.
- CT_data_loader.load_data(self, indices)
Loads the actual data from disk
- CT_data_loader.unload_data(self, indices=None)
Unloads data from disk. By default, all data, otherwise, give the indices desired to unload
- CT_data_loader.from_HU_to_normal(self)
Converts any loaded values that are in HUs to [0-1] range
- CT_data_loader.from_HU_to_mu(self)
Converts any loaded values that are in HUs to mu (linear attenuation coefficient)