From cb908f2547d5024c66650deda6e56d413182bf98 Mon Sep 17 00:00:00 2001 From: Conghao Zhou Date: Thu, 16 Apr 2026 12:29:51 -0400 Subject: [PATCH] Apply amp-offset correction in DECam cpSkyIsr --- pipelines/DECam/cpSky.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pipelines/DECam/cpSky.yaml b/pipelines/DECam/cpSky.yaml index fe0b3a547..90ad176b0 100644 --- a/pipelines/DECam/cpSky.yaml +++ b/pipelines/DECam/cpSky.yaml @@ -12,3 +12,9 @@ tasks: largeScaleBackground.xSize: 61.44 # in mm largeScaleBackground.ySize: 61.44 # in mm largeScaleBackground.pixelSize: 0.015 # in mm per pixel + cpSkyIsr: + class: lsst.ip.isr.IsrTask + config: + doAmpOffset: true + ampOffset.doApplyAmpOffset: true +