LSST Applications g011c388f00+c65bd04cee,g0265f82a02+cefac37fe7,g16a3bce237+cefac37fe7,g2079a07aa2+b9108c1c87,g2bbee38e9b+cefac37fe7,g337abbeb29+cefac37fe7,g3ddfee87b4+416e7893ae,g44050f54f7+6b8bd3088b,g4cf46543a9+6b26e01e3d,g50ff169b8f+8309cf5058,g52b1c1532d+43dac7135f,g83996f0134+7425ca6be0,g858d7b2824+6b8bd3088b,g8a8a8dda67+43dac7135f,g99855d9996+74fd63a160,g9d147d8712+4559cd7206,g9ddcbc5298+389b8f2b7e,ga1e77700b3+4bafba478f,ga8c6da7877+c9aad6bf16,gae46bcf261+cefac37fe7,gb700894bec+6c2aee6a4c,gb8350603e9+ee20daaa23,gba4ed39666+fb465f0d3e,gbeb006f7da+404eccc661,gc18e0e788c+c3f5ccaa8e,gc86a011abf+6b8bd3088b,gcf0d15dbbd+416e7893ae,gd162630629+5d7ded2167,gd44f2fa1a7+afcca147eb,gdaeeff99f8+6b435c3f92,ge79ae78c31+cefac37fe7,ge9008a0c34+416e7893ae,gee10cc3b42+43dac7135f,gf041782ebf+713927f999,gf1cff7945b+6b8bd3088b,w.2024.07
LSST Data Management Base Package
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1# This file is part of afw.
2#
3# Developed for the LSST Data Management System.
4# This product includes software developed by the LSST Project
5# (https://www.lsst.org).
6# See the COPYRIGHT file at the top-level directory of this distribution
7# for details of code ownership.
8#
9# This program is free software: you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by
11# the Free Software Foundation, either version 3 of the License, or
12# (at your option) any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program. If not, see <https://www.gnu.org/licenses/>.
21
22"""Application Framework code to display images.
23"""
24from .interface import *
25from .utils import Mosaic
26from .rgb import *
27from ._simpleFits import *