From acbaca7dafd7f1919a739e63d56497f32d3e91c3 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Wed, 4 Dec 2019 11:24:31 +0100
Subject: [PATCH] Set default input parameters

---
 workflows/prefactor_calibrator.cwl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/workflows/prefactor_calibrator.cwl b/workflows/prefactor_calibrator.cwl
index e3d0d939..55e36d98 100644
--- a/workflows/prefactor_calibrator.cwl
+++ b/workflows/prefactor_calibrator.cwl
@@ -55,7 +55,8 @@ inputs:
     'sbg:x': -89
     'sbg:y': -276
   - id: min_separation
-    type: float?
+    type: float
+    default: 20.
     'sbg:x': -638.4987182617188
     'sbg:y': 31.238996505737305
   - id: A-Team_sky_model
-- 
GitLab