From 500ad946a5e130d8e81bf221bf7c9fb8175597ab Mon Sep 17 00:00:00 2001 From: frheault Date: Wed, 4 Sep 2024 11:09:25 -0400 Subject: [PATCH] Detailled the --split_4D --- scripts/scil_lesions_generate_nawm.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/scil_lesions_generate_nawm.py b/scripts/scil_lesions_generate_nawm.py index 8e7c8b32a..b295af1c0 100755 --- a/scripts/scil_lesions_generate_nawm.py +++ b/scripts/scil_lesions_generate_nawm.py @@ -6,14 +6,16 @@ neighboring a lesion. It is used to compute metrics in the white matter surrounding lesions. -This script will generate concentric rings around the lesions, with the rings +This script will generate concentric rings around the lesions, with the rings going from 2 to nb_ring + 2, with the lesion being 1. The optional mask is used to compute the rings only in the mask region. This can be useful to avoid useless computation. If the lesion_atlas is binary, the output will be 3D. If the lesion_atlas -is a label map, the output will be 4D, with each label having its own NAWM. +is a label map, the output will be either: + - 4D, with each label having its own NAWM. + - 3D, if using --split_4D and saved into a folder as multiple 3D files. """ import argparse