We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
cwt_morlet
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?
mne-base
Best, Thomas!
The text was updated successfully, but these errors were encountered:
Yes that is a good idea. A PR is welcome! :) Lmk if you need guidance
Sorry, something went wrong.
EpochsTFR
spectral_connectivity_epochs()
spectral_connectivity_time()
No branches or pull requests
Currently,
cwt_morlet
is the only TFR method supported, and I see there is a note inepochs.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!
The text was updated successfully, but these errors were encountered: