ERD/ERS map tutorial

External Email - Use Caution

Hi!
What is the unit of the y-axis in the mne tutorial on erd/ers
<https://mne.tools/dev/auto_examples/time_frequency/plot_time_frequency_erds.html>
?

Best,
Karin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200524/4bf0a38f/attachment.html

External Email - Use Caution

Hz?

Or did you mean the color/z axis? In that case....

The units for EpochsTFR (and thus AverageTFR) depend on the type of
baseline you do:

https://mne.tools/stable/generated/mne.time_frequency.EpochsTFR.html#mne.time_frequency.EpochsTFR.apply_baseline

In the example, they use mode "percent", so it's percent change relative
to the baseline.? I always get this mixed up, but I think "raw" power is
?V^2/Hz

If you look at the info of an MNE object (e.g. epochs.info), then it has
a chs attribute which includes unit information although this may just
be the info for the original measurements (I haven't checked what this
looks like for TFR objects).

Best,

Phillip