Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Lauren MacArthur found missing config overrides in Gen3 obs_lsst (DM-30048), at least one of which is due to the lack of a characterizeImage.py as in obs_subaru. This ticket is to search for any other missing overrides and fix them all prior to w20's re-run.
Attachments
Issue Links
- relates to
-
DM-33978 Fix references to charImage.py in configs and make characterizeImage.py the default
- Done
I fixed this the simplest possible way by just copying characterizeImage.py directly. Evidence that it works and gets bitwise parity in at least one calexp:
This is based off of a BPS run of the ci_imsim subset (I/O in /project/dtaranu/dc2_gen3/w_2021_19_ci_parity/ with w19 + obs_base/obs_lsst master.
Jim Bosch suggested a more principled fix of renaming the old charImage.py and references to it. I think flipping the two files should work, so that charImage.py is the gen2-only stub that does nothing but load characterizeImage.py, if that makes sense.