-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[MRG] Remove impedances in ant reader in favor of an example using antio #12868
New issue
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
Conversation
| ====================================== | ||
| Getting impedances from ANT Neuro .cnt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For future compat and not needing to add redirects etc. could we rename this "Getting impedances from different EEG formats" or something, and then have a section with antio, then a short section for BrainVision that trivially shows raw.impedances? The latter would really just be a placeholder for when we soon show how to do it with pybv.
drammock
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just some slight wordsmithing; otherwise looks great!
Co-authored-by: Daniel McCloy <dan@mccloy.info>
This reverts commit 7ac3c51.
| ] | ||
| "examples/*/*.py" = [ | ||
| "D205", # 1 blank line required between summary line and description | ||
| "D400", # First line should end with a period |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added and exception for D400 in tutorials and examples, as the first line is usually something like:
"""
.. _ex-sensitivity-maps:
================================================
Display sensitivity maps for EEG and MEG sensors
================================================
[...]
|
Thanks @mscheltienne ! |
* upstream/main: Add support for dictionary-type `ref_channels` in `set_eeg_reference()` (mne-tools#12366) [MRG] Remove impedances in ant reader in favor of an example using antio (mne-tools#12868) [pre-commit.ci] pre-commit autoupdate (mne-tools#12869)
As briefly discussed here #12861
We could remove the
raw._impedancesnon-standard attribute fromantand other readers (e.g.bv) in favor of an example which showcases how to get this information if needed.