-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 fnirs and snirf support to report #9443
Conversation
Seems reasonable to me |
Well in that case, @larsoner @agramfort could you please review? Maybe relevant to @hoechenberger too. |
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.
Needs latest.inc update, otherwise LGTM
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.
thx @rob-luke
Thanks!! |
This is an issue as a PR, I have opened this for discussion.
What does this implement/fix?
Allows
to read fNIRS files stored with the pattern
*-nirs.snirf
as defined in the draft BIDS standard https://bids-specification--802.org.readthedocs.build/en/802/04-modality-specific-files/10-functional-near-infrared-spectroscopy.html#fnirs-recording-dataAdditional information
It seems report is currently used with fiff files, are we open to extending it to other file types?
Allowing the file pattern above will facilitate reading files in the BIDS format. The fNIRS BIDS specification has moved from a community feedback stage to draft proposal: bids-standard/bids-specification#802 However, its not finalised (as I am the BEP lead it is extremely unlikely this file pattern will change, but I am trying to think of all possible issues here).