Build: #53 was successful Rebuilt by Andrew McNichols
Code commits
Casa6
-
Mark Kettenis <kettenis@jive.eu> 4cac14905095809895cfc2c9620818c75b190951
Pull request #1018: CAS-14665
Merge in CASA/casa6 from CAS-14665 to master
* commit '566784115bfc1347dc168d58f50c87387a133e94':
CAS-14665: Test concat of MSes with duplicate fields -
Bob Garwood 0ec5da9c32745b8078fe11adfb5d1678b107ea62
Pull request #1016: CAS-14697
Merge in CASA/casa6 from CAS-14697 to master
* commit 'c4b13bfdf7ec8fe89ba3eee9add05d5d15ed9fd3':
new tests added, implementation for CAS-14697 done
CAS-14697 : FIELD SDM additions with very preliminary test change
CAS-14697 : fill new SDM related non-standard columns as appropriate -
Akeem Wells 204a5c2740d2ee08bdd1dcb12375dc44e4a26bbc
Pull request #1019: increment casampi version to 0.6.0 ( py 3.13 compatibility )
Merge in CASA/casa6 from CAS-14733 to master
* commit 'f345621f6a62c0f5c479db830b972932776435c5':
increment casampi version to 0.6.0 ( py 3.13 compatibility ) -
Mark Kettenis <kettenis@jive.eu> 566784115bfc1347dc168d58f50c87387a133e94 m
Merge branch 'master' into CAS-14665
-
Akeem Wells f345621f6a62c0f5c479db830b972932776435c5 m
increment casampi version to 0.6.0 ( py 3.13 compatibility )
-
Bob Garwood c4b13bfdf7ec8fe89ba3eee9add05d5d15ed9fd3 m
new tests added, implementation for CAS-14697 done
-
Bob Garwood 5702e26386d35b77f131a941386fac953a42a7ce m
Merge branch 'master' into CAS-14697
-
Mark Kettenis <kettenis@jive.eu> 5b36b0dc309d41ed242e48dcba97f49852652085 m
CAS-14665: Test concat of MSes with duplicate fields
-
Bob Garwood 21da8bb0aa795267b4acfabae8581e0da37aa767 m
CAS-14697 : FIELD SDM additions with very preliminary test change
-
Bob Garwood 973745138f5cbf3ca90eef19437c812b3e96e47c m
CAS-14697 : fill new SDM related non-standard columns as appropriate
-
Bob Garwood 7179b0c4e4872a7420eea3cf910fe5729bf77122 m
Merge branch 'master' into CAS-14696
Pipeline
-
Rui Xue 5f73f8ce047cc9d78f02675f1755fa8bb243e808
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
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 <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)
-
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 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
-
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
-
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
-
Luke Maud befc8db21581b8af56fb536b9e14ea389b592d94 m
PIPE-2901: updated gaincalSNR function in fluxscale/qa.py for compatability with snr.py calculations
-
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