From ab07f24d78fac406a6aeab65a693d92f038a1adb Mon Sep 17 00:00:00 2001 From: Eli Rykoff Date: Wed, 1 Nov 2023 11:57:41 -0700 Subject: [PATCH] Add cut on maximum seeing for LATISS processing, suitable for 71 pixel kernel. --- pipelines/LATISS/DRP.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pipelines/LATISS/DRP.yaml b/pipelines/LATISS/DRP.yaml index cb8d2897..c5806f1c 100644 --- a/pipelines/LATISS/DRP.yaml +++ b/pipelines/LATISS/DRP.yaml @@ -32,12 +32,12 @@ tasks: config: connections.cycleNumber: 6 - updateVisitSummary: - class: lsst.drp.tasks.update_visit_summary.UpdateVisitSummaryTask + selectDeepCoaddVisits: + class: lsst.pipe.tasks.selectImages.BestSeeingSelectVisitsTask config: - wcs_provider: "input_summary" - photo_calib_provider: "global" - background_provider: "input_summary" + # This is the maximum seeing that can be used with the default 71 pixel + # psf kernel size. + maxPsfFwhm = 1.9 # Importing and defining analyzeObjectTableCore here to omit plots that # require z and/or y band data.