We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
It seems there is an issue with the examples in 'Simple_Probe.snirf' with sourceLabels being a cell instead of a string array as the other labels :
jnirs = loadsnirf('neuro_run01.snirf'); class(jnirs.nirs.probe.detectorLabels) %'string' class(jnirs.nirs.probe.sourceLabels) % 'string' jnirs = loadsnirf('Simple_Probe.snirf'); class(jnirs.nirs.probe.detectorLabels) %'string' class(jnirs.nirs.probe.sourceLabels) %'cell'
Regards, Edoaurd
The text was updated successfully, but these errors were encountered:
any update @fangq ?
Edit: I fixed our loader here but i guess it would be easier to always have string arrays: brainstorm-tools/brainstorm3@db134e4
Edit: i think the issue is here: https://github.com/fNIRS/snirf-samples/blob/master/basic/Simple_Probe.jnirs#L1372 i think it should be : "sourceLabels": [ "S1" ]
"sourceLabels": [ "S1" ]
Sorry, something went wrong.
No branches or pull requests
Hello,
It seems there is an issue with the examples in 'Simple_Probe.snirf' with sourceLabels being a cell instead of a string array as the other labels :
Regards,
Edoaurd
The text was updated successfully, but these errors were encountered: