Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:DRP S17-4
-
Team:Data Release Production
Description
While validating on HSC data, we encountered a use case for rectangular bin sizes in SubtractBackgroundTask. We propose two new config fields:
- binSizeX
- binSizeY
By default they will be None and populated with the value in binSize. This change will be 100% backwards compatible. Everyone's config files will produce the same results.
Attachments
Issue Links
- blocks
-
DM-9907 Release hscPipe 5.0-beta2
- Done
One non-obvious decision is what users will expect now for polynomial approximation if they set:
config.undersampleStyle == "INCREASE_NXNYSAMPLE"
Would they expect the (a) largest square bins that produce enough points to fit a particular order or (b) the largest rectangular bins to produce enough points (shrinking only the side of the bin that was too large).