From 51003584e1d7925e018ba24802ac073866eb0228 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 28 Feb 2024 10:52:43 +0100 Subject: [PATCH] add synb0File to default config --- src/structural_pipeline/config_structural_default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/structural_pipeline/config_structural_default.json b/src/structural_pipeline/config_structural_default.json index 585b1df..d69e2d9 100644 --- a/src/structural_pipeline/config_structural_default.json +++ b/src/structural_pipeline/config_structural_default.json @@ -37,7 +37,8 @@ "rawBvecsFile": "DTI/SUBJECT.bvecs", "dwiFile": "DTI/SUBJECT_DTI.nii.gz", "dwiB0ReversedFile": "", - "dwiReversedFile": "", + "dwiReversedFile": "", + "synb0File": "", "preprocessingScript": "TOOLBOXDIR/structural_preprocessing/preprocess_minimal.sh", "eddyVersion": "eddy_openmp", "acqpFactor": 0.085,