LSST Applications g04e9c324dd+8c5ae1fdc5,g123d84c11c+8c5ae1fdc5,g1ec0fe41b4+6ec6b74de1,g1fd858c14a+f245582311,g29a0cc5914+ed2a5a59d5,g32513d92db+301b21503b,g35bb328faa+8c5ae1fdc5,g43473aacd5+42c0221713,g44844d7183+193342654f,g46874a5070+1087e05171,g4d44eb3520+bdee43bb2b,g53246c7159+8c5ae1fdc5,g60b5630c4e+1087e05171,g663da51e9b+26baacac3b,g67b6fd64d1+d4e0e85a95,g67fd3c3899+1087e05171,g78460c75b0+7e33a9eb6d,g786e29fd12+668abc6043,g844c57033c+929b3e9e34,g851e132a97+26647cc1fc,g8852436030+fbf83f7c97,g89139ef638+d4e0e85a95,g8d7436a09f+429c20f916,g989de1cb63+d4e0e85a95,g9f33ca652e+9625a3452e,ga1e959baac+5fbc491aed,ga2f891cd6c+1087e05171,gabe3b4be73+8856018cbb,gabf8522325+cc757f8247,gac2eed3f23+d4e0e85a95,gb1101e3267+a0358262ed,gb89ab40317+d4e0e85a95,gcf25f946ba+fbf83f7c97,gd107969129+6e03c97596,gd6cbbdb0b4+8e46defd2a,ge410e46f29+d4e0e85a95,geaed405ab2+2322f1d6ea,gf5e32f922b+8c5ae1fdc5,w.2025.31
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# Copyright 2008-2017 AURA/LSST.
5#
6# This product includes software developed by the
7# LSST Project (http://www.lsst.org/).
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 LSST License Statement and
20# the GNU General Public License along with this program. If not,
21# see <https://www.lsstcorp.org/LegalNotices/>.
22#
23
24import pkgutil
25__path__ = pkgutil.extend_path(__path__, __name__)