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

Fix applycal

parent a178c7e5
No related branches found
No related tags found
No related merge requests found
Pipeline #648 passed with warnings
......@@ -7,6 +7,7 @@ baseCommand:
- DPPP
arguments:
- steps=[applycal]
- msout=.
inputs:
- id: msin
type: Directory
......@@ -27,21 +28,11 @@ inputs:
type: File
doc: Path of parmdb in which the parameters are stored. This can also be an H5Parm file, in that case the filename has to end in '.h5'
inputBinding:
prefix: applycal.parmdb
prefix: applycal.parmdb=
separate: false
- id: correction
default: gain
type:
type: enum
symbols:
- gain
- tec
- clock
- rotationangle
- rotation
- scalarphase
- scalaramplitude
- rotationmeasure
- fulljones
type: string
doc: |
Type of correction to perform. When using H5Parm, this is for now the name of the soltab; the type will be deduced from the metadata in that soltab, except for full Jones, in which case correction should be 'fulljones'.
inputBinding:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment