Code commits
Pipeline
-
Luke Maud dbb659e1baf03105e8eeb8570e0077957ceefe23
Pull request #1873: PIPE-3127 add spw filitering to max cube size and max product size image mitigation steps
Merge in PIPE/pipeline from PIPE-3127-add-spw-filitering-to-max-cube-size-and-max-product-size-image-mitigation-steps to release/2026.2.0
* commit '7b2f7e410e5a6e3398c92f57cd55dced97e0709d':
PIPE-3127: style cleanup — lazy logging, PEP 8
cleaned message formatting slightly. moved the creation of overlimit_spws and oversize_spws out of the conditional blocks, so that they can always be printed to the log - I found this quite useful to debug and understand what was going on.
PIPE-3127 added spws reassign after field mitigation
PIPE-3127 moved large cube message trigger
fixing the two more impactful issues found by Ryan; the confusing message still needs to be dealt with
PIPE-3127 refactor mitigation to move step 1 error later into spw building loop and add supporting changes
PIPE-3127 edited the clause to only mitigate spws if less than the maxcubelimit at the end of step 1
PIPE-3127 step one added spw filter and supporting code changes cubesizes now returned as a dict -
Rui Xue 7b2f7e410e5a6e3398c92f57cd55dced97e0709d m
Merge tag '2026.1.1.102' into PIPE-3127-add-spw-filitering-to-max-cube-size-and-max-product-size-image-mitigation-steps
-
Rui Xue 204d4b1283b1fc602b74245588b34b21123a76d8 m
PIPE-3127: style cleanup — lazy logging, PEP 8
-
Remy Indebetouw f0466d063aab7f58de89f520cce5a72265b0d816 m
cleaned message formatting slightly. moved the creation of overlimit_spws and oversize_spws out of the conditional blocks, so that they can always be printed to the log - I found this quite useful to debug and understand what was going on.
-
Luke Maud a53b4762a6dfde8dfffda8d2fb75fadf0b87855e m
PIPE-3127 added spws reassign after field mitigation
-
Luke Maud 399f80efeb8f932bffa706ae9761371c0e07ef03 m
PIPE-3127 moved large cube message trigger
-
Remy Indebetouw <remy@virginia.edu> 0b1523f48c0c784a9195bbdee15f6e9bf8d00ed8 m
fixing the two more impactful issues found by Ryan; the confusing message still needs to be dealt with
-
Luke Maud 6169124e2910a5966dac230c5cde6532e72a94dc m
PIPE-3127 refactor mitigation to move step 1 error later into spw building loop and add supporting changes
-
Luke Maud 8b7ce9a36fd6be1710f1c276f6bc32f9180c9c32 m
PIPE-3127 edited the clause to only mitigate spws if less than the maxcubelimit at the end of step 1
-
Luke Maud 63300c1984fa75d1d71a5864327bbb7f33f6a862 m
PIPE-3127 step one added spw filter and supporting code changes cubesizes now returned as a dict