...
- Pipeline script:
- hifv_restoredata()
- hifv_hanning()
- hifv_statwt()
- Products
- calibrated measurementset $SDMID.ms (has RFI flagging applied)
The template_hifv_deliver_ms.xml should run on the $SDMID.ms needs to specify data types for importonly mode datacolumns={'data':'raw',corrected:'regcal_contline_all'}.
The SSA restore workflow should operate as follows:
- If original CASA version < PL 2024
- Restore with original CASA (when possible)
- Run a second CASA session with template_hifv_deliver_ms.xml, which will produce an additional MS (_targets_cont.ms).
- If original CASA version >= PL2024
- Restore with CASA PL2024 (will produce _targets_cont.ms and when applicable _targets.ms)
Post-spectral line (PL2024):
...
- Pipeline script:
- hifv_restoredata()
- hifv_hanning()
- hifv_statwt()
- hifv_mstransform()
- Products
- calibrated measurement set $SDMID.ms (has calibrators, RFI flags applied to target)
- calibrated $SDMID_targets.ms (if spectral line, has RFI flags removed)
- calibrated $SDMID_targets_cont.ms (has RFI flagging applied)
...