Pull request #1872: PIPE-3046: adding cont.dat file present notification on weblogs
Merge in PIPE/pipeline from PIPE-3046-vla-pipeline-to-issue-a-notification-when-cont.dat-is-applied to main
* commit '641cd86f332b9366cc1dbfc4d52dbd6318a5d7e0': PIPE-3046: add QA score 1 when cont.dat is used PIPE-3046: adding cont.dat file present notification on weblogs
Pull request #1841: PIPE-3117/PIPE-3118: Rubin Alert processing workflow
Merge in PIPE/pipeline from PIPE-3117-change-gencal-caltype-gc-to-caltype-gceff-in-hifv_priorcals-update-weblog-to-match to main
* commit '7913169a814c7b5c8a84338718061995550c3551': PIPE-3117: Rename the test procedure to `procedure_hifv_nofluxcal.xml` PIPE-3117: Add test recipe `test_procedure_hifv_calimage_cont_fast.xml` for flux-calibrator-free VLA calibration workflow PIPE-3117: Update caltype in GainCurves from 'gc' to 'gceff' and add 'gceff' mapping in CalFrom PIPE-3118: Implement flux-calibrator-free mode with solution normalization PIPE-3117: Change `gencal` caltype from `gc` to `gceff` in `hifv_priorcals`
Pull request #1885: PIPE-3096/PIPE-3157/PIPE-3155
Merge in PIPE/pipeline from PIPE-3096-PIPE-3157-PIPE-3155 to main
* commit '8d9d3c2f7515c5a46d04db5091f79f2a68ccf178': PIPE-3096: Improve code quality in imageparams heuristics PIPE-3155: inline findroi channel-to-frequency conversion PIPE-3155: inline findroi field phase-center extraction PIPE-3157: Correctly display VLASS non-pbcor image min/max statistics in tclean weblog PIPE-3096: Re-implement a "pass-through" source name resolution from field selections for ALMA and VLA
PIPE-3096: Improve code quality in imageparams heuristics
- Fix method signature compatibility: revert `_vislist` to `vislist` in `get_sourcename`
override to maintain base class interface compliance
- Add `ARG002` linter directive to suppress unused parameter warnings
- Rename `field_list` to `normalized_field_list` for clarity (always contains a list)
- Enhance docstring with Args/Returns sections explaining parameter intent