Simple usage of solutions apply
Use the solutions-apply
subcommand, i.e.
hyperdrive solutions-apply
At the very least, this requires:
- Input data (with the flag
-d
) - Calibration solutions (with the flag
-s
)
Examples
hyperdrive solutions-apply -d *gpubox*.fits *.metafits *.mwaf -s hyp_sols.fits -o hyp_cal.ms
hyperdrive solutions-apply -d *.ms -s hyp_sols.fits -o hyp_cal.ms
Generally the syntax is the same as di-calibrate
.