Pointing Offset Calibration
The pointing-offset
chart runs the pointing offset calibration pipeline. This
fits primary beams to cross-correlation visibilities to
estimate pointing offsets.
For full details of this pipeline see its GitLab repository
The chart currently runs a Kubernetes Job - but this may change!
Values
The following sections detail the configuration values that can be given to this Chart.
Selecting Pointing Offset image
Name |
Description |
Default |
---|---|---|
|
Overrides the default Docker image of the pointing-offset pipeline to be used |
|
|
Overrides the default image version |
|
|
Overrides the default name of the script |
|
|
Default Docker image Policy |
|
Connecting to the data storage Persistent Volume Claim
The top level entry in values.yaml: dataProductStorage
. Within this, set the following.
Name |
Description |
Default |
---|---|---|
|
Name of the PVC to connect to |
|
|
Path where to mount it within the container |
|
Running Pointing offset pipeline
Name |
Description |
Default |
---|---|---|
|
Command to run |
|
|
Command arguments |
|
|
Optional environemnt variables |
|
The command arguments should start with the Pipeline action command compute
and include, as a minimum, the argument
--msdir=<MS file directory>
. This is the directory containing the Measurement Sets to process.
Optional Pointing Offset Pipeline arguments
For a list of optional arguments of the pointing offset pipeline see: https://developer.skao.int/projects/ska-sdp-wflow-pointing-offset/en/latest/api/ska_sdp_wflow_pointing_offset/pointing_offset_cli.html