Skip to content

Commit bc6ce7f

Browse files
committed
Prototype factories for loading cameraGeom.
1 parent caa7f91 commit bc6ce7f

File tree

3 files changed

+561
-3
lines changed

3 files changed

+561
-3
lines changed

python/lsst/obs/base/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2121

22+
from ._camera_loaders import *
2223
from ._fitsRawFormatterBase import *
2324
from ._instrument import *
2425
from .cameraMapper import *

0 commit comments

Comments
 (0)