Skip to content

rob-luke/NIRX.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NIRX.jl

Tests codecov

Read NIRX functional near-infrared spectroscopy files in Julia.

Installation

] add NIRX

Usage

Read NIRX data:

triggers, header_info, info, wl1, wl2, config = read_NIRX("path/to/your/data")

Tests

Tests are automatically run on continuous integration servers. Run the tests locally:

] test NIRX