Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename daf_butlerUtils to obs_base Tickets/dm 7915 #24

Merged
merged 1 commit into from
Oct 10, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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