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
Pipeline #31198 passed
...@@ -12,6 +12,12 @@ inputs: ...@@ -12,6 +12,12 @@ inputs:
type: string[] type: string[]
- id: solutions - id: solutions
type: string type: string
- id: avg_timeresolution_concat
type: int?
default: 4
- id: avg_freqresolution_concat
type: string?
default: 48.82kHz
outputs: outputs:
- id: cal_solutions - id: cal_solutions
...@@ -56,6 +62,10 @@ steps: ...@@ -56,6 +62,10 @@ steps:
source: fetch_data/uncompressed source: fetch_data/uncompressed
- id: cal_solutions - id: cal_solutions
source: fetch_solutions/downloaded source: fetch_solutions/downloaded
- id: avg_timeresolution_concat
source: avg_timeresolution_concat
- id: avg_freqresolution_concat
source: avg_freqresolution_concat
run: HBA_target.cwl run: HBA_target.cwl
out: out:
- id: solutions - id: solutions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment