Skip to content

Commit

Permalink
drop: remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jun 20, 2023
1 parent fccc518 commit 121c6a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/lsst/pipe/tasks/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ def run(self, exposure, exposureIdInfo=None, background=None,
self.setMetadata(exposure=exposure, photoRes=None)
else:
try:
import pdb; pdb.set_trace()
photoRes = self.photoCal.run(
exposure, sourceCat=sourceCat, expId=idGenerator.catalog_id
)
Expand Down
1 change: 0 additions & 1 deletion python/lsst/pipe/tasks/characterizeImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ def run(self, exposure, exposureIdInfo=None, background=None, idGenerator=None):

# perform final measurement with final PSF, including measuring and applying aperture correction,
# if wanted
import pdb; pdb.set_trace()
self.measurement.run(measCat=dmeRes.sourceCat, exposure=dmeRes.exposure,
exposureId=idGenerator.catalog_id)
if self.config.doApCorr:
Expand Down

0 comments on commit 121c6a9

Please sign in to comment.