Pointing Offset Calibration
The pointing-offset
chart runs the pointing offset calibration pipeline.
This fits primary beam models to cross-correlation visibilities to estimate
receiver pointing offsets.
For full details of this pipeline see its documentation
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 |
|
|
Overrides the default image version |
|
|
Overrides the default name of the script |
|
|
Default Docker image Policy |
|
Connecting to the data storage Persistent Volume Claim
At the root level in values.yaml
, add the dataProductStorage
key with following value entries:
Name |
Description |
Default |
---|---|---|
|
Name of the PVC to connect to |
|
|
Path where to mount it within the container |
|
Running Pointing offset pipeline
The following keys specify the arguments passed to the pointing offset pipeline CLI as well as the environmental context for the run.
Name |
Description |
Default |
---|---|---|
|
Command to run |
|
|
Command arguments |
|
|
Optional environment variables |
|
The command arguments args
should start with the Pipeline action command
compute
and include, at minimum, the argument --msdir=<MS file directory>
.
This is the directory containing the Measurement Sets to process.
For a list of available arguments of the pointing offset pipeline see the pointing offset command line interface documentation.