help > RE: Preprocessing error - outlier detection
Nov 10, 2015  04:11 AM | Alfonso Nieto-Castanon - Boston University
RE: Preprocessing error - outlier detection
Hi Casey,

This looks possibly like a a mix-up with an older version of ART that may be installed in your system. I would probably suggest to move the CONN folder to the top of the path (e.g. click on the 'set path' button on the Matlab command window, select the conn folder and click on 'move to top' button) and/or re-download the latest CONN release (if you believe the art.m file there may have been overwritten with an older release).

Let me know if you are still running into this issue
Best
Alfonso
 
Originally posted by Casey Paquola:
Hi,

I receive this error during preprocessing of resting state data, specifically during the outlier detection stage. I am running CONN v.15.g with SPM12

Any help would be much appreciated

Thanks,
Casey

ERROR DESCRIPTION:

Undefined function 'eval' for input arguments of type 'cell'.
Error in art>read_art_sess_file (line 1586)
if ~isempty(idx), eval([convertnames(idx,2),'=sess_file.',fields{n}]);
Error in art>art_OpeningFcn (line 227)
[num_sess,global_type_flag,drop_flag,motionFileType,motion_threshold,global_threshold,use_diff_motion,use_diff_global,use_norms,SPMfile,mask_file,output_dir,P,M] = ...
Error in gui_mainfcn (line 220)
feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error in art (line 129)
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
Error in conn_art (line 8)
[varargout{1:nargout}]=art(varargin{:});
Error in conn_setup_preproc (line 1059)
h=conn_art('sess_file',matlabbatch{n}.art);
Error in conn (line 755)
ok=conn_setup_preproc('',varargin{2:end});
Error in conn_menumanager (line 119)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});

Threaded View

TitleAuthorDate
Casey Paquola Nov 4, 2015
RE: Preprocessing error - outlier detection
Alfonso Nieto-Castanon Nov 10, 2015