clinicaio.image.Image#
- class clinicaio.image.Image#
An image from a BIDS dataset. You can obtain one by querying from an existing dataset, or by writing a new dataset in which case you will likely want to create the NIFTI and eventually companion files, using
get_nifti_image_path()andget_image_companion_path().- parent_session: clinicaio.session.Session#
- data_type: clinicaio.types.DataType#
- nifti_extension: clinicaio.types.FileExtension#
- entities: clinicaio.entities.Entities#
- scan_info: ImageScanInfo#
Non-empty only if enabled when reading the dataset with
BIDSDataset.populate_from_dir().
Methods#
|
Returns the full path to this image's NIFTI file |
|
BIDS is a format centered around organizing NIFTI image files, but NIFTI does not include |