Build: #14 failed Changes by Shawn Booth
Code commits
Pipeline
-
Shawn Booth 68bb5020430be594cf0ba3f4a65be59bc6c21b49
Merge remote-tracking branch 'origin/main' into context-serializer
-
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)
-
Shawn Booth 7e7c567325cfb66a6ec4fbef286b7e35453bd9d4 m
Pull request #1759: PIPE-2999: auto-cleanup of testing directory from almaimportdata_test.py
Merge in PIPE/pipeline from PIPE-2999-auto-cleanup-of-testing-directory-from-almaimportdata_test.py to main
* commit 'fe959666c96e7b94bd4e02784ba0eebbcdae8aad':
PIPE-2999: added fixture to prevent leftover directory after running recipe_converter_test.py
PIPE-2999: use pytest's tmp_path fixture to clean up temp directories -
Shawn Booth 571d3827104cc21a36f6d92209f12f04f557fd5b m
Pull request #1761: PIPE-2503: add small b2b / polcal tests in the regression test collections
Merge in PIPE/pipeline from PIPE-2503-add-small-b2b-polcal-tests-in-the-regression-test-collections to main
* commit '0b8a3cd5a9b16714a4faa3caf0d82e861a7ca4c3':
PIPE-2503: turned back on polcal and B2B regression tests; updated polcal test to use different dataset -
Shawn Booth fe959666c96e7b94bd4e02784ba0eebbcdae8aad m
PIPE-2999: added fixture to prevent leftover directory after running recipe_converter_test.py
-
Kristin Berry 99b7229a29a2ecfad502e62ab58714b851191497 m
PIPE-2694 removed empty spaces
-
Shawn Booth 8791506dff62feb3a95804c61117920eb1cd20e4 m
Pull request #1760: PIPE-1654: Add weblog rendering failure detection to regression tests
Merge in PIPE/pipeline from PIPE-1654-detect-weblog-rendering-failures-in-regression-tester to main
* commit '15b8691d7f4c9da10b6b7f69347c99aa17035891':
PIPE-1654: moved SIMULATE_WEBLOG_FAILURE logic into conftest.py to isolate from production code
PIPE-1654: add weblog rendering failure detection to regression tests -
Shawn Booth 15b8691d7f4c9da10b6b7f69347c99aa17035891 m
PIPE-1654: moved SIMULATE_WEBLOG_FAILURE logic into conftest.py to isolate from production code
-
Shawn Booth 0b8a3cd5a9b16714a4faa3caf0d82e861a7ca4c3 m
PIPE-2503: turned back on polcal and B2B regression tests; updated polcal test to use different dataset
-
Kristin Berry e4672d848e3dc731b02352f8516950a4c511cbc1 m
Pull request #1690: PIPE-2845: PIPE-2103 followup features and bugfixes
Merge in PIPE/pipeline from PIPE-2845-pipe-2103-followup-tasks to main
* commit '09431438bcf5ed154523ddbbb83606b401a4c005':
PIPE-2845: Clean up old comments and update failuretype for spw-wide failures
PIPE-2845: Fix issue with antenna-based failure reporting and plot on/off toggle.
PIPE-2845: Switch issue reporting from aggregated by spw to aggregated by spw and then ant.
PIPE-2845: Turn plotting off by default and only output skip spw message once per spw.
PIPE-2845: Update formatting to add more spaces.
PIPE-2845: Update atmosphere line fitting to map to fit frequencies directly, rather than relying on the frequencies in the spw array in case the fit is outside the array. Prevents an out of bounds error. -
Shawn Booth 5ebece4eb9d0f7def69a3b6e27affdab83531d03 m
PIPE-1654: add weblog rendering failure detection to regression tests
- pipeline/infrastructure/renderer/htmlrenderer.py (version 5ebece4eb9d0f7def69a3b6e27affdab83531d03) (diffs)
- pipeline/infrastructure/renderer/regression.py (version 5ebece4eb9d0f7def69a3b6e27affdab83531d03) (diffs)
- tests/test_pipeline_testing_framework.py (version 5ebece4eb9d0f7def69a3b6e27affdab83531d03) (diffs)
- tests/testing_utils.py (version 5ebece4eb9d0f7def69a3b6e27affdab83531d03) (diffs)
-
Shawn Booth 885fa1cdc0039f090613a54079da47be2c63ed2a m
PIPE-2999: use pytest's tmp_path fixture to clean up temp directories
-
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
-
Takeshi Nakazato ef6c047d8e3ce85d18c2c4877aa986729c4f8342 m
Pull request #1748: PIPE-2954 hsd imaging misspelling in the warning message
Merge in PIPE/pipeline from PIPE-2954-hsd_imaging-misspelling-in-the-warning-message to main
* commit '5acbc84cce0f1048a1c7b0b886416dc59e8cbfec':
refactoring warning message
PIPE-2954 fix typo in warning message -
Rui Xue <rx.astro@gmail.com> 5494b0144b4c425948f8e46843df37d645bd2e0b m
Merge remote-tracking branch 'origin/main' into PIPE-1677-multiple-mses-in-vlass-imaging-pipeline
-
Rui Xue edfa947e20d405cd2555af1517b94c08b780b9b2 m
Pull request #1756: PIPE-2997/PIPE-2998: expand the gh action unit test matrix
Merge in PIPE/pipeline from PIPE-2997-expand-the-gh-action-unit-test-matrix to main
* commit '233566793c8887be813de84e5000119af22028a8':
PIPE-2997: Additional update/fixes to the workflow template
PIPE-2997: Add Pixi-based GitHub Actions workflows/templates for documentation building and unit testing
PIPE-2998: Recommend `memray` for memory use profiling as `memory_profiler` is no longer maintained.
PIPE-2998: Use `shutil.which` for improved compatibility with Python 3.13
PIPE-2997: Source `CASA6` packages explicitly from the NRAO PyPI index
PIPE-2997: Add new Pixi environments in `pyproject.toml` -
Shawn Booth bb482b1f169f76d0610ff8b695fafc94f0b37405 m
PIPE-2666: fixed indentation issue in mako file
-
Rui Xue <rx.astro@gmail.com> 233566793c8887be813de84e5000119af22028a8 m
PIPE-2997: Additional update/fixes to the workflow template
* `shell:` is evaluated at workflow parse time, not at runtime, so `${{ inputs.pixi_env }}` isn't available in the shell: field for reusable workflows.
* Disable caching for Pixi environment to ensure the latest dev snapshots are used
* Fix a bug in the CASA config stage of the Pixi template
* Remove unnecessary solve-group entries
* Update `protobuf` version specification in `environment.yml` to ensure compatibility with `casaplotms` -
Rui Xue <rx.astro@gmail.com> 789f75259e531c95b496974fb171ebf570a958f9 m
PIPE-2997: Add Pixi-based GitHub Actions workflows/templates for documentation building and unit testing
- .github/workflows/build-gh-pages-pixi.yml (version 789f75259e531c95b496974fb171ebf570a958f9) (diffs)
- .github/workflows/env-setup-run-template-pixi.yml (version 789f75259e531c95b496974fb171ebf570a958f9) (diffs)
- .github/workflows/test-unit-pixi.yml (version 789f75259e531c95b496974fb171ebf570a958f9) (diffs)
-
Rui Xue <rx.astro@gmail.com> 13dd7f53ef6b406f978e3563ef1817a607ba1218 m
PIPE-2998: Recommend `memray` for memory use profiling as `memory_profiler` is no longer maintained.
-
Rui Xue <rx.astro@gmail.com> 2ea804b5013f7e6ff2678b2f192bc5c5b39ea3db m
PIPE-2998: Use `shutil.which` for improved compatibility with Python 3.13
-
Rui Xue <rx.astro@gmail.com> 24162d0b26513b076ae54beee69386dfbf517700 m
PIPE-2997: Source `CASA6` packages explicitly from the NRAO PyPI index
To reduce the load on the NRAO PyPI index caused by uv's aggressive
parallel resolution strategy, we explicitly declare which packages must
be sourced from casa-pip.nrao.edu using per-dependency `index` fields:
- casashell, casatools, casatasks, casampi, casaplotms, casaplotserver
All other dependencies (numpy, scipy, grpcio, protobuf, etc.) resolve
from the default PyPI index only, avoiding unnecessary queries to the
NRAO server during environment solving. -
Rui Xue <rx.astro@gmail.com> 590fa43489a85d49ca3dbbd88730b31a682bcc45 m
PIPE-2997: Add new Pixi environments in `pyproject.toml`
-
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
-
Takeshi Nakazato 5acbc84cce0f1048a1c7b0b886416dc59e8cbfec m
refactoring warning message
- use f-string for better readability
- eliminate "line too long" warning from Python linter -
Takeshi Nakazato 82c0d0b1b4273bbf0e82edce041aace09e54ac8e m
PIPE-2954 fix typo in warning message
-
Kristin Berry 09431438bcf5ed154523ddbbb83606b401a4c005 m
PIPE-2845: Clean up old comments and update failuretype for spw-wide failures
-
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)
-
Kristin Berry 14ce6c4ff5693ef99fde4cff18f2b32b6b5781ec m
Merge branch 'main' of ssh://open-bitbucket.nrao.edu:7999/pipe/pipeline into PIPE-2845-pipe-2103-followup-tasks
-
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
-
Kristin Berry db29155123c590fdd45863b247d52290930ed093 m
Merge branch 'PIPE-2845-pipe-2103-followup-tasks' of ssh://open-bitbucket.nrao.edu:7999/pipe/pipeline into PIPE-2845-pipe-2103-followup-tasks
-
Kristin Berry 7ec2a2c8685a8767929693e312ee058f3e30f4d4 m
PIPE-2845: Fix issue with antenna-based failure reporting and plot on/off toggle.
-
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
-
Rui Xue b3813431534ef9f7b65b56d2ec94528a3f13ae7b m
Merge remote-tracking branch 'origin/main' into PIPE-2845-pipe-2103-followup-tasks
-
Kristin Berry 443497e595a3eea0da3337855c078bada9542d5f m
PIPE-2845: Switch issue reporting from aggregated by spw to aggregated by spw and then ant.
-
Kristin Berry 4b03154022a6d7c0aafcd698fb13a3d70841f689 m
PIPE-2845: Turn plotting off by default and only output skip spw message once per spw.
-
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
-
Kristin Berry 704b2d4e1d14baa1b5ea7857902378796b55b1f6 m
PIPE-2845: Update formatting to add more spaces.
-
Kristin Berry 9a27cd7f1f62085872702fc7586a96806a63f9fc m
PIPE-2845: Update atmosphere line fitting to map to fit frequencies directly, rather than relying on the frequencies in the spw array in case the fit is outside the array. Prevents an out of bounds error.