I want to ask what would be the recommended SNR amplitude estimate when
computing single trial source estimates with
mne-python(apply_inverse/apply_inverse_epochs)?
and for single trial SNR is kept the same as for the evoked data -
default 3. Would it not make sense to reduce it to less (e.g. 1, I have
been using previously with mne-c) if we know that single trials are much
noisier?
I am not so sure about specifying a low SNR for single trials... Yes, it's true of course that single trials are noisier, but often single trial processing in the source space is followed by combining across trials.. So in many (but not all) instances, it is useful to have a consistent inverse operator (specifying a fixed SNR... and for dSPM scaling the noise cov by a fixed number of trials).
For instance, if you did inverse first on single trials and then averaging in source space vs. average across trials in sensor space first and then do inverse, you would get different answers if you specified different SNRs for the two cases.
This issue came up before, and the 3.0 was used to make them consistent: