From 19e901d0f341999eff006a76d3dbb051a79fbe07 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 1 Jun 2022 13:13:25 +0200 Subject: [PATCH] Add default parameters for frequency/time to avoid beam smearing --- workflows/ldv_prefactor_target.cwl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/workflows/ldv_prefactor_target.cwl b/workflows/ldv_prefactor_target.cwl index 0f926837..fdd1b4c4 100644 --- a/workflows/ldv_prefactor_target.cwl +++ b/workflows/ldv_prefactor_target.cwl @@ -12,6 +12,12 @@ inputs: type: string[] - id: solutions type: string + - id: avg_timeresolution_concat + type: int? + default: 4 + - id: avg_freqresolution_concat + type: string? + default: 48.82kHz outputs: - id: cal_solutions @@ -56,6 +62,10 @@ steps: source: fetch_data/uncompressed - id: cal_solutions source: fetch_solutions/downloaded + - id: avg_timeresolution_concat + source: avg_timeresolution_concat + - id: avg_freqresolution_concat + source: avg_freqresolution_concat run: HBA_target.cwl out: - id: solutions -- GitLab