From 807961ca7a1389c549950b4817ddc6fcb6af5160 Mon Sep 17 00:00:00 2001 From: Arun Kannawadi Date: Tue, 12 Nov 2024 13:52:20 -0500 Subject: [PATCH] Update the preambles to denote the new repository --- python/lsst/drp/tasks/make_direct_warp.py | 2 +- python/lsst/drp/tasks/make_psf_matched_warp.py | 2 +- tests/test_make_direct_warp.py | 2 +- tests/test_make_psf_matched_warp.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/lsst/drp/tasks/make_direct_warp.py b/python/lsst/drp/tasks/make_direct_warp.py index 16680b2b..a13d6899 100644 --- a/python/lsst/drp/tasks/make_direct_warp.py +++ b/python/lsst/drp/tasks/make_direct_warp.py @@ -1,4 +1,4 @@ -# This file is part of pipe_tasks. +# This file is part of drp_tasks. # # Developed for the LSST Data Management System. # This product includes software developed by the LSST Project diff --git a/python/lsst/drp/tasks/make_psf_matched_warp.py b/python/lsst/drp/tasks/make_psf_matched_warp.py index 206f7462..3fc046cc 100644 --- a/python/lsst/drp/tasks/make_psf_matched_warp.py +++ b/python/lsst/drp/tasks/make_psf_matched_warp.py @@ -1,4 +1,4 @@ -# This file is part of pipe_tasks. +# This file is part of drp_tasks. # # Developed for the LSST Data Management System. # This product includes software developed by the LSST Project diff --git a/tests/test_make_direct_warp.py b/tests/test_make_direct_warp.py index 9039a74e..41f318b4 100644 --- a/tests/test_make_direct_warp.py +++ b/tests/test_make_direct_warp.py @@ -1,4 +1,4 @@ -# This file is part of pipe_tasks. +# This file is part of drp_tasks. # # Developed for the LSST Data Management System. # This product includes software developed by the LSST Project diff --git a/tests/test_make_psf_matched_warp.py b/tests/test_make_psf_matched_warp.py index 2083611b..ce99902b 100644 --- a/tests/test_make_psf_matched_warp.py +++ b/tests/test_make_psf_matched_warp.py @@ -1,4 +1,4 @@ -# This file is part of pipe_tasks. +# This file is part of drp_tasks. # # Developed for the LSST Data Management System. # This product includes software developed by the LSST Project