From 2c0072c53b1dd85435b67b86814ad6dee86cdf79 Mon Sep 17 00:00:00 2001 From: Alexander Drabent <alex@transitix> Date: Tue, 11 Feb 2020 11:30:12 +0100 Subject: [PATCH] update Former-commit-id: 7106ebf374d0653a881c8371a38edc570f793378 --- workflows/HBA_calibrator.cwl | 2 +- workflows/prefactor_calibrator.cwl | 2 +- workflows/prefactor_calibrator/prep.cwl | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/workflows/HBA_calibrator.cwl b/workflows/HBA_calibrator.cwl index f552e635..52acc793 100644 --- a/workflows/HBA_calibrator.cwl +++ b/workflows/HBA_calibrator.cwl @@ -149,7 +149,7 @@ inputs: 'sbg:x': -1000 'sbg:y': 1000 - id: min_separation - type: int? + type: float? default: 30 'sbg:x': -1000 'sbg:y': 1100 diff --git a/workflows/prefactor_calibrator.cwl b/workflows/prefactor_calibrator.cwl index 8d3ce43b..07cd404e 100644 --- a/workflows/prefactor_calibrator.cwl +++ b/workflows/prefactor_calibrator.cwl @@ -149,7 +149,7 @@ inputs: 'sbg:x': -1000 'sbg:y': 1000 - id: min_separation - type: int? + type: float? default: 30 'sbg:x': -1000 'sbg:y': 1100 diff --git a/workflows/prefactor_calibrator/prep.cwl b/workflows/prefactor_calibrator/prep.cwl index 97fbc9d3..ec92fed4 100644 --- a/workflows/prefactor_calibrator/prep.cwl +++ b/workflows/prefactor_calibrator/prep.cwl @@ -42,11 +42,11 @@ inputs: 'sbg:x': -1000 'sbg:y': 0 - id: demix_timestep - type: float + type: int 'sbg:x': -1000 'sbg:y': 100 - id: demix_freqstep - type: string + type: int 'sbg:x': -1000 'sbg:y': 100 - id: demix_target @@ -132,10 +132,10 @@ steps: - id: baselines_to_flag default: [] source: flag_baselines - - id: avg_timeresolution + - id: timeresolution default: 1. source: avg_timeresolution - - id: avg_freqresolution + - id: freqresolution default: "12.21kHz" source: avg_freqresolution - id: process_baselines_cal -- GitLab