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.fsreconall.brainprep_fsreconall_summary(fsdir, outdir)[source]¶
Generate text/ascii tables of freesurfer parcellation stats data ‘?h.aparc.stats’ for both templates (Desikan & Destrieux) and ‘aseg.stats’.
- Parameters:
fsdir : str
the FreeSurfer working directory with all the subjects.
outdir : str
the destination folder.
Follow us