Build: #50 did not complete Child of PIPESPECS-PACKAGEPIPEMAINCASAMASTER-78
Code commits
Pipeline
-
Takeshi Nakazato bb957e3eeada2f1133358c97fbaed230fdbc2369
Pull request #1774: PIPE-2774 hsd atmcor selected atmtype become worse in pl2025
Merge in PIPE/pipeline from PIPE-2774-hsd_atmcor-selected-atmtype-become-worse-in-pl2025 to main
* commit '6dbac1563e26e93c773bb3f9b6139dd58440b0d0':
Eliminate matplotlib.pyplot depencency
Eliminate pylab dependency
Simplify the code using numpy function
Eliminate unnecessary conditional block
Complete docstring and type annotation of smooth function
Examine separate atmowpheric features individually
Adjust smoothing box size
increase smoothing kernel size
Refactoring to reduce number of smoothing operation
bug fix on metricnorm and revised skychansel
Mitigate boundary effect of convolution
change default metric for selectModelParams to 'intsqdiff'
intsqdiff -
Rui Xue 60ddcac9ca40ee8314460cf1007d7d1310c59415
Pull request #1779: PIPE-3034: Fix AQUA report formatting error due to single-string `vis` specifications of `TargetDataSelection`
Merge in PIPE/pipeline from PIPE-3034-aqua-report-datas-selection-asdm-description-section-got-comma-splitted-string to main
* commit '9a44970a9ba0fa860d5209486a307e66f954920d':
PIPE-3034: Fix AQUA report formatting error due to single-string `vis` specifications of `TargetDataSelection` -
Rui Xue 1d2fb62039efa1638db27ef4674750eb42f4d55f
Pull request #1777: PIPE-3025: Remove serial model write enforcement logic in tclean for 'mosaic' gridder
Merge in PIPE/pipeline from PIPE-3025-remove-the-serial-model-write-enforcement-logic-in-hif_selfcal to main
* commit 'eb7e76035f6b6ca3a7d9bb131dc988dc669d61d3':
PIPE-3025: Remove serial model write enforcement logic in tclean for 'mosaic' gridder -
Dirk Muders 77b65bba576542a5c2e63db2fbd0e346b73183ad
Pull request #1778: PIPE-3018: Applied changes made in PIPE-3012 for the PL2025 release and changed the image library 'overwrite' parameter to 'overwrite_on_export' to clarify the meaning.
Merge in PIPE/pipeline from PIPE-3018_Missing_cubes_hifa_exportdata_output to main
* commit 'e26c8ead3642ecc1751599fff56925ac214f0b17':
PIPE-3018: Added doc string for add_item method to explain its behavior in detail.
PIPE-3018: Applied changes made in PIPE-3012 for the PL2025 release and changed the image library 'overwrite' parameter to 'overwrite_on_export' to clarify the meaning. -
Takeshi Nakazato 6dbac1563e26e93c773bb3f9b6139dd58440b0d0
Eliminate matplotlib.pyplot depencency
-
Takeshi Nakazato f6934da6f8dfdba3997a01116a28b838c360f948
Eliminate pylab dependency
-
Takeshi Nakazato 6605902ee53a01ba945f8bbcce8de86a0832c65a
Simplify the code using numpy function
-
Dirk Muders e26c8ead3642ecc1751599fff56925ac214f0b17
PIPE-3018: Added doc string for add_item method to explain its behavior in detail.
-
Dirk Muders 993278cbb303ae10148f08146199e09e8d1d20ad
Merge remote-tracking branch 'origin/main' into PIPE-3018_Missing_cubes_hifa_exportdata_output
-
Takeshi Nakazato cfbf937b7d2cc3b77ffa1d407f47a5303e2bcde4
Eliminate unnecessary conditional block
-
Takeshi Nakazato d906191ca22646b37e14c08e8263ea74e885fa1c
Complete docstring and type annotation of smooth function
Also added safeguard code not to perform the smoothing operation unnecessarily. -
Takeshi Nakazato c2578a84746e49bf4c35a2698c96484bbc5d7a66
Merge branch 'main' into PIPE-2774-hsd_atmcor-selected-atmtype-become-worse-in-pl2025
-
Rui Xue eb7e76035f6b6ca3a7d9bb131dc988dc669d61d3 m
PIPE-3025: Remove serial model write enforcement logic in tclean for 'mosaic' gridder
-
Rui Xue <rx.astro@gmail.com> 9a44970a9ba0fa860d5209486a307e66f954920d m
PIPE-3034: Fix AQUA report formatting error due to single-string `vis` specifications of `TargetDataSelection`
-
Dirk Muders 20cf895fc0ed76bdd1a7ba243718353b540d5eda m
PIPE-3018: Applied changes made in PIPE-3012 for the PL2025 release and changed the image library 'overwrite' parameter to 'overwrite_on_export' to clarify the meaning.
- pipeline/hif/tasks/makeimages/makeimages.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/makeimages/resultobjects.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/selfcal/selfcal.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/tclean/cleanbase.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/tclean/renderer.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/tclean/resultobjects.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/tclean/tclean.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/infrastructure/imagelibrary.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
-
Takeshi Nakazato 1c56a8aaaa26bc193a8fa718b5773dc9124f9652 m
Examine separate atmowpheric features individually
Previous impelentation combined all the detected atmospheric features
together to calculate metric values. This commit evaluates metric values
for each atmospheric feature individually and takes sum of them. -
Takeshi Nakazato 87641e4339e44075d04b7058bd4e3dbeca53d88d m
Adjust smoothing box size
Smoothing box size is extended to 0.016 * nchan (factor was 0.004
previously). Set upper limit depending on the width of the atmospheric
feature (nchatm * 0.2). -
Takeshi Nakazato 21b281a3aeb48fe17b03939e6932cd6c9e549c32 m
increase smoothing kernel size
-
Takeshi Nakazato a8f9f6ed98054530edd94b18d6aae009bc715538 m
Refactoring to reduce number of smoothing operation
-
Takeshi Nakazato a9b49a4a86bcf203f35e2ec1b67676ac13ab1c83 m
bug fix on metricnorm and revised skychansel
-
Takeshi Nakazato c94e640f8edeb03c5a90a6eb8c9229fcdf1ef106 m
Mitigate boundary effect of convolution
-
Takeshi Nakazato c82c9db997ebb20a58204b5c35afa68ebc75c823 m
change default metric for selectModelParams to 'intsqdiff'
-
Takeshi Nakazato 7fa543329f27f5097adf0fa3b93bc94327589662 m
Merge branch 'main' into PIPE-2774-hsd_atmcor-selected-atmtype-become-worse-in-pl2025
-
Takeshi Nakazato b6a51892e965c9cc2b6720dc1def118e55e7f884 m
Merge branch 'main' into PIPE-2774-hsd_atmcor-selected-atmtype-become-worse-in-pl2025
-
Ihor Ihnatiev 13d33f260e32736ee7d3551b72dda58058cab03f m
Merge branch 'main' into PIPE-2774-hsd_atmcor-selected-atmtype-become-worse-in-pl2025
-
Ihor Ihnatiev 1e41e5b898446edf66be35758c23b4b5ceee4310 m
intsqdiff