nirs.modules.LabelShortSeparation
This module adds a flag for short-separation measurements in the probe.link variable by setting a maximum distance to assign that label.
Example Usage:
raw = nirs.testing.simData_shortsep;
% This raw data includes ss-channel and already has ss labels, this is just for
% demonstration purposes
job = nirs.modules.LabelShortSeperation();
job.max_distance = 15; %in mm
raw = job.run(raw);