- MNE version: 1.8.0
- operating system: macOS 14.4.1
Hi!
I am using eLORETA inverse method to derive the source time course of EEG evoked data. I do not have subject-specific MRIs (using the fsaverage template), nor do I have personalized digitization points or pictures of subject with the EEG device on.
I have 4 questions regarding source reconstruction in this setting – an answer to only one of these would already be super helpful
- What is the best method to select the snr parameter required for eLORETA? Should the parameter be determined visually from the plot of the whitened evoked signal separately for each subject as obtained with the following method?
evoked.plot_white(noise_cov_reg, time_unit="s")
- The results I get for the source time courses with eLORETA can vary from 2 orders of magnitude between subjects (even for the same snr parameter value) and in general the values are of the order of 10^-12 (as noted here). Should there be any normalization of the source time courses and if so what is a good option to follow up with a spatiotemporal cluster-based permutation test for instance?
- Some papers like this one, remove the subcortical source space points before performing source reconstruction with eLORETA. Is this being done under the assumption that EEG does not measure activity within these regions and that strong reconstructed signals in subcortical structures are necessarily spurious? Or is it more that the spatial uncertainty the estimated time course in these regions is too large to be worth interpreting?
- In general, given the source reconstructed data I’m working with (no personalized MRIs and no digitization points), what is an idea of the spatial resolution for which I should interpret eLORETA estimations?
Thank you!