Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 676 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 676 Bytes

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