Skip to content
Snippets Groups Projects
Commit 69af7ac2 authored by Matthijs van der Wild's avatar Matthijs van der Wild
Browse files

Added steps for phase shifting to delay calibrator.

parent a164ca0a
No related branches found
No related tags found
1 merge request!4Added steps for phase shifting to delay calibrator.
......@@ -11,11 +11,6 @@ arguments:
- average1.type=averager
- applybeam.type=applybeam
- average2.type=averager
- numthreads=5
- msout.overwrite=True
- applybeam.beammode=full
- average2.freqresolution=390.56kHz
- average2.timeresolution=32.0
inputs:
- id: msin
......@@ -86,6 +81,31 @@ inputs:
inputBinding:
position: 1
prefix: applybeam.direction=
- id: numthreads
type: int?
default: 5
inputBinding:
position: 1
prefix: numthreads=
- id: beam_mode
type: string?
default: full
doc: Applied beam mode. 'Full' applies both element beam and array factor.
inputBinding:
position: 1
prefix: applybeam.beammode=
- id: frequency_resolution
type: string?
default: 390.56kHz
inputBinding:
position: 1
prefix: average2.freqresolution=
- id: time_resolution
type: string?
default: 32.0
inputBinding:
position: 1
prefix: average2.timeresolution=
outputs:
- id: msout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment