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

Add storagemanager parameter

parent 1f48b152
No related branches found
No related tags found
No related merge requests found
Pipeline #789 passed with warnings
...@@ -43,6 +43,12 @@ inputs: ...@@ -43,6 +43,12 @@ inputs:
inputBinding: inputBinding:
position: 0 position: 0
prefix: '-msin.autoweight=True' prefix: '-msin.autoweight=True'
- default: "dysco"
id: storagemanager
type: string
inputBinding:
position: 0
prefix: '-msout.storagemanager='
- default: '' - default: ''
id: baseline id: baseline
type: string type: string
......
...@@ -48,11 +48,16 @@ inputs: ...@@ -48,11 +48,16 @@ inputs:
Type of correction to perform. When using H5Parm, this is for now the name 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, 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'. except for full Jones, in which case correction should be 'fulljones'.
- id: storagemanager
type: string
default: dysco
inputBinding
prefix: msout.storagemanager=
- id: updateweights - id: updateweights
type: boolean? type: boolean?
inputBinding: inputBinding:
position: 0 position: 0
prefix: applycal.updateweights=True prefix: -applycal.updateweights=True
outputs: outputs:
- id: msout - id: msout
doc: Output Measurement Set doc: Output Measurement Set
......
...@@ -90,7 +90,11 @@ inputs: ...@@ -90,7 +90,11 @@ inputs:
and mode=rotation+diagonal. and mode=rotation+diagonal.
inputBinding: inputBinding:
prefix: flagdivergedonly=True prefix: flagdivergedonly=True
- id: storagemanager
type: string
default: dysco
inputBinding
prefix: msout.storagemanager=
- id: mode - id: mode
type: type:
type: enum type: enum
......
...@@ -51,6 +51,11 @@ inputs: ...@@ -51,6 +51,11 @@ inputs:
inputBinding: inputBinding:
prefix: gaincal.usebeammodel=true prefix: gaincal.usebeammodel=true
separate: false separate: false
- id: storagemanager
type: string
default: dysco
inputBinding
prefix: msout.storagemanager=
- id: solint - id: solint
type: int type: int
default: 1 default: 1
......
...@@ -21,6 +21,11 @@ inputs: ...@@ -21,6 +21,11 @@ inputs:
prefix: msin.datacolumn= prefix: msin.datacolumn=
separate: false separate: false
doc: Input data Column doc: Input data Column
- id: storagemanager
type: string
default: dysco
inputBinding
prefix: msout.storagemanager=
- default: MODEL_DATA - default: MODEL_DATA
id: msout_datacolumn id: msout_datacolumn
type: string type: string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment