LSST Applications g0265f82a02+6fdc417ff8,g13f254ea0d+81bc2a20b4,g1e7d6db67d+6c74b93b31,g2bbee38e9b+6fdc417ff8,g3273194fdb+f6908454ef,g337abbeb29+6fdc417ff8,g3ddfee87b4+a01d390a69,g41b076d227+0ffa813159,g44018dc512+6fdc417ff8,g4500d70958+60517194e0,g47cf500ddd+0288b668b9,g4e44b06cbc+6ae8cd70f6,g5692000587+607c751afc,g6ae5381d9b+81bc2a20b4,g8588faa8eb+a01d390a69,g858d7b2824+607c751afc,g98a6847f1e+a272651890,g98ffbb4407+81bc2a20b4,g9ddcbc5298+7f7571301f,ga0be0691d8+6b353b1bd0,ga1e77700b3+951263b14e,gae46bcf261+6fdc417ff8,gb700894bec+b53b6f25d8,gbeb006f7da+e69951eae1,gc86a011abf+607c751afc,gc9537b1561+df34e46721,gcb20ee0ffd+9190efc7b8,gcf0d15dbbd+a01d390a69,gd162630629+d498c922d3,gdaeeff99f8+0d8dbea60f,gdb4ec4c597+6fdc417ff8,ge56fc974f0+69957a1b98,ge9611376a6+43606c0a9a,gf041782ebf+1e6588183a,gfb315b4925+607c751afc,w.2023.46
LSST Data Management Base Package
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1#
2# LSST Data Management System
3#
4# This product includes software developed by the
5# LSST Project (http://www.lsst.org/).
6# See the COPYRIGHT file
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 <https://www.lsstcorp.org/LegalNotices/>.
21#
22
23"""lsst.sphgeom
24"""
25
26from ._healpixPixelization import *
27from ._sphgeom import *
28from ._sphgeom import Pixelization
29from ._yaml import *
30from .pixelization_abc import *
31from .version import *
32
33PixelizationABC.register(Pixelization)