You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying out the example "MULTIMODAL, MULTISUBJECT DATA FUSION" from SPM12 manual. I am getting this output when I run the batch_preproc_meeg_convert.m script.
batch_preproc_meeg_convert
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Error using spm_jobman>fill_run_job (line 474)
No executable modules, but still unresolved dependencies or incomplete module inputs.
Error in spm_jobman (line 246)
sts = fill_run_job('run', cjob, varargin{3:end});
Error in batch_preproc_meeg_convert (line 16)
spm_jobman('run', jobs, inputs{:});
I have rechecked all the modules and its steps but still I am unable to figure out the error. Can you explain the error?
The text was updated successfully, but these errors were encountered:
I meet the same problem when using segment_batch.mat for MRI image segmentation.
Initialising batch system... done.
Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object.
Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object.
Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object.
Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object.
Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object.
Item 'Tissue probability map', field 'val': Value must be either empty, a cellstr or a cfg_dep object.
Error using spm_jobman>fill_run_job (line 474)
No executable modules, but still unresolved dependencies or incomplete module inputs.
Error in spm_jobman (line 247)
sts = fill_run_job('run', cjob, varargin{3:end});
Error in process_pet_mni (line 72)
spm_jobman('run',matlabbatch)
I am trying out the example "MULTIMODAL, MULTISUBJECT DATA FUSION" from SPM12 manual. I am getting this output when I run the batch_preproc_meeg_convert.m script.
batch_preproc_meeg_convert
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Item 'Trial File', field 'val': Number of matching files (0) less than required (1).
Error using spm_jobman>fill_run_job (line 474)
No executable modules, but still unresolved dependencies or incomplete module inputs.
Error in spm_jobman (line 246)
sts = fill_run_job('run', cjob, varargin{3:end});
Error in batch_preproc_meeg_convert (line 16)
spm_jobman('run', jobs, inputs{:});
I have rechecked all the modules and its steps but still I am unable to figure out the error. Can you explain the error?
The text was updated successfully, but these errors were encountered: