Running the pipeline as standalone
The pointing offset calibration pipeline can be run as a stand-alone pipeline
(see pointing_offset_cli). To do this, below are steps to follow to
prepare your Measurement Sets:
Generate one Measurement Set for each scan. For example, if your observation is a 9-point scan, the pipeline expects to process 9 Measurement Sets. If all 9 scans are in a single Measurement Set, CASA task
splitcan be used to split them into separate Measurement Sets.The dish pointings should be written into the
POINTINGsub-table following the MSv2 format. If the user prefers to use the commanded pointings, they should be written into theTARGETcolumn of thePOINTINGsub-table of each Measurement Set. Alternatively, the commanded pointings relative to the pointing calibrator should be written into theSOURCE_OFFSETcolumn and used with the--use_source_offset_columncommand line argument. Only one dish pointing option can be requested at a time to be used in the calibration.
To apply a static RFI mask, refer to the Applying static RFI mask section and the output data products are described in the Data products of the pointing pipeline section.