From 4e480503b401686d6b2a38544ea7ee1424c3956e Mon Sep 17 00:00:00 2001 From: John Parejko Date: Mon, 20 May 2024 15:48:30 -0700 Subject: [PATCH] Remove PeakLikelihoodFlux This was carried over from much older code; we're now measuring on the difference exposure instead of the score exposure, so we don't need it. --- python/lsst/ip/diffim/detectAndMeasure.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/lsst/ip/diffim/detectAndMeasure.py b/python/lsst/ip/diffim/detectAndMeasure.py index 3040551f..c5dfb454 100644 --- a/python/lsst/ip/diffim/detectAndMeasure.py +++ b/python/lsst/ip/diffim/detectAndMeasure.py @@ -199,8 +199,6 @@ def setDefaults(self): self.detection.thresholdType = "pixel_stdev" self.detection.excludeMaskPlanes = ["EDGE"] - # Add filtered flux measurement, the correct measurement for pre-convolved images. - self.measurement.algorithms.names.add("base_PeakLikelihoodFlux") self.measurement.plugins.names |= ["ext_trailedSources_Naive", "base_LocalPhotoCalib", "base_LocalWcs",