Skip to content

a set of utilities for working with fNIRS data

Notifications You must be signed in to change notification settings

hazybluedot/pyNIRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a set of utilities for working with fNIRS data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages