-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: Add support for fNIRS NIRStar v15.0 files #6986
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6986 +/- ##
========================================
Coverage ? 89.7%
========================================
Files ? 430
Lines ? 77024
Branches ? 12531
========================================
Hits ? 69095
Misses ? 5132
Partials ? 2797 |
b9cf1b1
to
30abfde
Compare
@larsoner and @agramfort this is now ready for review/merge. Thanks |
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.
Otherwise LGTM
I also rethought the way short channels are positioned, and am now using the source location. I think this makes most sense, as the short channels are positioned as close to sources as possible by definition. Also adding a constant offset assumed we knew in what direction the offset was, which we dont. |
Nice, looks more readable to me now. Thanks @rob-luke ! |
What does this implement/fix?
Adds support for reading NIRX NIRStar version 15.0 files.
Additional information
This PR is dependent on mne-tools/mne-testing-data#56 being merged. Then the testing version needs to be incremented in this PR.