Hi Kun,
I havenāt worked with SEEG, but I have with MEG. Hereās my advice:
-
I would not recommend using
apply_baseline(baseline=(None, 0), mode=??)
to the trial-level TFR. (see: General question: Applying baseline). I believe itās best not to over-clean the data, as we risk losing valuable signals. Iād only clean them if there were clear artifacts. However, keep in mind that opinions vary and some believe baseline correction can increase statistical sensitivity. -
I suggest using mode=āratioā or āzratioā instead of āmean.ā This makes data unitless, and easy to compare between modalities like MEG and EEG, Also, it deals better with the brainās 1/f effect (see: [FieldTrip] TFR Baseline Correction Type).
-
If you apply baseline correction to the trial-level TFR, I recommend applying it before cropping trials (see: Question about baseline in time-frequency representation - #3 by drammock).
-
During epoching of your data with
mne.Epoch
, I think you canāt specify a mode. I think it automatically subtracts the mean amplitude of the pre-stimulus EEG signal, as you already pointed out.
I hope that helps!
Best,
Konstantinos