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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Similar to an epoch object where you can do epochs["my condition"], an EpochsSegmentation should be indexable. Suggested by Vincent today ;)
epochs["my condition"]
EpochsSegmentation
c.f. https://github.com/mne-tools/mne-python/blob/6733cae2a0765da9ec1b67a98937839d4cd9aadf/mne/utils/mixin.py#L78-L144
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Similar to an epoch object where you can do
epochs["my condition"]
, anEpochsSegmentation
should be indexable.Suggested by Vincent today ;)
c.f. https://github.com/mne-tools/mne-python/blob/6733cae2a0765da9ec1b67a98937839d4cd9aadf/mne/utils/mixin.py#L78-L144
The text was updated successfully, but these errors were encountered: