Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_base
-
Labels:
Description
While digging into DM-10156, I noticed that forcePhotCcd still uses applyMosaicResults from meas_mosaic. We should update that to use PhotoCalib.calibrateImage in the same way that makeWarp does.
Searching the stack, it looks like this is the only remaining place with this customization (modulo the useMeasMosaic option in coaddBase.py).
It looks like this was cleaned up when gen2 was removed in
DM-35725.