Build: #88 was successful Changes by Rui Xue and Arya Babai
Code commits
Pipeline
-
Rui Xue f01def5a07f82ad087a7cf6b898ea87a6f46cd96
Pull request #1936: PIPE-3214: Replace `set()` with `deduplicate()` for deterministic plot ordering
Merge in PIPE/pipeline from PIPE-3214-random-order-of-spw-ant-in-plotbandpass-calls to main
* commit '1f1e585398aaf81ea56965464b427ba1fd69a9dd':
PIPE-3214: Fix non-deterministic SPW ordering using `utils.deduplicate()`
PIPE-3214: Replace `set()` with `deduplicate()` for deterministic plot ordering -
Arya Babai e72ffe79f9d8d8cd74990d4b507b8442fbbfd48a
Pull request #1791: PIPE-1780 change hif applycal uv plots to use time averaging
Merge in PIPE/pipeline from PIPE-1780-change-hif_applycal-uv-plots-to-use-time-averaging to main
* commit '467046dbed5acbc11a30b853e9092459c0f56163':
Code cleaning
added correlator flag and selection of repres. SPW to plot
Changed implementation to reflect the request described in PIPE-1780.
cleand up the code, ready for merge.
spw is limited to the representative. Code needs cleaning; planned for the next commit
no change
Added code to reduce the number of channels to plot.
PIPE-1780.
changed location of the hard coded values.
correction on default value
first implementation -
Arya Babai 467046dbed5acbc11a30b853e9092459c0f56163
Merge branch 'main' into PIPE-1780-change-hif_applycal-uv-plots-to-use-time-averaging Final merge before, merging the branch into the main.
-
Rui Xue 1f1e585398aaf81ea56965464b427ba1fd69a9dd m
PIPE-3214: Fix non-deterministic SPW ordering using `utils.deduplicate()`
Replace `set` comprehensions with `utils.deduplicate()` to preserve
insertion order for deterministic SPW/antenna/field selection.- pipeline/h/tasks/common/displays/bandpass.py (version 1f1e585398aaf81ea56965464b427ba1fd69a9dd) (diffs)
- pipeline/h/tasks/common/displays/tsys.py (version 1f1e585398aaf81ea56965464b427ba1fd69a9dd) (diffs)
- pipeline/hif/heuristics/imageparams_base.py (version 1f1e585398aaf81ea56965464b427ba1fd69a9dd) (diffs)
- pipeline/hif/tasks/selfcal/selfcal.py (version 1f1e585398aaf81ea56965464b427ba1fd69a9dd) (diffs)
- pipeline/hifa/tasks/fluxscale/gcorfluxscale.py (version 1f1e585398aaf81ea56965464b427ba1fd69a9dd) (diffs)
- pipeline/hifa/tasks/gaincal/timegaincal.py (version 1f1e585398aaf81ea56965464b427ba1fd69a9dd) (diffs)
-
Rui Xue a1451125b023cd95ead11a0cfa2eb9629cd09c71 m
PIPE-3214: Replace `set()` with `deduplicate()` for deterministic plot ordering
Replace non-deterministic `set()` operations with `utils.deduplicate()`
to ensure consistent antenna, spw, and scan ID ordering in plotbandpass
calls and file naming. -
Arya Babai 888b622df156ee427b243a4f40c777c2959bfd1f m
Merge branch 'main' into PIPE-1780-change-hif_applycal-uv-plots-to-use-time-averaging to sync with main
-
Arya Babai 43a46fb17ddb2efbfe4d39671ca86ec12a340a82 m
Code cleaning
-
Arya Babai 050bbfa8963c9292e672a6a9560f28126fcb60c6 m
added correlator flag and selection of repres. SPW to plot
-
Arya Babai 3fe1926df526c1c370a406c3ade5f5a672a59bf9 m
Merge branch 'main' into PIPE-1780-change-hif_applycal-uv-plots-to-use-time-averaging
Merge to main. Sync. -
Arya Babai 8b662092b6bd7e537d13d161f94ff0a73b9e9da5 m
Changed implementation to reflect the request described in PIPE-1780.
-
Arya Babai 700c563da907b627cbdff4e215b0464df7d728ca m
cleand up the code, ready for merge.
-
Arya Babai ce222f6a45cf202b499879c8cfd6b79a36d58784 m
Merge branch 'main' into PIPE-1780-change-hif_applycal-uv-plots-to-use-time-averaging
Merge before the final push to sync with main. -
Arya Babai 8a25d5a2a474e19d9148b14321842c7770f0c1d0 m
Merge branch 'main' into PIPE-1780-change-hif_applycal-uv-plots-to-use-time-averaging
Merge to main to finish PR after validation. -
Arya Babai 844fd2c9a96f4ce137005c049f0141fd351898fb m
spw is limited to the representative. Code needs cleaning; planned for the next commit
-
Arya Babai M.Babai@rug.nl <p252901@interactive2.internal.hpc.rug.nl> 655f1d73139c725f90ba25e3a8734e51aae72eda m
Merge branch 'main' into PIPE-1780-change-hif_applycal-uv-plots-to-use-time-averaging
TO sync with main -
Arya Babai M.Babai@rug.nl <p252901@interactive2.internal.hpc.rug.nl> a850932c4a5765470cf40e7832573d8d6aa5f532 m
no change
-
Arya Babai M.Babai@rug.nl <p252901@interactive2.internal.hpc.rug.nl> fb9834a7d6ee23239e620b4d881e761c0831a420 m
minor merging issue
-
Arya Babai M.Babai@rug.nl <p252901@interactive2.internal.hpc.rug.nl> 3482012a3ad020fb1ee5aaa18dd8e32048d6ac82 m
Added code to reduce the number of channels to plot.
-
Arya Babai M.Babai@rug.nl <p252901@interactive2.internal.hpc.rug.nl> 288ebd7698fe24eb9aeadea83a5fb90213bc1fd2 m
Merge branch 'main' into PIPE-1780-change-hif_applycal-uv-plots-to-use-time-averaging sync with main, before PR.
-
Arya Babai M.Babai@rug.nl <p252901@interactive2.internal.hpc.rug.nl> e5722a2b9293d8f49c1dd485077acc37ed7061b6 m
Merge branch 'main' into PIPE-1780-change-hif_applycal-uv-plots-to-use-time-averaging Merge to main before PR.
-
Arya Babai M.Babai@rug.nl <p252901@interactive2.internal.hpc.rug.nl> 5f3991f68073520eead202d5ffac019715a64071 m
-
Arya Babai M.Babai@rug.nl <p252901@interactive2.internal.hpc.rug.nl> 1aace593841d16ab8c1004eaf34686529131e992 m
changed location of the hard coded values.
-
Arya Babai M.Babai@rug.nl <p252901@interactive2.internal.hpc.rug.nl> 3d3a554c280b461aba75bd059e8fe8d591390915 m
correction on default value
-
Arya Babai M.Babai@rug.nl <p252901@interactive2.internal.hpc.rug.nl> a364521ce82638b2054c3b3b9683d3b958bfe9a1 m
first implementation