Skip to content

Commit

Permalink
fix remaining resp: respiration!=response (mne-tools#11035)
Browse files Browse the repository at this point in the history
* fix remaining resp: respiration!=response

* fix changelog link
  • Loading branch information
sappelhoff authored Aug 15, 2022
1 parent 711da1d commit 7511bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/_includes/channel_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bio Miscellaneous biological channels (e.g., Arbitrary units

stim stimulus (a.k.a. trigger) channels Arbitrary units

resp response-trigger channel Arbitrary units
resp respiration monitoring channel Volts

chpi continuous head position indicator Teslas
(HPI) coil channels
Expand Down
2 changes: 1 addition & 1 deletion doc/changes/0.23.inc
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Bugs

- When creating `~mne.Epochs`, we now ensure that ``reject_tmin`` and ``reject_tmax`` cannot fall outside of the epochs' time interval anymore (:gh:`8821` by `Richard Höchenberger`_)

- `~mne.io.read_raw_bti` erroneously treated response channels as respiratory channels (:gh:`8855` by `Richard Höchenberger`_)
- `~mne.io.read_raw_bti` erroneously treated response channels as respiratory channels (:gh:`8856` by `Richard Höchenberger`_)

- The RMS trace shown in the time viewer of `~mne.SourceEstimate` plots is now correctly labeled as ``RMS`` (was ``GFP`` before) (:gh:`8965` by `Richard Höchenberger`_)

Expand Down

0 comments on commit 7511bf7

Please sign in to comment.