Note
Click here to download the full example code
Save a set of viewsΒΆ
Save some views in png files.
save 1 image
brain.show_view('lat')
brain.save_image("%s_lat.png" % sub)
save some images
brain.save_imageset(sub, ['med', 'lat', 'ros', 'caud'], 'jpg')
Total running time of the script: ( 0 minutes 0.000 seconds)