From 56073b0e87acd9881f617cb17cdee0329b501692 Mon Sep 17 00:00:00 2001 From: Lauren MacArthur Date: Mon, 16 Oct 2023 15:33:38 -0700 Subject: [PATCH] Import psfex to finalize_characterization The kernel and stamp sizes for PSF modelling of LATISS data are required to be quite large, and piff will likely not scale well, so we need the option to retarget to psfex to avoid long runtimes. --- python/lsst/pipe/tasks/finalizeCharacterization.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/lsst/pipe/tasks/finalizeCharacterization.py b/python/lsst/pipe/tasks/finalizeCharacterization.py index 49625b0a4..6e07cc8c2 100644 --- a/python/lsst/pipe/tasks/finalizeCharacterization.py +++ b/python/lsst/pipe/tasks/finalizeCharacterization.py @@ -35,6 +35,7 @@ import lsst.daf.base as dafBase import lsst.afw.table as afwTable import lsst.meas.algorithms as measAlg +import lsst.meas.extensions.psfex.psfexPsfDeterminer # noqa: F401 import lsst.meas.extensions.piff.piffPsfDeterminer # noqa: F401 from lsst.meas.algorithms import MeasureApCorrTask from lsst.meas.base import SingleFrameMeasurementTask, ApplyApCorrTask