Skip to content

Commit

Permalink
fixup: include plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jan 25, 2024
1 parent dacc7c0 commit 7d8705d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/pipe/tasks/calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def setDefaults(self):
"base_CircularApertureFlux",
"base_GaussianFlux",
"base_PsfFlux",
"base_ClassificationSizeExtendedness",
]
self.psf_source_measurement.slots.shape = "ext_shapeHSM_HsmSourceMoments"
# Only measure apertures we need for PSF measurement.
Expand Down Expand Up @@ -302,7 +301,6 @@ def setDefaults(self):
"base_GaussianFlux",
"base_PsfFlux",
"base_CircularApertureFlux",
"base_ClassificationSizeExtendedness",
]
self.star_measurement.slots.psfShape = "ext_shapeHSM_HsmPsfMoments"
self.star_measurement.slots.shape = "ext_shapeHSM_HsmSourceMoments"
Expand Down

0 comments on commit 7d8705d

Please sign in to comment.