Contents:
nifti_overlay -A t1.nii.gz
from nifti_overlay import NiftiOverlay overlay = NiftiOverlay() overlay.add_anat('t1.nii.gz') overlay.plot()