From 42cbd7c9dd10479b151b7b338d270bdc0b5db64d Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Thu, 5 Mar 2020 09:51:37 +0100 Subject: [PATCH] Fix type --- steps/DP3.AOFlaggerStepGenerator.cwl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steps/DP3.AOFlaggerStepGenerator.cwl b/steps/DP3.AOFlaggerStepGenerator.cwl index 2a70f602..cc270197 100755 --- a/steps/DP3.AOFlaggerStepGenerator.cwl +++ b/steps/DP3.AOFlaggerStepGenerator.cwl @@ -42,7 +42,7 @@ inputs: available memory too much affects flagging accuracy; in general try to use at least 10 GB of memory. - id: memorymax - type: double + type: float default: 0 doc: >- Maximum amount of memory (in GB) to use. ⇐0 means no maximum. As stated @@ -56,7 +56,7 @@ inputs: memory to use. Note that the time window can be extended with an overlap on the left and right side to minimize possible boundary effects. - id: overlapperc - type: double + type: float default: 0 doc: >- If >0, percentage of time window to be added to the left and right side -- GitLab