Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
When DM-33645 is done, the next step is to allow the new psfs and aperture corrections to be used downstream. The basic idea is to follow the external photocalib and wcs code from https://github.com/lsst/pipe_tasks/blob/e01ce967e736e719928a61476ba89203dfe3730f/python/lsst/pipe/tasks/makeCoaddTempExp.py#L830 and https://github.com/lsst/meas_base/blob/26961ef6c7a3bd91c4b40a0307c740244fea775e/python/lsst/meas/base/forcedPhotCcd.py#L630 and https://github.com/lsst/faro/blob/a97a9ee4e67ff257dd51f441c225d798fb7ba92e/python/lsst/faro/base/MatchedCatalogBase.py#L244 with an doApplyFinalizedPsf option (which will imply equivalent aperture corrections as well).
In order to support loading the external psf in ForcedPhotCcdTask I've had to implement what was to be
DM-17062(Yusra AlSayyad).Also, on further review faro does not need to be touched on this ticket, since it only uses catalogs and not the calexp or psf directly.