clinicaio.types.FileExtension#
- class clinicaio.types.FileExtension#
-
The file extensions that can be encountered for BIDS image files and their companion files.
Initialize self. See help(type(self)) for accurate signature.
- NII = 'nii'#
Uncompressed NIFTI
- NII_GZ = 'nii.gz'#
GZIP compressed NIFTI
- BVAL = 'bval'#
- BVEC = 'bvec'#
- JSON = 'json'#
JSON. In the context of image files, these are sidecar files which provide metadata that can’t be stored/provided by the main NIFTI file itself (e.g. when converting from DICOM to NIFTI).
- MAT = 'mat'#
- TSV = 'tsv'#