Load and plot nifti fileΒΆ

This example loads a nifti file and plots it.

../_images/sphx_glr_plot_load_nifti_001.png
# Code source: Lucy Owen & Andrew Heusser
# License: MIT

# import
import supereeg as se

# load example nifti
# gray matter masked MNI152 brain downsampled to 20mm
nii = se.load('example_nifti')

# plot nifti
nii.plot_anat()

Total running time of the script: ( 0 minutes 0.298 seconds)

Gallery generated by Sphinx-Gallery