there seems to be a problem in view_nii when using data that is (natively?) in single format. When I switch to "interp off" and click in one of the panels to move the cross-hair, the other panels get blank, and I see "Warning: CData must be double or uint8.." in my matlab prompt. I can fix this problem by doing something like:
nii.img=double(nii.img);
No other problems so far, so many thanks for the nice software!
I have a question regarding the license. The matlab front-end says this is BSD license, and so does your license.txt. However, a few files (including load_nii.m and save_nii.m) contain the lines
% Part of this file is copied and modified under GNU license from
% MRI_TOOLBOX developed by CNSP in Flinders University, Australia
It seems to me that those files should then by distributed under the GNU license as well. Could you please clarify that? Sorry for the trouble.