Package that provides tools for brain MRI Deep Learning pre-processing.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
- brainprep.workflow.cat12vbm.brainprep_cat12vbm_roi(xml_filenames, output)[source]ΒΆ
Parse cat12vbm rois workflow.
- Parameters:
xml_filenames : list or str(regex,regex)
regex to the CAT12 VBM catROI and cat xml files for all subjects: <PATH>/label/catROI_sub-*_ses-*_T1w.xml, <PATH>/report/cat_sub-*_ses-*_T1w.xml.
output : str
the destination folder.
Follow us