Skip to content

Releases: SIMEXP/niak

target_test_niak_mnc1-aa

31 Aug 05:12
Compare
Choose a tag to compare

Target release only

data_test_niak

22 Apr 15:46
Compare
Choose a tag to compare

Minimal test data for continuous integration testing - minc 1 and nifti formats.

dev-0.14.0

07 Jun 20:35
Compare
Choose a tag to compare
dev-0.14.0 Pre-release
Pre-release

Fixes and Features

  • Separate brick for generation and regression of confounds. The fMRI data is now saved right after resampling, along with confounds. This means it is very fast to reprocess the data using different options for confound regression. It will also be easy to re-use data outside of NIAK, e.g. in FSL or SPM.
  • scrubbing is now done on windows of a given width, in seconds, by default 1 sec (or 1 TR, whichever comes first) before and 6 seconds ( or 1 TR at minimum) after. Before, the window was defined in termes of time points, which did not scale with TR.
  • scrubbing is now saved in a mask in the extra.mat file. Scrubbed points are left in the 4D volumes, but ignored in the regression of confounds (although the regression is still applied to them, the weights of the regression are estimated without them). All pipelines (region growing, basc, basc-fir, connectome, scores, glm-connectome), have been modified to discard the scrubbed time points.

BOSS v0.13.5

27 Mar 06:20
Compare
Choose a tag to compare

Fixes and Features

  • New algorithm for BOLD/T1 MRI coregistration. The T1 brain mask is now edited to (1) add extra-CSF located around the meninges in the mask. These spaces take up contrast in BOLD images and need to be included for proper registration; (2) remove ventral portions of the frontal cortex and temporal poles. Those are typically impacted by signal loss in BOLD images. The amount of signal loss can be tweaked by a parameter.
  • New data in niak_wget (see this commit)
  • Bug fix in the selection of alternative slice timing interpolation schemes (see this commit).
  • Fix the region growing grabber (see this commit).

v0.13.4

26 Oct 17:54
Compare
Choose a tag to compare
v0.13.4 Pre-release
Pre-release
fix v number in niak_gb_vars

BOSS version 0.13.3

02 Oct 20:57
Compare
Choose a tag to compare
BOSS version 0.13.3 Pre-release
Pre-release

Complete release

BOSS version 0.13.2

29 Sep 16:58
Compare
Choose a tag to compare
BOSS version 0.13.2 Pre-release
Pre-release

Complete release

BOSS version 0.13.1

06 Aug 21:00
Compare
Choose a tag to compare
v0.13.1

New Niak Release niak-bossv0.13.1

BOSS version 0.13.0

12 Apr 04:02
Compare
Choose a tag to compare
  • T1-fMRI coregistration is now based on normalized mutual information.
  • A new function niak_wget to fetch datasets online using wget.
  • A couple of bug fixes.
  • niak-with-dependencies.zip includes the psom module along with the brain connectivity toolbox BCT software

BOSS version 0.12.20

18 Dec 04:39
Compare
Choose a tag to compare
BOSS version 0.12.20 Pre-release
Pre-release

Main change is a functional set of tests, including target results generated on a trusted server. The release also includes the script for automated deployment of the tests on the TRAVIS platform.