Skip to content

Commit 80e3fbd

Browse files
add T2w to suffix allowlist (#1420)
* add T2w to suffix allowlist * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add PR code --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 63cdb04 commit 80e3fbd

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

CITATION.cff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ authors:
210210
family-names: Dold
211211
affiliation: 'Donders Institute for Brain, Cognition and Behaviour, Radboud University, Nijmegen, Netherlands'
212212
orcid: 'https://orcid.org/0009-0003-1477-4912'
213+
- given-names: Harrison
214+
family-names: Ritz
215+
affiliation: 'Princeton Neuroscience Institute, Princeton University, Princeton, USA'
216+
orcid: 'https://orcid.org/0009-0003-1477-4912'
213217
- given-names: Alexandre
214218
family-names: Gramfort
215219
affiliation: 'Université Paris-Saclay, Inria, CEA, Palaiseau, France'

doc/authors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
.. _Ford McDonald: https://github.com/fordmcdonald
2525
.. _Franziska von Albedyll: https://www.researchgate.net/profile/Franziska-Von-Albedyll
2626
.. _Fu-Te Wong: https://github.com/zuxfoucault
27+
.. _Harrison Ritz: https://github.com/harrisonritz
2728
.. _Jean-Rémi King: https://kingjr.github.io
2829
.. _Jonathan Vanhoecke: https://sfb-retune.de/people/jonathan-vanhoecke/
2930
.. _Julia Guiomar Niso Galán: https://github.com/guiomar

doc/whats_new.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The following authors contributed for the first time. Thank you so much! 🤩
2121
* `Berk Gerçek`_
2222
* `Arne Gottwald`_
2323
* `Matthias Dold`_
24+
* `Harrison Ritz`_
2425

2526
The following authors had contributed before. Thank you for sticking around! 🤘
2627

@@ -65,6 +66,7 @@ Detailed list of changes
6566
- Corrects extension when filtering filenames in :meth:`mne_bids.BIDSPath.match()` and :func:`mne_bids.find_matching_paths()`, by `Arne Gottwald` (:gh:`1355`)
6667
- Fix :class:`mne_bids.BIDSPath` partially matching a value, by `Pierre Guetschel` (:gh:`1388`)
6768
- Ensures that ``check`` parameter in :meth:`mne_bids.BIDSPath.update()` is passed to :class:`mne_bids.BIDSPath`, by `Teon Brooks`_ (:gh:`1411`)
69+
- minor: added `T2w` to the suffix allowlist, by `Harrison Ritz`_ (:gh:`1420`)
6870

6971
⚕️ Code health
7072
^^^^^^^^^^^^^^

mne_bids/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"eeg",
175175
"ieeg",
176176
"T1w",
177+
"T2w",
177178
"FLASH", # datatype
178179
"participants",
179180
"scans",

0 commit comments

Comments
 (0)