Skip to content

OPM array simulation and source reconstruction #19

@qishengjie9

Description

@qishengjie9

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions