Pull request #1825: PIPE-2947: Improve `_savgol_filter_nan` to pad NaNs around masked regions
Merge in PIPE/pipeline from PIPE-2947-savgol-filter-nan-version2 to main
* commit '1364dd8064999cc14aa5c71df7c178e6dc5928a2': PIPE-2947: Make `_savgol_filter_nan` signature compatible with `savgol_filter` PIPE-2947: Improve _savgol_filter_nan to pad NaNs around masked regions
Pull request #1664: PIPE-2582: updated QA criteria for semiFinalBPdcals
Merge in PIPE/pipeline from PIPE-2582-hifv_semifinalbpdcals-qa-criteria to main
* commit '9b09ac10aa3c105cbc95aee66acc0e6dfab10eaf': PIPE-2582: Changes suggested in PR review PIPE-2582: present warning if spw is fully flagged, or mulitple antennas are fully flagged PIPE-2582: Skipping the spectral line SPW fully flagged warning if the offending antenna is fully flagged PIPE-2582: passing set(vis) to applies_to PIPE-2582: added flaggedSolnApplycaldelay dictionary is structured, and other minior changes suggested during the PR review PIPE-2582: minor changes suggested during PR review PIPE-2582: minor bugfix PIPE-2582: updated QA messages PIPE-2582: maxout delay to 0.3 PIPE-2582: removed join from warning PIPE-2582: added applies_to to QAScore PIPE-2582: showing warning for fully flagged spw if it is spectral line spw PIPE-2582: updated QA criteria
PIPE-2947: Make `_savgol_filter_nan` signature compatible with `savgol_filter`
Promote `polyorder` from **kwargs to an explicit parameter, matching
savgol_filter's positional signature. Update call site keyword order
to reflect the new signature.