Skip to content

Commit

Permalink
Include sizeExtendedness plugin
Browse files Browse the repository at this point in the history
in characterizeImage and calibrateImage.
  • Loading branch information
arunkannawadi committed Jan 25, 2024
1 parent 04e7afc commit dacc7c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/pipe/tasks/calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ 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 @@ -301,6 +302,7 @@ 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
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/characterizeImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def setDefaults(self):
"base_GaussianFlux",
"base_PsfFlux",
"base_CircularApertureFlux",
"base_ClassificationSizeExtendedness",
]
self.measurement.slots.shape = "ext_shapeHSM_HsmSourceMoments"

Expand Down

0 comments on commit dacc7c0

Please sign in to comment.