Added steps for phase shifting to delay calibrator.
This MR provides the steps necessary for the pipeline to shift the phase centre to the delay calibrator. It takes as its input:
- the output measurement sets from the AOflagging step and
- the file
best_delay_calibrators.csv
determined bysteps/download_cats.cwl
in theworkflow/setup.cwl
phase of the pipeline. The latter is parsed byscripts/TargetListToCoords.py
insteps/prep_delay.cwl
, which returns the coordinates in a format necessary for use in DP3. The phase shifting, averaging, and adding of the core stations is done in the subsequentsteps/dp3_phaseup.cwl
.
The output measurement sets from steps/dp3_phaseup.cwl
are passed along to the rest of the pipeline, which is still to be implemented.