megicparc.viz
.plot_flame_labels¶
- megicparc.viz.plot_flame_labels(indeces, labels, src, subject, subjects_dir, surf='inflated', brain=None, color=None, plot_region=True, plot_points=False, plot_borders=False)¶
Plot filled version of flame parcels
Parameters¶
- indeceslist of int
List of regions to be plotted. Regions are identified by their position within flame parcellation. Indices start from 1
- labelslist of Labels
Flame parcellation
- srcSourceSpaces
Source space that has been parcellated
- subjectstr
Name of the subject
- subject_dirstr
Path to SUBJECTS_DIR
- surfstr
Freesurfer surface mesh name (ie ‘white’, ‘inflated’, etc.)
- brainistance of Brain | None
If None a new brain will be created
- colortuple | None ?????
Color to be used.
- plot_regionBoolean
If True a colored, filled region will be plotted
- plot_pointsBoolean
If True the point within the region will be plotted
- plot_bordersBoolean
If True the region borders will be plotted