Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_drivers
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:DRP S17-5
-
Team:Data Release Production
Description
In DM-9855, the option to select input images based on PSF quality was added and made the default for assembleCoadd in obs_subaru. However, coaddDriver has its own function to select images and sets the one in assemble coadd to null. The config in obs_subaru was overriding this and the selection of images was being run twice and having strange results.
The resolution is to set the image selector in coaddDriver to the PSF quality selector and set the assembleCoadd selector to null.
I've rebased this on master as u/jbosch/
DM-10235(no conflicts), and the changes look good to me. Please go ahead and merge if you think it's done.