Hi,
That's a strange behavior of the SSD indeed, I don't know what could be causing this, perhaps disabling any sort of sleep or energy saving settings would help? In any case, a couple of observations:
1) yes, if all of preprocessing up to step N has finished, and the error occurred during step N+1, it is always safe to re-start preprocessing from the point it did not get to finish (i.e. from N+1), removing all previous steps in the preprocessing pipeline (as CONN will only update/save the result of a preprocessing step in your CONN project after that step has finished correctly on all subjects).
2) the error message that you included does not represent an issue during any individual preprocessing step, rather it indicates that there was some problem showing the data in the GUI after preprocessing has finished (which could be caused itself by a previous problem anywhere in preprocessing), just double-checking but I imagine you may also have another error message in the log or elsewhere that is indicating that this happenend during the smoothing step? (just asking in case that this other error message indicates a different source of the problem other than a disconnecting SSD)
Hope this helps
Alfonso
Originally posted by kieranford:
Hello all,
I'm experiencing a strange error when pre-processing my dataset. It seems my SSD disconnects/stops working everytime the structural segmentation and normalisation step is complete and the data is being imported to begin spatial smoothing. I've ran pre-processing up until this point three times with the same error.
There appears to be the right number of output files. Can I simply run spatial smoothing (skipping all the previous steps) to finish pre-processing or would this have downstream consequences?
Many thanks
ERROR DESCRIPTION:
Error using spm_sample_vol
Cant open image file.
Error in conn_fileutils (line 359)
else [varargout{1:nargout}]=spm_sample_vol(varargin{:});
Error in conn_menu>conn_menu_selectslice (line 1254)
case 3, y=[]; for nv=1:numel(x.vol), ty=reshape(conn_fileutils('spm_sample_vol',x.vol(nv),reshape(x.x(:,:,n),1,[]),reshape(x.y(:,:,n),1,[]),reshape(x.z(:,:,n),1,[]),1),x.dim([1 2])); y=cat(4,y,ty(end:-1:1,end:-1:1)'); end
Error in conn_menu (line 906)
title=conn_menu_selectslice(data.x1,data.n,data.view);
Error in conn (line 2541)
conn_menu('updateimage',CONN_h.menus.m_setup_00{5},cfile{3});
Error in conn (line 1359)
conn gui_setup;
Error in conn_menumanager (line 121)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN21.a
SPM12 + DAiSS DEM FieldMap LST MEEGtools
Matlab v.2022a
project: CONN21.a
storage: disconnected or unavailable
Threaded View
Title | Author | Date |
---|---|---|
kieranford | Dec 29, 2023 | |
Alfonso Nieto-Castanon | Jan 25, 2024 | |