From 4d2072cfeaaa0374e54e6478cb5dd6210e387a70 Mon Sep 17 00:00:00 2001 From: fred3m Date: Thu, 9 Jan 2025 11:03:57 -0800 Subject: [PATCH] Add deconvolution to pipelines where appropriate --- pipelines/HSC/DRP-Prod.yaml | 1 + pipelines/HSC/DRP-RC2.yaml | 1 + pipelines/HSC/DRP-RC2_subset.yaml | 2 ++ pipelines/LATISS/DRP.yaml | 1 + pipelines/LSSTComCam/DRP.yaml | 1 + pipelines/LSSTComCam/nightly-validation.yaml | 1 + pipelines/LSSTComCamSim/DRP.yaml | 1 + pipelines/LSSTComCamSim/nightly-validation.yaml | 1 + pipelines/_ingredients/DECam/DRP.yaml | 1 + pipelines/_ingredients/DRP-minimal-calibration.yaml | 2 ++ pipelines/_ingredients/LSSTCam-imSim/DRP.yaml | 1 + 11 files changed, 13 insertions(+) diff --git a/pipelines/HSC/DRP-Prod.yaml b/pipelines/HSC/DRP-Prod.yaml index 85a9277a..bd44adf8 100644 --- a/pipelines/HSC/DRP-Prod.yaml +++ b/pipelines/HSC/DRP-Prod.yaml @@ -102,6 +102,7 @@ subsets: - assembleCoadd - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements diff --git a/pipelines/HSC/DRP-RC2.yaml b/pipelines/HSC/DRP-RC2.yaml index 42cd03ff..4c5b0355 100644 --- a/pipelines/HSC/DRP-RC2.yaml +++ b/pipelines/HSC/DRP-RC2.yaml @@ -162,6 +162,7 @@ subsets: - assembleCoadd - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements diff --git a/pipelines/HSC/DRP-RC2_subset.yaml b/pipelines/HSC/DRP-RC2_subset.yaml index 5209cb87..246363a3 100644 --- a/pipelines/HSC/DRP-RC2_subset.yaml +++ b/pipelines/HSC/DRP-RC2_subset.yaml @@ -65,6 +65,7 @@ subsets: subset: - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements @@ -142,6 +143,7 @@ subsets: - assembleCoadd - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements diff --git a/pipelines/LATISS/DRP.yaml b/pipelines/LATISS/DRP.yaml index 428ea736..69517367 100644 --- a/pipelines/LATISS/DRP.yaml +++ b/pipelines/LATISS/DRP.yaml @@ -168,6 +168,7 @@ subsets: - assembleCoadd - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements diff --git a/pipelines/LSSTComCam/DRP.yaml b/pipelines/LSSTComCam/DRP.yaml index 5647b576..bc1af22e 100644 --- a/pipelines/LSSTComCam/DRP.yaml +++ b/pipelines/LSSTComCam/DRP.yaml @@ -85,6 +85,7 @@ subsets: - assembleCoadd - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements diff --git a/pipelines/LSSTComCam/nightly-validation.yaml b/pipelines/LSSTComCam/nightly-validation.yaml index 367e719f..5648f438 100644 --- a/pipelines/LSSTComCam/nightly-validation.yaml +++ b/pipelines/LSSTComCam/nightly-validation.yaml @@ -97,6 +97,7 @@ subsets: - assembleCoadd - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements diff --git a/pipelines/LSSTComCamSim/DRP.yaml b/pipelines/LSSTComCamSim/DRP.yaml index 3623abd6..e857f918 100644 --- a/pipelines/LSSTComCamSim/DRP.yaml +++ b/pipelines/LSSTComCamSim/DRP.yaml @@ -83,6 +83,7 @@ subsets: - assembleCoadd - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements diff --git a/pipelines/LSSTComCamSim/nightly-validation.yaml b/pipelines/LSSTComCamSim/nightly-validation.yaml index a4cc468c..36b23ebc 100644 --- a/pipelines/LSSTComCamSim/nightly-validation.yaml +++ b/pipelines/LSSTComCamSim/nightly-validation.yaml @@ -94,6 +94,7 @@ subsets: - assembleCoadd - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements diff --git a/pipelines/_ingredients/DECam/DRP.yaml b/pipelines/_ingredients/DECam/DRP.yaml index 11b6af6e..e99d8780 100644 --- a/pipelines/_ingredients/DECam/DRP.yaml +++ b/pipelines/_ingredients/DECam/DRP.yaml @@ -205,6 +205,7 @@ subsets: - makeDirectWarp - makePsfMatchedWarp - templateGen + - deconvolve - deblend - detection - writeObjectTable diff --git a/pipelines/_ingredients/DRP-minimal-calibration.yaml b/pipelines/_ingredients/DRP-minimal-calibration.yaml index 76588780..a12ce6a2 100644 --- a/pipelines/_ingredients/DRP-minimal-calibration.yaml +++ b/pipelines/_ingredients/DRP-minimal-calibration.yaml @@ -99,6 +99,7 @@ tasks: consolidateHealSparsePropertyMaps: lsst.pipe.tasks.healSparseMapping.ConsolidateHealSparsePropertyMapTask detection: lsst.pipe.tasks.multiBand.DetectCoaddSourcesTask mergeDetections: lsst.pipe.tasks.mergeDetections.MergeDetectionsTask + deconvolve: lsst.meas.extensions.scarlet.deconvolveExposureTask.DeconvolveExposureTask deblend: lsst.pipe.tasks.deblendCoaddSourcesPipeline.DeblendCoaddSourcesMultiTask measure: lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask mergeMeasurements: lsst.pipe.tasks.mergeMeasurements.MergeMeasurementsTask @@ -277,6 +278,7 @@ subsets: subset: - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements diff --git a/pipelines/_ingredients/LSSTCam-imSim/DRP.yaml b/pipelines/_ingredients/LSSTCam-imSim/DRP.yaml index a76204c8..96e179de 100644 --- a/pipelines/_ingredients/LSSTCam-imSim/DRP.yaml +++ b/pipelines/_ingredients/LSSTCam-imSim/DRP.yaml @@ -157,6 +157,7 @@ subsets: - assembleCoadd - detection - mergeDetections + - deconvolve - deblend - measure - mergeMeasurements