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:
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: