Build: #280 was successful
Job: Pipeline PR Test 6.7.4 was successful
Code commits
Pipeline
-
Takeshi Nakazato 7b6ed11fe0d40a1e5a88cbbd8166bccb64cf8e3d
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 -
Takeshi Nakazato 2ac046968e0a967aa527bda4a46466a7a310ab24 m
Merge branch 'main' into PIPE-2964-hsd_baseline-use-75-quantile-as-a-representative-line-width-of-the-detected-cluster
-
Takeshi Nakazato c1912973d1e9f87d675ce4ce53d931f250e6f56e m
PIPE-2959/PIPE-2964 refactoring
-
Takeshi Nakazato 83b30117a0034d964028bc6114af09c841930a29 m
PIPE-2959/PIPE-2964 avoid hard-coded value
-
Takeshi Nakazato bb5df017af018e4a8dfaa091e224a86bf93c1af9 m
Inherit function attributes (docstrings, type annotations, etc.) from wrapped function
-
Takeshi Nakazato 8976d5167a39d48a9c0e3ecb81d53955e920e309 m
Improve type annotation
-
Takeshi Nakazato 5fa30ee508f9713373861e2bd06fe832eb0d7cfc m
Merge branch 'main' into PIPE-2964-hsd_baseline-use-75-quantile-as-a-representative-line-width-of-the-detected-cluster
-
Takeshi Nakazato 9ca6f97661adb8923356be7ad453985369b9e8a0 m
PIPE-2959/PIPE-2964 tweak comments
-
Takeshi Nakazato c78e78fb6ca9ac74e429509d9c1d4edf1ca94c63 m
PIPE-2959/PIPE-2964 remove context from the arg for score_sd_line_detection
-
Takeshi Nakazato 961d5948a360f1b4d61f0e86bf2100d507062913 m
PIPE-2959/PIPE-2964 use channelmap_range for wide line/edge line/deviation mask QA evaluation
-
Takeshi Nakazato f442d3bf94bf60158cc4dd36bc19384b14784f49 m
PIPE-2959/PIPE-2964 Check *actual* flag status to obtain flagged edge channels
Previous version inferred flagged channels from the processing log of hsd_flagdata stage. But it may miss additional flagging in hsd_tsysflag and hsd_applycal. The new method checks actual data in the line detection stage so it should be more robust.- pipeline/hsd/tasks/baseline/baseline.py (version f442d3bf94bf60158cc4dd36bc19384b14784f49) (diffs)
- pipeline/hsd/tasks/baseline/detection.py (version f442d3bf94bf60158cc4dd36bc19384b14784f49) (diffs)
- pipeline/hsd/tasks/baseline/maskline.py (version f442d3bf94bf60158cc4dd36bc19384b14784f49) (diffs)
- pipeline/qa/scorecalculator.py (version f442d3bf94bf60158cc4dd36bc19384b14784f49) (diffs)
-
Takeshi Nakazato 9094b50d9351ad4395fa4560f2ddc754c5bf9d40 m
import numpy as np
-
Takeshi Nakazato faf9a1a001b7972ec114786826dcdb1a2d9eda13 m
adjust the formatting of log message
-
Takeshi Nakazato b2387070aec74851925e311e4f91f292f04d665a m
improvement of log message
Co-authored-by: Copilot <copilot@github.com> -
Takeshi Nakazato a687fc9a3c0836f278a85efd0ee338b8fdea87de m
fix bug in resolving conflict
-
Takeshi Nakazato a4a4a9eb7293d550994f6a784912df51ccce426e m
Merge branch 'main' into PIPE-2964-hsd_baseline-use-75-quantile-as-a-representative-line-width-of-the-detected-cluster
-
Takeshi Nakazato 896fdfc4cc7a1f938804b740b0f5a2a30a2e2073 m
Updated edge channel QA to take into account edge channels flagged by edgespw heuristic in hsd_flagdata stage
Co-authored-by: Copilot <copilot@github.com> -
Takeshi Nakazato c3c19c89612f6c224e526b3507c1832e860370e7 m
additional change for clustering property plot
-
Takeshi Nakazato a071dda9b52e38dc655008759133b37e7b8df50c m
import numpy as np
-
Takeshi Nakazato bce74cee73ae49d7c21906943beed20a430b5a65 m
replace representative line with 75% percentile
original representative line width is mean -
Takeshi Nakazato d3b14720d278005816a85f5d7ed7392a642580fa m
remove set_data method
-
Takeshi Nakazato eb0d743dc7cb55c750510ef1585cc3126a5f8973 m
PIPE-2964 use 75% percentile value as representative line width