Skip to content

Commit

Permalink
Merge pull request #119 from lsst-sitcom/tickets/DM-42176
Browse files Browse the repository at this point in the history
DM-42176: Move PeekExposureTask to pipe_tasks
  • Loading branch information
mfisherlevine authored Aug 16, 2024
2 parents 887de9c + a530e15 commit 74a817f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1,216 deletions.
5 changes: 3 additions & 2 deletions python/lsst/summit/utils/assessPeekExposure.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
import lsst.afw.display as afwDisplay
from lsst.afw.geom import ellipses
from lsst.daf.butler.datastore.cache_manager import DatastoreCacheManager
from lsst.summit.utils.bestEffort import BestEffortIsr
from lsst.summit.utils.peekExposure import PeekExposureTask
from lsst.pipe.tasks.peekExposure import PeekExposureTask

from .bestEffort import BestEffortIsr

# Set logger level to higher than CRITICAL to suppress all output
silentLogger = logging.getLogger("silentLogger")
Expand Down
Loading

0 comments on commit 74a817f

Please sign in to comment.