From 292bc4161cc98c6f25fcec123d713ff6f781f003 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Tue, 10 Dec 2019 10:04:53 +0100
Subject: [PATCH] Add autoweight parameter

Former-commit-id: c4cc4b4bdf947d9e4f22382a5b555da1e46d30c3
Former-commit-id: b1ac29b63c5db0e18f92abd0cc5db7844d7a2cbe
---
 steps/DPPP.cwl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/steps/DPPP.cwl b/steps/DPPP.cwl
index 70d824f0..6ec9c1df 100755
--- a/steps/DPPP.cwl
+++ b/steps/DPPP.cwl
@@ -37,6 +37,11 @@ inputs:
   - id: output_directory_names
     type: Any
     doc: Expected output file names
+  - id: autoweight
+    type: boolean
+    default: true
+    inputBinding:
+      prefix: -msin.autoweight=True
 outputs:
   - id: msout
     doc: Output Measurement Set
-- 
GitLab