Skip to content
Snippets Groups Projects
Commit 19e901d0 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Add default parameters for frequency/time to avoid beam smearing

parent 3278fff6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment