nirs.data.Probe

Untitled

nirs.core.Probe

This data class stores the probe information
probe=nirs.core.Probe;
disp(probe);
Probe with properties: optodes: [0×6 table] link: [] srcPos: [] detPos: []
optodes : table of {Name, X,Y,Z,Type,Units}. Defines the position of the optodes and any additional fiducial markers
link: table specifiying the {source, detector, type, [shortseperation]} for each channel of NIRS data. This table must be the same height as the number of channels in the data variable (see nirs.core.Data)
srcPos: (Read only) retrieved from optodes
detPos: (Read only) retrieved from optodes.
distances (Read only) Src-Det distances
types (Read only) list of unique types in the link table

Example

raw = nirs.testing.simData;
probe = raw.probe;
disp(probe);
Probe with properties: optodes: [17×6 table] link: [32×3 table] distances: [32×1 double] srcPos: [9×3 double] detPos: [8×3 double] types: [2×1 double]

This is how to draw a probe

probe.draw