Skip to content

Inconsistant type for sourceLabels and detectorLabels #13

Closed
@Edouard2laire

Description

@Edouard2laire

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions