Print

Print


Hello,


I may have found a bug in the function "nets_glm" in FSLNets. If I run the analysis with 181 nodes/parcels everything works fine, but for 182 or greater the temporarily created nifti file (used by randomise) is of size 1 x 1 x 1 x N (N = number of subjects) instead of 33124 x 1 x 1 x N. I suspect that this bug is due to integer overflow of the X dimension of the nifti file header, since 181 * 181 = 32761 (i.e. smaller than 32768) and 182 * 182 = 33124 (i.e. larger than 32768).


- Anders

########################################################################

To unsubscribe from the FSL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=FSL&A=1