Open jeremymanning opened 6 years ago
Sample code: https://github.com/huthlab/speechmodeltutorial
We could build a standard brain surface model (accessible via load) and then project Nifti files onto it, as an alternative to Nifti.plot_anat() (something like Nifti.plot_pycortex())
load
Nifti.plot_anat()
Nifti.plot_pycortex()
Sample code: https://github.com/huthlab/speechmodeltutorial
We could build a standard brain surface model (accessible via
load
) and then project Nifti files onto it, as an alternative toNifti.plot_anat()
(something likeNifti.plot_pycortex()
)