Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Lauren MacArthur
Lauren MacArthurReporter
Lauren MacArthur
Lauren MacArthurReviewers
Christopher Waters
Story Points
3
RubinTeam
Data Release Production
Components
Sprint
None
Checklist
Checklist
Created June 5, 2021 at 9:55 PM
Updated July 22, 2021 at 12:36 AM
Resolved June 12, 2021 at 11:29 PM
In updating the isr code to use
filterLabel
, a bug was introduced in the filter look up, whereby the check is being made on:which will always evaluate to
False
. Rather, this should be:This affects the setting of a rough zeropoint when config overrides are provided for the filters defined config.isr.fluxMag0T1, illumination correction for any filters defined in config.isr.illumFilters and a validation check for fringe correction for any filters defined in fringe.config.filters (but the fringe correction does indeed run as the check within the subtask is correct).
For example, when running on HSC data (with a few extra debugging prints):