Skip to content

Commit

Permalink
Import psfex to finalize_characterization
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
laurenam committed Oct 31, 2023
1 parent ea66e45 commit 56073b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/finalizeCharacterization.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56073b0

Please sign in to comment.