clinicadl.io.bids.T1Linear

class clinicadl.io.bids.T1Linear(use_uncropped_image: bool = False)[source]

BidsFileType to select T1-weighted MRI images preprocessed with Clinica t1-linear pipeline.

Parameters:

use_uncropped_image (bool, default=False) –

Whether to use the uncropped images returned by Clinica:

  • if use_uncropped_image=True: only the files that match the pattern t1_linear/sub-*_ses-*_space-MNI152NLin2009cSym_res-1x1x1_T1w.nii* will be selected.

  • else: only the files that match the pattern t1_linear/sub-*_ses-*_space-MNI152NLin2009cSym_desc-Crop_res-1x1x1_T1w.nii* will be selected.