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.qc.parse_cat12vbm_report(img_files, cat12vbm_root)[source]ΒΆ
Parse the CAT12 VBM report files for all subjects.
- Parameters:
img_files : list of str
path to images.
cat12vbm_root : str
the root path of the CAT12VBM preprocessing folder.
- Returns:
reports : list of str
the associated CAT12 VBM reports.
Follow us