Build: #2 was successful Changes by Shawn Booth
Code commits
Pipeline
-
Shawn Booth b1e3c1c634dbd88a40fac01cd0a0254e229537a4
Merge remote-tracking branch 'origin/main' into PIPE-2979-pydantic
-
Luke Maud bb47a3ac56b40d76bf5b29d088ae96b6aecd9f28 m
Pull request #1753: PIPE-2694: add check of candidate fields and return None if not found
Merge in PIPE/pipeline from PIPE-2694-hifa_gfluxscale-qa-undefined-score-due-to-incorrect-field-assessment-min-arg-empty to main
* commit '99b7229a29a2ecfad502e62ab58714b851191497':
PIPE-2694 removed empty spaces
PIPE-2694_correct_return_based_on_PR_text
PIPE-2694_description_edit
PIPE-2694_edits_to_clean_up_logic_after_first_PR
PIPE-2694: add check of candidate fields and return None if not found -
Shawn Booth ac059c739e7b9d5e3e4900639cb9de77c0a1ebe6 m
Pull request #1738: PIPE-2473: Change hifv_hanning to use new mstransform with pass through
Merge in PIPE/pipeline from PIPE-2473-change-hifv_hanning-to-use-new-mstransform-with-pass-through to main
* commit '61ae98b99f4c16b7da408b5648fc28d92572ee09':
PIPE-2473: fixed docstrings using Return instead of preferred Return; used assigned variable temp_ms instead of hard-coded strings; updated CASA version to 6.7.3 for hanningsmooth parameter exposure
PIPE-2473: added backfill of inputs.spws_to_smooth for automatic detection workflow; added test cases to exercise inputs.spws_to_smooth cases
PIPE-2473: added unit tests to cover the hanning module
PIPE-2473: enabled spw selection for hanningsmooth CASA task and removed use of ms tools; cleaned up some code logic and fixed potential error routes -
Shawn Booth 7b4b761df7dc444059837a8201775dbe9b74ec10 m
Pull request #1743: PIPE-1836: Clean Up Deprecation Warnings
Merge in PIPE/pipeline from pipe-1836-clean-up-deprecation-warnings to main
* commit 'bb482b1f169f76d0610ff8b695fafc94f0b37405':
PIPE-2666: fixed indentation issue in mako file
PIPE-2663: added explicit data format 'o' to mimic plot_date default
PIPE-1836: improved numpy code per reviewer comments
PIPE-1836: removed more deprecated newshape keyword arguments
PIPE-1836: remove deprecated newshape keyword argument in np.reshape; added filter argument to tar.extractall calls
PIPE-2665: fixed additional array-to-scalar deprecation warnings; switched deprecated fig.set_constrained_layout_pads call in favor of fig.get_layout_engine().set
PIPE-1836: fixed numpy rename leading to import error
PIPE-2984: fixed pyparsing deprecation warnings in conversion.py
PIPE-1836: changed deprecated interpolation parameter in numpy.percentile to use method name instead
PIPE-2666: replace use of deprecated matplotlib.pyplot.cm.get_cmap
PIPE-2665: fixed numpy scalar conversion warnings when converting an array to a scalar
PIPE-2663: converted all deprecated calls to pyplot.plot_date to pyplot.plot -
Luke Maud c51d15a957cd2cf7aa627407563c3836d2577c2d m
Pull request #1765: PIPE-2932 change fraction flag limit to 0.5 and logics to equal and greater than
Merge in PIPE/pipeline from PIPE-2932-stop-hifa_diffgaincal-from-also-flagging-target-solutions-when-some-scan-groups-are-fully to main
* commit '6357f6a46b48c324e28a1bbec8a4909fa5f7f9db':
PIPE-2932 update comment with comma
PIPE-2932 change fraction flag limit to 0.5 and logics to equal and greater than -
Kristin Berry 6357f6a46b48c324e28a1bbec8a4909fa5f7f9db m
PIPE-2932 update comment with comma
-
Rui Xue 5f73f8ce047cc9d78f02675f1755fa8bb243e808 m
Pull request #1752: PIPE-1677: multiple mses in vlass imaging pipeline
Merge in PIPE/pipeline from PIPE-1677-multiple-mses-in-vlass-imaging-pipeline to main
* commit '4fa7558f183f744ef44c52687ea70abdbe63022b':
PIPE-1677: Refactor `get_sourcename` method in `ImageParamsHeuristics` for improved readability
PIPE-1677: Refactor logging statements in `ImageParamsHeuristics` and `ImageParamsHeuristicsVlassQl`
PIPE-1677: Update `is_eph_obj` method in VLASS heuristics to include type hints and detailed docstrings
PIPE-1677: Remove the `spwsel_lsrk` specification workaround for multi-MS case.
PIPE-1667: Override `is_eph_obj` in `ImageParamsHeuristicsVlassQl` to disable ephemeris checks
PIPE-1677: Add multi-MS support for the VLASS imaging pipeline in `hif_editimlist`, `hif_makeimages`/`hif_tclean`, and imaging heuristics classes.
PIPE-1677: Support multiple MSes in `Transformimagedata`
PIPE-1677: Improve `vlass_selfcal.mako` for better multi-vis support
PIPE-1677: Adjust `hifv_checkflag` summary rendering for better multi-vis support
PIPE-1677: Refactor `hifv_statwt` rendering to support multiple MSes for VLASS
PIPE-1677: Convert `hifv_exportvlassdata` to a "multi-vis" task and add support for archiving multiple self-calibration tables and flag versions -
Rui Xue 4fa7558f183f744ef44c52687ea70abdbe63022b m
PIPE-1677: Refactor `get_sourcename` method in `ImageParamsHeuristics` for improved readability
-
Luke Maud 464b85b3f776af89d91eb7e023091e2eee133dde m
Pull request #1740: PIPE-2901 add commentary explanations into hifa heursitics snr code
Merge in PIPE/pipeline from PIPE-2901-add-commentary-explanations-into-hifa-heursitics-snr-code to main
* commit 'd43d5679e37928cbc9f1d50a362290982cb42343':
PIPE-2901: Improve comments and variable naming in SNR calculations for clarity
PIPE-2901: Fix some minor typos with small codestyle updates
PIPE-2901: updated gaincalSNR function in fluxscale/qa.py for compatability with snr.py calculations
PIPE-2901: correct all parameters nbaselines to nEffectiveAntennas
PIPE-2901: edit to n-3 equation and rename nbaselines to nEffectiveAntennas
add PIPE-2901 explination and update hard coded ant numbers to fiducal variable -
Rui Xue d43d5679e37928cbc9f1d50a362290982cb42343 m
PIPE-2901: Improve comments and variable naming in SNR calculations for clarity
-
Rui Xue a8a3f62d8cc3c19a44797d23af0ff9f091b455ed m
Pull request #1763: PIPE-3004: Refactor FieldTable._read_table to optimize scan checks and reduce unnecessary computations
Merge in PIPE/pipeline from PIPE-3004-refactoring-fieldtable._read_table to main
* commit '7f44fe5b8df0412da26d172ccf0a1797cc97efbb':
PIPE-3004: Minor updates to improve readability of scan determination logic
PIPE-3004: Refactor FieldTable._read_table to optimize scan checks and reduce unnecessary computations -
Rui Xue <rx.astro@gmail.com> 7f44fe5b8df0412da26d172ccf0a1797cc97efbb m
PIPE-3004: Minor updates to improve readability of scan determination logic
-
Luke Maud f13422f29445a6e51af26d2b34aef050f72452f3 m
PIPE-2932 change fraction flag limit to 0.5 and logics to equal and greater than
-
Rui Xue 30e1473dcb3773a1b02c07f4b222313243e30e1d m
PIPE-3004: Refactor FieldTable._read_table to optimize scan checks and reduce unnecessary computations
-
Rui Xue <rx.astro@gmail.com> b9ab438464dd42f47c0b3456c7a24fca7a28bb32 m
PIPE-1677: Refactor logging statements in `ImageParamsHeuristics` and `ImageParamsHeuristicsVlassQl`
-
Rui Xue <rx.astro@gmail.com> f036033eb1e92fd746c033492a0a59b5311c0130 m
PIPE-1677: Update `is_eph_obj` method in VLASS heuristics to include type hints and detailed docstrings
- pipeline/hif/heuristics/imageparams_base.py (version f036033eb1e92fd746c033492a0a59b5311c0130) (diffs)
- pipeline/hif/heuristics/imageparams_vlass_quick_look.py (version f036033eb1e92fd746c033492a0a59b5311c0130) (diffs)
- pipeline/hif/heuristics/imageparams_vlass_single_epoch_continuum.py (version f036033eb1e92fd746c033492a0a59b5311c0130) (diffs)
-
Kristin Berry 99b7229a29a2ecfad502e62ab58714b851191497 m
PIPE-2694 removed empty spaces
-
Luke Maud 4e7a4a8fbdeb9a8880167cc91ba0e4d24191a113 m
PIPE-2694_correct_return_based_on_PR_text
-
Luke Maud 03e0f4558ac2b883533923e57cff3c13569f5ac5 m
PIPE-2694_description_edit
-
Luke Maud a70dbeb6edfdd3caedab0030b15cfd6944a18d8b m
PIPE-2694_edits_to_clean_up_logic_after_first_PR
-
Rui Xue <rx.astro@gmail.com> 5494b0144b4c425948f8e46843df37d645bd2e0b m
Merge remote-tracking branch 'origin/main' into PIPE-1677-multiple-mses-in-vlass-imaging-pipeline
-
Shawn Booth bb482b1f169f76d0610ff8b695fafc94f0b37405 m
PIPE-2666: fixed indentation issue in mako file
-
Shawn Booth 834358c74f94f949040517d2af109971693c9df2 m
PIPE-2663: added explicit data format 'o' to mimic plot_date default
-
Shawn Booth 61ae98b99f4c16b7da408b5648fc28d92572ee09 m
PIPE-2473: fixed docstrings using Return instead of preferred Return; used assigned variable temp_ms instead of hard-coded strings; updated CASA version to 6.7.3 for hanningsmooth parameter exposure
-
Shawn Booth 1fb676fce43f05a304ce0ed08007bc57496710e3 m
PIPE-1836: improved numpy code per reviewer comments
-
Rui Xue c7211e85b28f68948a0c35ff80068ba5d45ce051 m
PIPE-2901: Fix some minor typos with small codestyle updates
-
Rui Xue ee58e080236d14cb7c8fa5d57e3258a3d3996131 m
Merge remote-tracking branch 'origin/main' into PIPE-2901-add-commentary-explanations-into-hifa-heursitics-snr-code
-
Shawn Booth 8a304692b6815dd395609e182425116462944e49 m
PIPE-2473: added backfill of inputs.spws_to_smooth for automatic detection workflow; added test cases to exercise inputs.spws_to_smooth cases
-
Rui Xue 3ae1efb71ad2c049ba34a36d1eb35df736bb8e44 m
PIPE-1677: Remove the `spwsel_lsrk` specification workaround for multi-MS case.
-
Rui Xue dcdf548b5f42fc8351e9e78174cd570642b7c6a7 m
PIPE-1667: Override `is_eph_obj` in `ImageParamsHeuristicsVlassQl` to disable ephemeris checks
-
Luke Maud e43da5dce66be4768db991e81307cb2f0cfde73c m
PIPE-2694: add check of candidate fields and return None if not found
-
Rui Xue <rx.astro@gmail.com> ab6b70d7bc2c149393ce9a1d5c48c8cd42d14d78 m
PIPE-1677: Add multi-MS support for the VLASS imaging pipeline in `hif_editimlist`, `hif_makeimages`/`hif_tclean`, and imaging heuristics classes.
- pipeline/hif/heuristics/imageparams_base.py (version ab6b70d7bc2c149393ce9a1d5c48c8cd42d14d78) (diffs)
- pipeline/hif/heuristics/imageparams_vlass_single_epoch_continuum.py (version ab6b70d7bc2c149393ce9a1d5c48c8cd42d14d78) (diffs)
- pipeline/hif/tasks/editimlist/editimlist.py (version ab6b70d7bc2c149393ce9a1d5c48c8cd42d14d78) (diffs)
- pipeline/hif/tasks/tclean/cleanbase.py (version ab6b70d7bc2c149393ce9a1d5c48c8cd42d14d78) (diffs)
- pipeline/hif/templates/editimlist.mako (version ab6b70d7bc2c149393ce9a1d5c48c8cd42d14d78) (diffs)
-
Rui Xue <rx.astro@gmail.com> a1df607cf1a41ace235a461cda5779329080ac57 m
PIPE-1677: Support multiple MSes in `Transformimagedata`
-
Rui Xue <rx.astro@gmail.com> 6a9b8c9599307bf52c631444baa11451b6a08a7b m
PIPE-1677: Improve `vlass_selfcal.mako` for better multi-vis support
-
Rui Xue <rx.astro@gmail.com> 07701b4ccf7c862826a04a83675824958e29040a m
PIPE-1677: Adjust `hifv_checkflag` summary rendering for better multi-vis support
-
Rui Xue <rx.astro@gmail.com> b804f9eb3a0775e9b56c9e4698ead5330376e6b3 m
PIPE-1677: Refactor `hifv_statwt` rendering to support multiple MSes for VLASS
-
Rui Xue <rx.astro@gmail.com> 20e1130e0d7104ef9faff523019a70ba7e964fc7 m
PIPE-1677: Convert `hifv_exportvlassdata` to a "multi-vis" task and add support for archiving multiple self-calibration tables and flag versions
-
Shawn Booth 7e82a0aef849ef495d98f86d3655f375d80f859c m
PIPE-1836: removed more deprecated newshape keyword arguments
-
Shawn Booth 70b88353a5e1679e051d0b7d86456bb00b792907 m
PIPE-1836: remove deprecated newshape keyword argument in np.reshape; added filter argument to tar.extractall calls
- pipeline/h/tasks/importdata/importdata.py (version 70b88353a5e1679e051d0b7d86456bb00b792907) (diffs)
- pipeline/h/tasks/restoredata/restoredata.py (version 70b88353a5e1679e051d0b7d86456bb00b792907) (diffs)
- pipeline/hif/tasks/selfcal/selfcal.py (version 70b88353a5e1679e051d0b7d86456bb00b792907) (diffs)
- pipeline/hif/tasks/uvcontsub/uvcontsub.py (version 70b88353a5e1679e051d0b7d86456bb00b792907) (diffs)
- pipeline/hifv/tasks/restoredata/vlarestoredata.py (version 70b88353a5e1679e051d0b7d86456bb00b792907) (diffs)
- pipeline/hifv/tasks/restorepims/restorepims.py (version 70b88353a5e1679e051d0b7d86456bb00b792907) (diffs)
- pipeline/hifv/tasks/syspower/display.py (version 70b88353a5e1679e051d0b7d86456bb00b792907) (diffs)
- pipeline/hifv/tasks/syspower/syspower.py (version 70b88353a5e1679e051d0b7d86456bb00b792907) (diffs)
-
Shawn Booth 46741bfe0a5d7b397eb1c390d581ae101123f441 m
PIPE-2665: fixed additional array-to-scalar deprecation warnings; switched deprecated fig.set_constrained_layout_pads call in favor of fig.get_layout_engine().set
- pipeline/domain/source.py (version 46741bfe0a5d7b397eb1c390d581ae101123f441) (diffs)
- pipeline/h/tasks/common/displays/image.py (version 46741bfe0a5d7b397eb1c390d581ae101123f441) (diffs)
- pipeline/h/tasks/exportdata/aqua.py (version 46741bfe0a5d7b397eb1c390d581ae101123f441) (diffs)
- pipeline/hsd/tasks/importdata/reader.py (version 46741bfe0a5d7b397eb1c390d581ae101123f441) (diffs)
-
Shawn Booth 6e2e86004dddc5785713cbe69387b9ba4dca5f4d m
PIPE-1836: fixed numpy rename leading to import error
-
Shawn Booth cfc9a7d58ecdfdcea9de0e67f0c1a95386e4a6c2 m
PIPE-2984: fixed pyparsing deprecation warnings in conversion.py
-
Shawn Booth 5b523c068a8434822f9ef9a0e7c9d8182f7ef200 m
PIPE-1836: changed deprecated interpolation parameter in numpy.percentile to use method name instead
-
Shawn Booth f7bdc201b717abee65e4e75082c3a01130dc7d9d m
PIPE-2666: replace use of deprecated matplotlib.pyplot.cm.get_cmap
- pipeline/hif/tasks/makecutoutimages/display.py (version f7bdc201b717abee65e4e75082c3a01130dc7d9d) (diffs)
- pipeline/hif/templates/vlasscube_makecutoutimages.mako (version f7bdc201b717abee65e4e75082c3a01130dc7d9d) (diffs)
- pipeline/hif/templates/vlasscube_makermsimages.mako (version f7bdc201b717abee65e4e75082c3a01130dc7d9d) (diffs)
- pipeline/hifv/tasks/analyzestokescubes/display.py (version f7bdc201b717abee65e4e75082c3a01130dc7d9d) (diffs)
- pipeline/hifv/tasks/statwt/renderer.py (version f7bdc201b717abee65e4e75082c3a01130dc7d9d) (diffs)
- pipeline/hifv/templates/analyzestokescubes.mako (version f7bdc201b717abee65e4e75082c3a01130dc7d9d) (diffs)
- pipeline/hsd/tasks/k2jycal/display.py (version f7bdc201b717abee65e4e75082c3a01130dc7d9d) (diffs)
-
Shawn Booth a87d1695c4e58f64cd8f979f26f7cbed7f7b079c m
PIPE-2665: fixed numpy scalar conversion warnings when converting an array to a scalar
- pipeline/hif/heuristics/cleanbox.py (version a87d1695c4e58f64cd8f979f26f7cbed7f7b079c) (diffs)
- pipeline/hif/heuristics/imageparams_base.py (version a87d1695c4e58f64cd8f979f26f7cbed7f7b079c) (diffs)
- pipeline/hif/tasks/lowgainflag/lowgainflag.py (version a87d1695c4e58f64cd8f979f26f7cbed7f7b079c) (diffs)
- pipeline/hif/tasks/makeimlist/makeimlist.py (version a87d1695c4e58f64cd8f979f26f7cbed7f7b079c) (diffs)
- pipeline/hifa/tasks/imageprecheck/renderer.py (version a87d1695c4e58f64cd8f979f26f7cbed7f7b079c) (diffs)
- pipeline/hifv/tasks/fluxscale/renderer.py (version a87d1695c4e58f64cd8f979f26f7cbed7f7b079c) (diffs)
- pipeline/hsd/tasks/imaging/worker.py (version a87d1695c4e58f64cd8f979f26f7cbed7f7b079c) (diffs)
- pipeline/infrastructure/utils/math.py (version a87d1695c4e58f64cd8f979f26f7cbed7f7b079c) (diffs)
-
Shawn Booth ad4478c622693b148a1d6ba8c0237ed5855af916 m
PIPE-2663: converted all deprecated calls to pyplot.plot_date to pyplot.plot
- pipeline/hifa/tasks/common/displays/phaseoffset.py (version ad4478c622693b148a1d6ba8c0237ed5855af916) (diffs)
- pipeline/hifv/tasks/syspower/display.py (version ad4478c622693b148a1d6ba8c0237ed5855af916) (diffs)
- pipeline/infrastructure/displays/plotpwv.py (version ad4478c622693b148a1d6ba8c0237ed5855af916) (diffs)
- pipeline/infrastructure/displays/plotsuntrack.py (version ad4478c622693b148a1d6ba8c0237ed5855af916) (diffs)
- pipeline/infrastructure/displays/plotweather.py (version ad4478c622693b148a1d6ba8c0237ed5855af916) (diffs)
-
Luke Maud befc8db21581b8af56fb536b9e14ea389b592d94 m
PIPE-2901: updated gaincalSNR function in fluxscale/qa.py for compatability with snr.py calculations
-
Shawn Booth f86336abf0b5ceff94e99bb4b8d8287dc581aeb7 m
PIPE-2473: added unit tests to cover the hanning module
-
Shawn Booth 2482decd17816523e152cd8433211f9fe0821aa8 m
PIPE-2473: enabled spw selection for hanningsmooth CASA task and removed use of ms tools; cleaned up some code logic and fixed potential error routes
-
Luke Maud bc0325204ae9ea93a2ac6080a34aee1eae3d3a80 m
PIPE-2901: correct all parameters nbaselines to nEffectiveAntennas
-
Luke Maud 70fd30191f7ff9c0e5ec49f9f341322f9c21b5bf m
PIPE-2901: edit to n-3 equation and rename nbaselines to nEffectiveAntennas
-
Luke Maud db8113b013c49cca7dc6ae003ec37c05d2e79fba m
add PIPE-2901 explination and update hard coded ant numbers to fiducal variable