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 498aa14 commit 992186c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/lsst/obs/lsstSim/lsstSimMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import lsst.pex.policy as pexPolicy
from .makeLsstSimRawVisitInfo import MakeLsstSimRawVisitInfo

from lsst.daf.butlerUtils import CameraMapper
from lsst.obs.base import CameraMapper

# Solely to get boost serialization registrations for Measurement subclasses

Expand Down
2 changes: 1 addition & 1 deletion python/lsst/obs/lsstSim/makeLsstSimRawVisitInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from lsst.afw.image import makeVisitInfo, RotType_SKY
from lsst.afw.geom import degrees
from lsst.afw.coord import Coord, IcrsCoord, Observatory, Weather
from lsst.daf.butlerUtils import MakeRawVisitInfo
from lsst.obs.base import MakeRawVisitInfo

__all__ = ["MakeLsstSimRawVisitInfo"]

Expand Down
2 changes: 1 addition & 1 deletion tests/getRaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from lsst.daf.base import DateTime
import lsst.daf.persistence as dafPersist
from lsst.daf.butlerUtils import MakeRawVisitInfo
from lsst.obs.base import MakeRawVisitInfo
import lsst.utils.tests
from lsst.afw.image import RotType_SKY
from lsst.afw.coord import IcrsCoord, Coord
Expand Down
2 changes: 1 addition & 1 deletion ups/obs_lsstSim.table
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ setupRequired(daf_base)
setupRequired(pex_policy)
setupRequired(afw)
setupRequired(daf_persistence)
setupRequired(daf_butlerUtils)
setupRequired(obs_base)
setupRequired(meas_algorithms)
setupRequired(ip_isr)
setupRequired(pipe_tasks)
Expand Down

0 comments on commit 992186c

Please sign in to comment.