Hi All,
I am new in CONN. I tried to run conn_batchexample_singlesubject.m for my resting state data. I employed "default preprocessing pipeline for volume-based analyses (direct normalization to MNI-space)", and "Run process only (do not import results) ", and "local processing (run on this computer)". However, I met error messages as below:
Error using conn_setup_preproc (line 1667)
unrecognized option run_default_mni
Error in conn_process (line 25)
case 'setup_preprocessing', disp(['CONN: RUNNING SETUP.PREPROCESSING STEP']);
conn_setup_preproc(varargin{:});
Error in conn_batch (line 776)
conn_process('setup_preprocessing',steps,'subjects',SUBJECTS,OPTIONS{:});
Error in conn_batchexample_singlesubject (line 48)
conn_batch(batch);
I ran the preprocessing smoothly using manual click. However, I have a large group of subjects to analyze and prefer to batch script.
May I ask for your help to telling me what's the problem? Thank you very much!
I ran conn (ver 17e) on Matlab 2016a in a Mac (OS X, ver 10.9.5)
Bests,
Delin Sun
I am new in CONN. I tried to run conn_batchexample_singlesubject.m for my resting state data. I employed "default preprocessing pipeline for volume-based analyses (direct normalization to MNI-space)", and "Run process only (do not import results) ", and "local processing (run on this computer)". However, I met error messages as below:
Error using conn_setup_preproc (line 1667)
unrecognized option run_default_mni
Error in conn_process (line 25)
case 'setup_preprocessing', disp(['CONN: RUNNING SETUP.PREPROCESSING STEP']);
conn_setup_preproc(varargin{:});
Error in conn_batch (line 776)
conn_process('setup_preprocessing',steps,'subjects',SUBJECTS,OPTIONS{:});
Error in conn_batchexample_singlesubject (line 48)
conn_batch(batch);
I ran the preprocessing smoothly using manual click. However, I have a large group of subjects to analyze and prefer to batch script.
May I ask for your help to telling me what's the problem? Thank you very much!
I ran conn (ver 17e) on Matlab 2016a in a Mac (OS X, ver 10.9.5)
Bests,
Delin Sun