From acd72ed0aac6375ed3a041b1d667b33b89d7d462 Mon Sep 17 00:00:00 2001 From: Mattia Mancini <mancini@astron.nl> Date: Thu, 7 Oct 2021 12:03:27 +0200 Subject: [PATCH] Add missing parameter --- steps/fix_long_baselines.cwl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/steps/fix_long_baselines.cwl b/steps/fix_long_baselines.cwl index a17eb0b..ce51c9d 100644 --- a/steps/fix_long_baselines.cwl +++ b/steps/fix_long_baselines.cwl @@ -32,6 +32,8 @@ inputs: doc: new station name (default ST001) type: string? default: ST001 + - id: apply + type: boolean outputs: - id: msout type: Directory -- GitLab