Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms, pipe_tasks
-
Labels:None
-
Story Points:1
-
Sprint:Science Pipelines DM-S15-5
-
Team:Data Release Production
Description
This is a port of HSC-1138 to LSST. That is an aggregate of two related minor fixes:
- CoaddInputRecorder should default to saveVisitGoodPix=True so that average positions in the CoaddPsf can be properly weighted;
- computeAveragePosition and doComputeKernelImage should be consistent about the data included when determining whether a source is off image.
Russell – this contains a fix for a bug which was introduced in
DM-3243which is already assigned to you for review. I should have been more careful and included this fix in that ticket. Although it's too late for that now, I think it makes sense to consider them together, so would you mind looking at this too? It's only a couple of lines. Changes are on:Note that in the case of meas_algorithms it only makes sense to apply this on top of the fix for
DM-3243– the link above is to a diff relative to that branch rather than to master.