nirs.modules.CalculateTotalHb

Untitled

nirs.modules.CalculateTotalHb

This module will add total-hemoglobin and the tissue oxygen index estimates to the data structure. It is noted that this function will accept either nirs.core.Data (time-series) or nirs.core.ChannelStats variable.
Example Usage:
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
ans = 32×3 table
 sourcedetectortype
111‘hbo’
211‘hbr’
321‘hbo’
421‘hbr’
522‘hbo’
622‘hbr’
732‘hbo’
832‘hbr’
933‘hbo’
1033‘hbr’
1143‘hbo’
1243‘hbr’
1344‘hbo’
1444‘hbr’
1554‘hbo’
1654‘hbr’
1755‘hbo’
1855‘hbr’
1965‘hbo’
2065‘hbr’
2166‘hbo’
2266‘hbr’
2376‘hbo’
2476‘hbr’
2577‘hbo’
2677‘hbr’
2787‘hbo’
2887‘hbr’
2988‘hbo’
3088‘hbr’
3198‘hbo’
3298‘hbr’
 
job = nirs.modules.CalculateTotalHb();
hb2 = job.run(hb);
hb2.probe.link
ans = 64×3 table
 sourcedetectortype
111‘StO2’
211‘hbo’
311‘hbr’
411‘hbt’
521‘StO2’
621‘hbo’
721‘hbr’
821‘hbt’
922‘StO2’
1022‘hbo’
1122‘hbr’
1222‘hbt’
1332‘StO2’
1432‘hbo’
1532‘hbr’
1632‘hbt’
1733‘StO2’
1833‘hbo’
1933‘hbr’
2033‘hbt’
2143‘StO2’
2243‘hbo’
2343‘hbr’
2443‘hbt’
2544‘StO2’
2644‘hbo’
2744‘hbr’
2844‘hbt’
2954‘StO2’
3054‘hbo’
3154‘hbr’
3254‘hbt’
3355‘StO2’
3455‘hbo’
3555‘hbr’
3655‘hbt’
3765‘StO2’
3865‘hbo’
3965‘hbr’
4065‘hbt’
4166‘StO2’
4266‘hbo’
4366‘hbr’
4466‘hbt’
4576‘StO2’
4676‘hbo’
4776‘hbr’
4876‘hbt’
4977‘StO2’
5077‘hbo’
5177‘hbr’
5277‘hbt’
5387‘StO2’
5487‘hbo’
5587‘hbr’
5687‘hbt’
5788‘StO2’
5888‘hbo’
5988‘hbr’
6088‘hbt’
6198‘StO2’
6298‘hbo’
6398‘hbr’
6498‘hbt’