Skip to content

Releases: Nirstorm/nirstorm

NIRSTORM Course, Montreal 2020

28 Jan 16:38
e554156
Compare
Choose a tag to compare

A stable version of NIRSTORM used for the NIRSTORM course in Montreal, 2020.

v0.5: Merge pull request #100 from thomas-vincent/fix_for_release

07 Jul 01:00
e9933ee
Compare
Choose a tag to compare
  • Add a safeguard when motion correction is producing negative values: warn and use offset.
  • adapt to removal of field .samples in bst event structure (see brainstorm-tools/brainstorm3#199)
  • Full GLM pipeline almost completed (still WIP):
  • tested with brainstorm v3.190521 (still need to test with latest brainstorm for final release)

Bug fixes and SCI

11 Oct 16:08
Compare
Choose a tag to compare
  • bug fix in MBLL (log instead of log10)
  • Improve unit testing of MBLL
  • Add a dedicated process to compute dOD from raw signals
  • Add computation of scalp coupling index (quality check)
  • Add work-in-progress features: GLM and cortical signal projection using MNE

Stable May 2018 #1

22 May 17:09
8ae8298
Compare
Choose a tag to compare

Main nirs analysis features:

  • classical analysis pipeline
  • reconstruction with MEM and MNE
  • optimal montage computation
  • interface to MCXlab for forward model computation

Tested on windows and linux mainly.
More tests may be required on Mac OS.

Main TODO: merge shipped fork of brainentropy with official version.

release for the workshop 2018

09 May 02:43
7d8005f
Compare
Choose a tag to compare

Stable release for the workshop during the PERFORM week 2018

Basic fNIRS processings

30 Aug 03:28
Compare
Choose a tag to compare
Pre-release

Implements all features required to run the tutorial http://neuroimage.usc.edu/brainstorm/Tutorials/NIRSFingerTapping:

  • .nirs data importation
  • bad channel tagging
  • events importation from CSV
  • Modified Beer Lambert Law
  • filtering (with brainstorm functions)
  • window averaging (with brainstorm functions).