From 65bd7a57b5efc0286e8fb59717ead2f94f42e114 Mon Sep 17 00:00:00 2001 From: Daniel Blezek Date: Mon, 13 Mar 2017 21:23:44 -0500 Subject: [PATCH] Set verbose to False --- bin/Params.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Params.yaml b/bin/Params.yaml index 1cb7bbc7..ad6a1e61 100644 --- a/bin/Params.yaml +++ b/bin/Params.yaml @@ -22,7 +22,7 @@ setting: label: 1 interpolator: 'sitkBSpline' # This is an enumerated value, here None is not allowed resampledPixelSpacing: # This disables resampling, as it is interpreted as None, to enable it, specify spacing in x, y, z as [x, y , z] - verbose: True + verbose: False weightingNorm: # If no value is specified, it is interpreted as None # Input images to use: original for unfiltered image and/or any other filters, see documentation of featureextractor.py