Skip to content

Commit

Permalink
Merge branch 'tickets/DM-38426'
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Nov 6, 2024
2 parents 1c8e634 + a1534a2 commit 78a683b
Show file tree
Hide file tree
Showing 7 changed files with 1,715 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- python -*-
from lsst.sconsUtils import scripts

scripts.BasicSConstruct("pipe_tasks", disableCc=True)
scripts.BasicSConstruct("pipe_tasks")
#scripts.BasicSConstruct("pipe_tasks", disableCc=True)
26 changes: 26 additions & 0 deletions python/lsst/pipe/tasks/prettyPictureMaker/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This file is part of pipe_tasks.
#
# 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.
#
# 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
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# 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/>.

from __future__ import annotations

from ._task import *
from ._colorMapper import *
from ._localContrast import *
Loading

0 comments on commit 78a683b

Please sign in to comment.