Skip to content

Commit

Permalink
Remove PeakLikelihoodFlux
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
parejkoj committed May 20, 2024
1 parent 9ec28d1 commit 4e48050
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/ip/diffim/detectAndMeasure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4e48050

Please sign in to comment.