LSST Applications g0265f82a02+c015d37dae,g16a3bce237+c015d37dae,g2079a07aa2+033c7bc9c3,g2bbee38e9b+c015d37dae,g2e17d592ec+ccac521ab4,g337abbeb29+c015d37dae,g3ddfee87b4+3ef4526a60,g44050f54f7+e2671c6bf3,g470c3a02f1+7eb6ad230c,g4cf46543a9+ae744ca009,g50ff169b8f+417d68efa6,g52b1c1532d+dd679e6018,g858d7b2824+e2671c6bf3,g8a8a8dda67+dd679e6018,g9cb17f706c+31dda6c12e,g9ddcbc5298+5ad5fc675e,ga1e77700b3+2feb1929c6,ga8c6da7877+ef960af59a,gab1f63e0c6+3ef4526a60,gae46bcf261+c015d37dae,gb0e22166c9+5b4afe4947,gb700894bec+840eb10f4b,gb8350603e9+4745c4b8cf,gba4ed39666+0c98be86fa,gbb8dafda3b+70bcc998e4,gbeb006f7da+35b7d9082b,gc86a011abf+e2671c6bf3,gcc2b57d3bf+6bc6538447,gcf0d15dbbd+3ef4526a60,gd162630629+de0f92c51b,gd44f2fa1a7+556dd9af66,gdaeeff99f8+2aad4c5fb6,ge79ae78c31+c015d37dae,gee10cc3b42+dd679e6018,gf1cff7945b+e2671c6bf3,w.2024.08
LSST Data Management Base Package
Loading...
Searching...
No Matches
makeDecamRawVisitInfo.py
Go to the documentation of this file.
2# LSST Data Management System
3# Copyright 2016 LSST Corporation.
4#
5# This product includes software developed by the
6# LSST Project (http://www.lsst.org/).
7#
8# This program is free software: you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation, either version 3 of the License, or
11# (at your option) any later version.
12#
13# This program is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17#
18# You should have received a copy of the LSST License Statement and
19# the GNU General Public License along with this program. If not,
20# see <http://www.lsstcorp.org/LegalNotices/>.
21#
22
23from lsst.obs.base import MakeRawVisitInfoViaObsInfo
24from astro_metadata_translator import DecamTranslator
25
26__all__ = ["MakeDecamRawVisitInfo"]
27
28
29class MakeDecamRawVisitInfo(MakeRawVisitInfoViaObsInfo):
30 """Make a VisitInfo from the FITS header of a raw DECam image
31 """
32 metadataTranslator = DecamTranslator