From b6ba110da62c4139e9d10621199980d8b1ee34ca Mon Sep 17 00:00:00 2001 From: Will Asciutto Date: Thu, 14 Jul 2022 08:56:57 -0400 Subject: [PATCH] Add "ApplyMask" as a default step. --- clpipe/data/defaultConfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clpipe/data/defaultConfig.json b/clpipe/data/defaultConfig.json index 41f34654..c25e5eaa 100644 --- a/clpipe/data/defaultConfig.json +++ b/clpipe/data/defaultConfig.json @@ -82,7 +82,8 @@ "ProcessingSteps": [ "SpatialSmoothing", "TemporalFiltering", - "IntensityNormalization" + "IntensityNormalization", + "ApplyMask" ], "ProcessingStepOptions": { "TemporalFiltering": {