- prepare all the mask images in the data folder
- specify the mask folder
data_dir = os.path.join('../data','fmri_rois')
- specify the ROI names we want to plot
roi_names = """fusiform
inferiorparietal
inferiortemporal
lateraloccipital
lingual
middlefrontal
parahippocampal
pericalcarine
precuneus
superiorfrontal
superiorparietal
ventrolateralPFC""".split('\n')
- specify the figure name
figure name = 'ROI_surf.jpg'