From a0c34a1ac9cc500a55e70161bc6279c5b0f4d810 Mon Sep 17 00:00:00 2001 From: Hsin-Fang Chiang Date: Wed, 23 Apr 2025 14:42:57 -0700 Subject: [PATCH] Turn off noise checking with ampNoiseThreshold This is necessary with doBootstrap=True. --- pipelines/LSSTCam/Isr-cal.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/LSSTCam/Isr-cal.yaml b/pipelines/LSSTCam/Isr-cal.yaml index 3316e480..755433da 100644 --- a/pipelines/LSSTCam/Isr-cal.yaml +++ b/pipelines/LSSTCam/Isr-cal.yaml @@ -10,6 +10,7 @@ tasks: isr: class: lsst.ip.isr.IsrTaskLSST config: + ampNoiseThreshold: .nan defaultSaturationSource: CAMERAMODEL doApplyGains: false doBias: false