hello, I find the OPM sensor number is different from yours in your paper titled Pragmatic spatial sampling for wearable MEG arrays, such as 940 for 10mm space vs 784 in your paper. The codes I use are as follows. In addition, I got a problem when I try to use the sensor number as the spatial number in the module of source inversion iterative with the error information of not many this lead field.
for i = 1:Narray
S =[];
S.space = space(i);
S.meshres = 3;
S.offset = 6.5;
S.wholehead = 0;
S.fname = sprintf('sim_opm_%dmm',S.space);
D = spm_opm_sim(S);
newfile=fullfile(out_path, sprintf('sim_opm_%dmm.mat',S.space));
save(newfile,'D');
end
hello, I find the OPM sensor number is different from yours in your paper titled Pragmatic spatial sampling for wearable MEG arrays, such as 940 for 10mm space vs 784 in your paper. The codes I use are as follows. In addition, I got a problem when I try to use the sensor number as the spatial number in the module of source inversion iterative with the error information of not many this lead field.
for i = 1:Narray
S =[];
S.space = space(i);
S.meshres = 3;
S.offset = 6.5;
S.wholehead = 0;
S.fname = sprintf('sim_opm_%dmm',S.space);
D = spm_opm_sim(S);
newfile=fullfile(out_path, sprintf('sim_opm_%dmm.mat',S.space));
save(newfile,'D');
end