Pull request #1808: PIPE-2959 / PIPE-2964 hsd_baseline use 75 quantile as a representative line width of the detected cluster & take into account flagged edge channels
Merge in PIPE/pipeline from PIPE-2964-hsd_baseline-use-75-quantile-as-a-representative-line-width-of-the-detected-cluster to main
* commit '2ac046968e0a967aa527bda4a46466a7a310ab24': PIPE-2959/PIPE-2964 refactoring PIPE-2959/PIPE-2964 avoid hard-coded value
Inherit function attributes (docstrings, type annotations, etc.) from wrapped function
Improve type annotation PIPE-2959/PIPE-2964 tweak comments PIPE-2959/PIPE-2964 remove context from the arg for score_sd_line_detection PIPE-2959/PIPE-2964 use channelmap_range for wide line/edge line/deviation mask QA evaluation PIPE-2959/PIPE-2964 Check *actual* flag status to obtain flagged edge channels
import numpy as np
adjust the formatting of log message
improvement of log message
fix bug in resolving conflict
Updated edge channel QA to take into account edge channels flagged by edgespw heuristic in hsd_flagdata stage
additional change for clustering property plot
import numpy as np
replace representative line with 75% percentile
remove set_data method PIPE-2964 use 75% percentile value as representative line width
Pull request #1785: PIPE-3047 update hsd_imaging weblog around diagnostic plots for missed-lines
Merge in PIPE/pipeline from PIPE-3047-has_imaging-add-explanation-on-the-diagnostic-plots-for-possible-missed-line-channels to main
* commit 'bb060d44cc1015483162882f44f0a83d7056bc97': PIPE-3047 further refinement of html text PIPE-3047 update of weblog paragraph PIPE-3047 update hsd_imaging weblog around diagnostic plots for missed-lines
Pull request #1803: PIPE-3054 hsd baseline aggregate qa message from the same metric with the same score
Merge in PIPE/pipeline from PIPE-3054-hsd_baseline-aggregate-qa-message-from-the-same-metric-with-the-same-score to main
* commit '7510e8781a4261a2642b2d3a177b20a302e79429': PIPE-3054: supplement missing type annotation, docstring fix PIPE-3054: remove an unused line PIPE-3054: turn off preserve_original for the default behavior of QAScoreAggregator PIPE-3054: slight change to improve the readability of QAScoreAggregator._aggregate_qascores() PIPE-3054: improve additional style issues PIPE-3054: improve style issues PIPE-3054: correct type annotations PIPE-3054: typo corrections PIPE-3054: resolve the conflicts with main PIPE-3054: added condition (shortmsg) to match QA scores PIPE-3054: improve aggregation logic to accommodate custom key_list, separate class for formatter, implemented registry to consolidate aggregator/formatter properties PIPE-3054: limit the aggregation to weblog accordion only PIPE-3054: added condition to match the metric_unit PIPE-3054: aggregate QA scores of hsd_baseline stage PIPE-3054: class to aggregate single-dish QA scores