Skip to content

Commit

Permalink
Merge pull request #231 from lsst/tickets/DM-21855
Browse files Browse the repository at this point in the history
DM-21855: Move daf.butler.instrument to obs_base
  • Loading branch information
parejkoj committed Nov 9, 2019
2 parents dcafaed + a162a0d commit 3e1980d
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/subaru/gen3/hsc/instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

from lsst.utils import getPackageDir
from lsst.afw.cameraGeom import makeCameraFromPath, CameraConfig
from lsst.daf.butler.instrument import Instrument, addUnboundedCalibrationLabel
from lsst.daf.butler import DatasetType, DataCoordinate, FileDataset, DatasetRef
from lsst.obs.base import Instrument, addUnboundedCalibrationLabel
from lsst.pipe.tasks.read_defects import read_all_defects

from lsst.obs.hsc.hscPupil import HscPupilFactory
Expand Down
2 changes: 1 addition & 1 deletion tests/test_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

import lsst.utils.tests
import lsst.obs.subaru.gen3.hsc
from lsst.daf.butler.instrument_tests import InstrumentTests, InstrumentTestData
from lsst.obs.base.instrument_tests import InstrumentTests, InstrumentTestData


class TestHyperSuprimeCam(InstrumentTests, lsst.utils.tests.TestCase):
Expand Down

0 comments on commit 3e1980d

Please sign in to comment.