I have following issue regarding FSL nets. When I try to run the script (in MATLAB), I get following error on the command nets_nodepics(ts,group_maps):
570 error(message('MATLAB:imagesci:imread:fileDoesNotExist', filename));
>> Cannot open /mnt/local/VM_DATA/Data_nonslcorr/groupICA_20/melodic_IC.sum/0000.png for reading
Segmentation fault (core dumped)
Unrecognized function or variable 'Cannot'.
>> nets_nodepics(ts,group_maps)
Cannot open /mnt/local/VM_DATA/Data_nonslcorr/groupICA_20/melodic_IC.sum/0000.png for reading
Segmentation fault (core dumped)
slices_summary /mnt/local/VM_DATA/Data_nonslcorr/groupICA_20/melodic_IC.sum /tmp/tp53a678e1_c5d5_42e6_ad88_0400da7db43f.png 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 17 18: Segmentation fault
Error using imread>get_full_filename (line 570)
File "/tmp/tp53a678e1_c5d5_42e6_ad88_0400da7db43f.png" does not exist.
Error in imread (line 377)
fullname = get_full_filename(filename);
Error in nets_nodepics (line 16)
pic=imread(sprintf('%s.png',grot));
570 error(message('MATLAB:imagesci:imread:fileDoesNotExist', filename));
The paths should be correctly changed in the script, I think... The melodic_IC.sum/0000.png exists on that place...
Any ideas?
Dear FSL - Team
I have following issue regarding FSL nets. When I try to run the script (in MATLAB), I get following error on the command
nets_nodepics(ts,group_maps)
:The paths should be correctly changed in the script, I think... The melodic_IC.sum/0000.png exists on that place... Any ideas?