-
Notifications
You must be signed in to change notification settings - Fork 88
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
MRG: Allow to specify custom landmark names in get_head_mri_trans() #946
Conversation
This is ready for review. I'm not particularly proud of that code, but it does do the job! |
Codecov Report
@@ Coverage Diff @@
## main #946 +/- ##
==========================================
+ Coverage 94.39% 94.41% +0.01%
==========================================
Files 25 25
Lines 3550 3562 +12
==========================================
+ Hits 3351 3363 +12
Misses 199 199
Continue to review full report at Codecov.
|
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 am bit worried of "custom names" in a standard...
doc/whats_new.rst
Outdated
@@ -40,6 +40,8 @@ Enhancements | |||
|
|||
- Add support for CNT (Neuroscan) files in :func:`mne_bids.write_raw_bids`, by `Yorguin Mantilla`_ (:gh:`924`) | |||
|
|||
:func:`mne_bids.get_head_mri_trans` gained a new parameter, ``landmark_names``, allowing to specify custom names used for the anatomical landmarks in the MRI data, by `Richard Höchenberger`_ (:gh:`xxx`) |
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.
fix xxx
I hear you and +10000 this. Well, what can we do, we ain't gonna fix this anytime soon ... |
Superseded by #955 |
See mne-tools/mne-python#10208 (comment) is for why this is useful.
Merge checklist
Maintainer, please confirm the following before merging: