mne-tools / mne-connectivity

Connectivity algorithms that leverage the MNE-Python API.
https://mne.tools/mne-connectivity/dev/index.html
BSD 3-Clause "New" or "Revised" License
68 stars 34 forks source link

Add support for additional TFR methods #126

Open tsbinns opened 1 year ago

tsbinns commented 1 year ago

Currently, cwt_morlet is the only TFR method supported, and I see there is a note in epochs.py: # reminder to add alternative TFR methods.

Would it be possible to add support for e.g. the multitaper TFR method available in the mne-base package?

Best, Thomas!

adam2392 commented 1 year ago

Yes that is a good idea. A PR is welcome! :) Lmk if you need guidance