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.cortical.interhemi_projection(fsdir, sid, template_dir)[source]¶
Surface-based features projection to the ‘fsaverage_sym’ atlas.
- Parameters:
fsdir : str
the FreeSurfer subjects directory ‘SUBJECTS_DIR’.
sid : str
the subject identifier
template_dir : str
path to the ‘fsaverage_sym’ template.
- Returns:
xhemi_features : dict
the different features projected to the common symmetric atlas.
Follow us