MEM model ERROR
I am in trying to do combined process during the MEM model in the surface Brain model. I can run the MEM model using the ICEEG data and MEG data and ran it separately. But when I tried to run it all together, the error showed up and saying can't find the ICEEG data. I am wondering what did I do wrong? Please see the error below
Unrecognized field name "idata".
Error in be_fusion_of_modalities (line 70)
if exist('idata', 'var'); obj.idata = [obj.idata; idata{ii}]; end
Error in be_cmem_solver (line 178)
obj = be_fusion_of_modalities( , obj, OPTIONS);
Error in be_main_call (line 157)
[Results, MEMoptions] = feval(['be_' lower(MEMoptions.mandatory.pipeline) '_solver'], HeadModel, MEMoptions, Results );
Error in be_main (line 60)
[Results, OPTIONS] = be_main_call(varargin{:});
Error in process_inverse_2018>Compute (line 696)
[Results, OPTIONS] = be_main(HeadModel, OPTIONS);
Error in process_inverse_2018 (line 24)
eval(macro_method);
Error in panel_protocols>TreeInverse (line 1390)
[OutputFiles, errMessage] = process_inverse_2018('Compute', iStudies, iDatas);
Error in panel_protocols (line 46)
eval(macro_method);
Error in tree_callbacks>@(h,ev)panel_protocols('TreeInverse',bstNodes,'2018') (line 2697)
gui_component('MenuItem', jPopup, , 'Compute sources [2018]', IconLoader.ICON_RESULTS, , @(h,ev)panel_protocols('TreeInverse', bstNodes, '2018'));"
Thank you