Skip to content

Commit

Permalink
Edit init
Browse files Browse the repository at this point in the history
  • Loading branch information
enourbakhsh committed Feb 26, 2024
1 parent 58b631f commit f76406b
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions python/lsst/meas/algorithms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This file is part of meas_algorithms.
#
# Developed for the LSST Data Management System.
# This product includes software developed by the LSST Project
# (https://www.lsst.org).
# See the COPYRIGHT file at the top-level directory of this distribution
# for details of code ownership.
# LSST Data Management System
#
# Copyright 2008-2017 AURA/LSST.
#
# This product includes software developed by the
# LSST Project (http://www.lsst.org/).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -16,8 +16,10 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# You should have received a copy of the LSST License Statement and
# the GNU General Public License along with this program. If not,
# see <https://www.lsstcorp.org/LegalNotices/>.
#
"""lsst.meas.algorithms
"""

Expand Down Expand Up @@ -60,11 +62,7 @@
from .scaleVariance import *
from .noise_covariance import *
from .reinterpolate_pixels import *
<<<<<<< HEAD
from .setPrimaryFlags import *
=======
from .variance_plane import *
>>>>>>> 3553a488 (Add function to remove Poisson contribution from source from variance plane.)

from .version import *

Expand Down

0 comments on commit f76406b

Please sign in to comment.