LSST Applications g00d0e8bbd7+edbf708997,g199a45376c+5137f08352,g1fd858c14a+5d3c95268f,g262e1987ae+129725fbd9,g29ae962dfc+34be89a2fc,g2cef7863aa+73c82f25e4,g3541666cd7+00c381f533,g35bb328faa+edbf708997,g3fd5ace14f+0f9585b40d,g47891489e3+19fcc35de2,g53246c7159+edbf708997,g5b326b94bb+74795fc0b3,g5e032395f3+2a361f5c28,g64539dfbff+33d965bf6c,g67b6fd64d1+19fcc35de2,g74acd417e5+6e038728f1,g786e29fd12+af89c03590,g7aefaa3e3d+a53f4933b3,g87389fa792+a4172ec7da,g88cb488625+cdc2ed4845,g89139ef638+19fcc35de2,g8d7436a09f+1c65fffe91,g8ea07a8fe4+79658f16ab,g90f42f885a+6577634e1f,g9722cb1a7f+d8f85438e7,g98df359435+0f66fdfca5,ga2180abaac+edbf708997,ga9e74d7ce9+128cc68277,gbf99507273+edbf708997,gc2a301910b+33d965bf6c,gca7fc764a6+19fcc35de2,gd7ef33dd92+19fcc35de2,gdab6d2f7ff+6e038728f1,gdbb4c4dda9+33d965bf6c,ge410e46f29+19fcc35de2,ge41e95a9f2+33d965bf6c,ge8e7e3f09d+a09b026073,geaed405ab2+062dfc8cdc,w.2025.45
LSST Data Management Base Package
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1# This file is part of jointcal.
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
22import pkgutil
23from ._jointcalLib import *
24from .jointcal import *
25from .version import *
26__path__ = pkgutil.extend_path(__path__, __name__)