Skip to content

Commit

Permalink
Replace all butlerUtils with obs_base
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Oct 7, 2016
1 parent a4e4ce6 commit 1b3de79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/obs/cfht/megacamMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import lsst.afw.image as afwImage
import lsst.afw.image.utils as afwImageUtils

from lsst.daf.butlerUtils import CameraMapper, exposureFromImage
from lsst.obs.base import CameraMapper, exposureFromImage
import lsst.pex.policy as pexPolicy
from .makeMegacamRawVisitInfo import MakeMegacamRawVisitInfo

Expand Down
2 changes: 1 addition & 1 deletion ups/obs_cfht.table
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setupRequired(daf_persistence)
setupRequired(daf_butlerUtils)
setupRequired(obs_base)
setupRequired(meas_algorithms)
setupRequired(pipe_tasks)

Expand Down

0 comments on commit 1b3de79

Please sign in to comment.