vistalab / vistasoft

VISTASOFT is the main software repository of the VISTA lab at Stanford University.
http://vistalab.stanford.edu
148 stars 142 forks source link

make niftiMontage.m compatible with the volume parameter in niftiView.m #322

Closed garikoitz closed 5 years ago

garikoitz commented 5 years ago

When using niftiView with the 'volume' option niftiMontage fails. niftiView passes all the parameters to niftiMontage, but niftiMontage does not have the 'volume' parameter. With the fix p.KeepUnmatched=true it ignores it and it does not throw an error.