From e63c833787db641cc872b790a1025106aa068a54 Mon Sep 17 00:00:00 2001 From: karp2601 Date: Thu, 12 Dec 2024 10:26:55 -0500 Subject: [PATCH] Adding ref to freewater --- scripts/scil_freewater_maps.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/scil_freewater_maps.py b/scripts/scil_freewater_maps.py index f24c3a94f..854eb30ab 100755 --- a/scripts/scil_freewater_maps.py +++ b/scripts/scil_freewater_maps.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -Compute Free Water maps [1] using AMICO. +Compute Free Water maps [1] using the AMICO framework [2]. This script supports both single and multi-shell data. Formerly: scil_compute_freewater.py @@ -35,6 +35,9 @@ [1] Pasternak 0, Sochen N, Gur Y, Intrator N, Assaf Y. Free water elimination and mapping from diffusion mri. Magn Reson Med. 62 (3) (2009) 717-730. + [2] Daducci A, et al. Accelerated microstructure imaging + via convex optimization (AMICO) from diffusion MRI data. + Neuroimage 105 (2015) 32-44. """