Skip to content

Commit

Permalink
Merge pull request #76 from lsst-ts/tickets/DM-29496
Browse files Browse the repository at this point in the history
DM-29496: Update ts_wep import of DetectorType
  • Loading branch information
teweitsai committed Mar 30, 2021
2 parents 437cacb + 8f2b6e8 commit 531c9bc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions doc/versionHistory.rst
Expand Up @@ -6,6 +6,14 @@
Version History
##################

.. _lsst.ts.wep-1.5.7:

-------------
1.5.7
-------------

* Update import of `DetectorType`.

.. _lsst.ts.wep-1.5.6:

-------------
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/ts/wep/bsc/CameraData.py
Expand Up @@ -135,7 +135,7 @@ def _initDetectors(self, detectorType):
Parameters
----------
detectorType : lsst.afw.cameraGeom.detector.detector.DetectorType
detectorType : lsst.afw.cameraGeom.DetectorType
Detector type.
"""

Expand Down
2 changes: 1 addition & 1 deletion python/lsst/ts/wep/bsc/ComCam.py
Expand Up @@ -20,7 +20,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from lsst.obs.lsst import LsstCamMapper
from lsst.afw.cameraGeom.detector.detector import DetectorType
from lsst.afw.cameraGeom import DetectorType

from lsst.ts.wep.bsc.CameraData import CameraData

Expand Down
2 changes: 1 addition & 1 deletion python/lsst/ts/wep/bsc/LsstCam.py
Expand Up @@ -20,7 +20,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from lsst.obs.lsst import LsstCamMapper
from lsst.afw.cameraGeom.detector.detector import DetectorType
from lsst.afw.cameraGeom import DetectorType

from lsst.ts.wep.bsc.CameraData import CameraData

Expand Down
2 changes: 1 addition & 1 deletion python/lsst/ts/wep/bsc/LsstFamCam.py
Expand Up @@ -20,7 +20,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from lsst.obs.lsst import LsstCamMapper
from lsst.afw.cameraGeom.detector.detector import DetectorType
from lsst.afw.cameraGeom import DetectorType

from lsst.ts.wep.bsc.CameraData import CameraData

Expand Down

0 comments on commit 531c9bc

Please sign in to comment.