From 2e36d82e05347171f47433a188e301e647b48ccd Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Tue, 10 Dec 2019 14:55:16 +0100
Subject: [PATCH] Add default for autoweight

Former-commit-id: 80ce186ad37313f4256fb80e3750c55cc8248a37 [formerly 7538528cdd37fea33414f5bfb3b350285c380482]
Former-commit-id: 9e5c4146287c7143315892c4df446aff24248cf1
Former-commit-id: 8a6958190a921b97cc7d615fd2bec83888fd91e2
---
 steps/DP3.Execute.cwl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/steps/DP3.Execute.cwl b/steps/DP3.Execute.cwl
index 89f6ac42..e1f3bbfd 100644
--- a/steps/DP3.Execute.cwl
+++ b/steps/DP3.Execute.cwl
@@ -19,6 +19,7 @@ inputs:
     'sbg:y': -88
   - id: autoweight
     type: boolean
+    default: true
     'sbg:x': -113
     'sbg:y': 290
 outputs:
-- 
GitLab