Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.25 KB

pyNIRS

This project will contain data processing and analysis scripts to work with fNIRS data. It is heavily modeled after existing Matlab scripts available from NITRC.

Currently, the only utility implemented is one to convert the raw data produced by the NIRx machine to a file format that the Homer2 package can use. Over time, I will port over filtering and processing capabilities currently provided by Homer2 into a native-python implementation.

Dependencies

This package uses both numpy and scipy

Installation

$ python setup.py install

If you receive errors about scipy not being installed after this, run

$ pip install .

Usage

This is currently a command line only application (I may eventually write a GUI wrapper, certainly feel free to contribute one sooner :-) )

$ nirx2nirs path/to/NIRS-xxxx.hdr

For more detailed usage instruction

$ nirx2nirs -h

Note that on windows the setup step should create a .exe file in your path. You may have to include that extension when running commands from the commmand line. I have not tested on Windows yet.