Hello everyone,
I am trying to run an ICC on a subset of subjects in a project. I've been getting this error when running the 1st level analyses (filepath name edited for clarity):
ERROR DESCRIPTION:
Error using spm_vol>spm_vol_hdr (line 80)
File "/raid06/LS/Data/analysis/conn_project/results/firstlevel/ICC_121subs/BETA_Subject001_Condition001_Measure001_Component001.nii" does not exist.
Error in spm_vol (line 61)
v = spm_vol_hdr(deblank(P(i,:)));
Error in conn (line 9813)
CONN_h.menus.m_results.Y=spm_vol(char(filename));
Error in conn (line 8642)
conn gui_results;
Error in conn (line 10185)
conn('gui_resultsgo',listtype);
It looks like CONN is searching for Subject 1's data; however, Subject 1 is not one of the selected subjects for this subset analysis. Why is CONN looking for a sub that's not selected to be in the analysis? Can I continue with the second level analysis or how do I address this error?
I am trying to run an ICC on a subset of subjects in a project. I've been getting this error when running the 1st level analyses (filepath name edited for clarity):
ERROR DESCRIPTION:
Error using spm_vol>spm_vol_hdr (line 80)
File "/raid06/LS/Data/analysis/conn_project/results/firstlevel/ICC_121subs/BETA_Subject001_Condition001_Measure001_Component001.nii" does not exist.
Error in spm_vol (line 61)
v = spm_vol_hdr(deblank(P(i,:)));
Error in conn (line 9813)
CONN_h.menus.m_results.Y=spm_vol(char(filename));
Error in conn (line 8642)
conn gui_results;
Error in conn (line 10185)
conn('gui_resultsgo',listtype);
It looks like CONN is searching for Subject 1's data; however, Subject 1 is not one of the selected subjects for this subset analysis. Why is CONN looking for a sub that's not selected to be in the analysis? Can I continue with the second level analysis or how do I address this error?