Convert optical density data (red (< 700 nm) and infrared(>810nm)) from functional near infrared spectroscope (fNIRS) to oxy, de-oxy hemoglobin concentrations using modified Beer-Lambert law.
Built with python.
- python 3.X
- numpy
Install using python
$ cd mes2hb
$ python setup.py install
-
You can use this utility without any installation by executing the driver script -
mes2hb-driver.py
located in the root ofmes2hb/
. -
For Example:
$ python mes2hb-driver.py
MIT