mmagnuski / borsar

Various tools for EEG/MEG data analysis.
https://mmagnuski.github.io/borsar.github.io/index.html
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Use `mne.time_frequency.SpectrumArray` as `compute_psd` output instead of borsar.freq.PSD #130

Open mmagnuski opened 10 months ago

mmagnuski commented 10 months ago

MNE-Python's _plot_psd (used internally by borsar.freq.PSD) has been changing very frequently - fixing borsar's PSD class plotting by adding yet more branching to use _plot_psd correctly makes no more sense. Using MNE-Python objects is the way to go, and if things are missing there - we can try enhancing things on the MNE's side.

drammock commented 10 months ago

feel free to ping me if you get stuck anywhere when doing this