Update order of beam corrections in Split-Directions
This updates the beam corrections done in the split directions workflow for proper commutation between the delay calibrator solutions and the beam. Instead of
- phaseshift
- apply target beam
- apply delay solutions
The new order is now
- phaseshift
- apply delay cal beam
- apply delay solutions
- 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)