Skip to content

Update order of beam corrections in Split-Directions

Frits Sweijen requested to merge RAP-463-split-dir-beam-order into master

This updates the beam corrections done in the split directions workflow for proper commutation between the delay calibrator solutions and the beam. Instead of

  1. phaseshift
  2. apply target beam
  3. apply delay solutions

The new order is now

  1. phaseshift
  2. apply delay cal beam
  3. apply delay solutions
  4. apply target beam

The H5parm from delay calibration was already passed, so instead of adding an additional parameter this is used to generate a new "delaycal.csv" on the fly from which the beam direction is calculated.

Closes #6 (closed)

Merge request reports