See also nirs.modules.KeepTypes
nirs.modules.DiscardTypes
This module can discard the data types (HbO, HbR, or HbT). This module will accept either nirs.core.Data (time-series), nirs.core.ChannelStats, nirs.core.sFCStats, or nirs.core.ChannelFStats variables.
raw = nirs.testing.simData;
job = nirs.modules.Resample();
job = nirs.modules.OpticalDensity(job);
job = nirs.modules.BeerLambertLaw(job);
hb = job.run(raw);
hb.probe.link
job = nirs.modules.DiscardTypes();
job.types = ‘hbr’
hb = job.run(hb);
hb.probe.link