-
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
SNIRF loader not working with the official samples #9265
Comments
Hi, just pinging @rob-luke. |
I created a separate issue for the sourcePos3D problem: #9308 |
We should ensure we follow the SNIRF standard. However, from memory not all files in the examples repo do. What specific part of our reader is diverging from the standard? |
Thanks @rob-luke, you are right, my bad. Both files do not pass the snirf_validator.py. Some modifications of the samples are planned according to fNIRS/snirf#44, so maybe better to close this issue. Sorry about that. |
That's good to know. Thanks for checking this. I probably wouldn't trust that validator either. Just the spec is valid |
I just received some SNIRF files from NIRx. So I will test and ensure these load in to our reader. |
Describe the bug
The function read_raw_snirf returns errors with the official samples from https://github.com/fNIRS/snirf-samples/.
Steps to reproduce
With Simple_Probe.snirf:
With minimum_example.snirf:
Expected results
and
respectively.
Actual results
and
respectively.
Additional information
This tutorial from MNE-NIRS works fine on my machine.
The text was updated successfully, but these errors were encountered: