Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ip_diffim, pipe_tasks
-
Labels:
-
Story Points:6
-
Epic Link:
-
Sprint:AP F19-2, AP F19-4 (2H September)
-
Team:Alert Production
Description
Building coadds and running ap_pipe with many different settings revealed some inconsistent behavior. In summary, the PSF FWHM used to compare the template and science image appears to still be based in pixel units in some places, which is a bug when they don't have the same platescale. There are also bugs in the option to convolve the science image rather than the template, which you would want to do if the seeing of the science image was better than that of the template. One is that the kernel attributes appear to still be calculated for the case where the template is convolved. The other appears to be an incorrect noise threshold, but that will require further investigation.
This ticket covers the work spent investigating these issues, and the initial bug fixes.
This is the ticket that covered my initial investigations into the coadd platescale issues, though most of the results ended up in
DM-21230. I believe Gabor is taking care of the more in-depth code changes, so that leaves only a few minor changes on this ticket.The pull request is: https://github.com/lsst/pipe_tasks/pull/315