We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GLM should print a figure of the brain anatomical masked by the GLM mask to show what voxels are included.
When running GLM with unsmoothed data it is easy to drop voxels that users may wanna keep
No response
The text was updated successfully, but these errors were encountered:
code example to draw mask on image
base_dir = '/home/remi/github/bidspm/demos/openneuro/outputs/derivatives/' pth = 'bidspm-preproc/sub-292/ses-postop/func' file = 'sub-292_ses-postop_task-es_run-01_space-MNI152NLin2009cAsym_desc-preproc_bold.nii,1' spm_check_registration(fullfile(base_dir,pth,file)) stats = 'bidspm-stats/sub-292/task-es_space-MNI152NLin2009cAsym_FWHM-6' mask = 'mask.nii' spm_orthviews('addcolouredimage',1,fullfile(base_dir,stats,mask),[1 0 0]) spm_orthviews('redraw', 1)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
New feature
GLM should print a figure of the brain anatomical masked by the GLM mask to show what voxels are included.
When running GLM with unsmoothed data it is easy to drop voxels that users may wanna keep
Unclear documentation
No response
The text was updated successfully, but these errors were encountered: