Coverage for python/lsst/obs/lsst/translators/__init__.py: 100%
8 statements
« prev ^ index » next coverage.py v6.5.0, created at 2023-01-21 02:51 -0800
« prev ^ index » next coverage.py v6.5.0, created at 2023-01-21 02:51 -0800
1# This file is currently part of obs_lsst but is written to allow it
2# to be migrated to the astro_metadata_translator package at a later date.
3#
4# This product includes software developed by the LSST Project
5# (http://www.lsst.org).
6# See the LICENSE file in this directory for details of code ownership.
7#
8# Use of this source code is governed by a 3-clause BSD-style
9# license that can be found in the LICENSE file.
11from .lsstCam import *
12from .phosim import *
13from .ts3 import *
14from .ts8 import *
15from .imsim import *
16from .latiss import *
17from .lsst_ucdcam import *
18from .comCam import *