Skip to content

Commit

Permalink
Merge branch 'tickets/DM-7915'
Browse files Browse the repository at this point in the history
Rename daf_butlerUtils to obs_base Tickets/dm 7915 #17
  • Loading branch information
parejkoj committed Oct 10, 2016
2 parents a4e4ce6 + 9ad2d4b commit b38dfa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/lsst/obs/cfht/makeMegacamRawVisitInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from __future__ import print_function

from lsst.afw.coord import Coord, IcrsCoord, Observatory, Weather
from lsst.daf.butlerUtils import MakeRawVisitInfo
from lsst.obs.base import MakeRawVisitInfo

__all__ = ["MakeMegacamRawVisitInfo"]

Expand Down
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 b38dfa0

Please sign in to comment.