nirs.core.Probe
This data class stores the probe information
probe=nirs.core.Probe;
disp(probe);
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);
This is how to draw a probe
probe.draw