Skip to content

Commit

Permalink
Need localX measurements for postprocess.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Jun 6, 2023
1 parent e157104 commit a296f6f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions python/lsst/meas/base/forcedPhotCcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,11 @@ def setDefaults(self):
# needed for PSF-like sources.
self.measurement.plugins.names = ["base_PixelFlags",
"base_TransformedCentroid",
"base_PsfFlux"]
"base_PsfFlux",
"base_LocalBackground",
"base_LocalPhotoCalib",
"base_LocalWcs",
]
self.measurement.slots.shape = None
# Make catalogCalculation a no-op by default as no modelFlux is setup
# by default in ForcedMeasurementTask.
Expand Down Expand Up @@ -678,7 +682,11 @@ def setDefaults(self):
# needed for PSF-like sources.
self.measurement.plugins.names = ["base_PixelFlags",
"base_TransformedCentroidFromCoord",
"base_PsfFlux"]
"base_PsfFlux",
"base_LocalBackground",
"base_LocalPhotoCalib",
"base_LocalWcs",
]
self.measurement.slots.shape = None
# Make catalogCalculation a no-op by default as no modelFlux is setup
# by default in ForcedMeasurementTask.
Expand Down

0 comments on commit a296f6f

Please sign in to comment.