voxel.NiftiReader
- class voxel.NiftiReader[source]
A class for reading NIfTI files.
- Variables:
data_format_code (ImageDataFormat) – The supported image data format.
- __init__()
Methods
__init__()load(path_or_bytes[, mmap, compressed])Load volume from NIfTI file path.
load_state_dict(state_dict)Loads the state dictionary into the object.
read(path_or_bytes[, mmap, compressed])Load volume from NIfTI file path.
state_dict()Returns the state dictionary for an object.
Attributes
data_format_code