From 7e047b49cee8f35b5917fa6451ae8bef77f5a9cf Mon Sep 17 00:00:00 2001 From: Bryce Kalmbach Date: Tue, 19 Nov 2024 05:50:57 +0000 Subject: [PATCH] Roll back to Z22. --- pipelines/production/comCamRapidAnalysisPipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/production/comCamRapidAnalysisPipeline.yaml b/pipelines/production/comCamRapidAnalysisPipeline.yaml index 1ea5d39d3..537bb4e95 100644 --- a/pipelines/production/comCamRapidAnalysisPipeline.yaml +++ b/pipelines/production/comCamRapidAnalysisPipeline.yaml @@ -8,7 +8,7 @@ tasks: calcZernikesTask: class: lsst.ts.wep.task.calcZernikesTask.CalcZernikesTask config: - estimateZernikes.nollIndices: [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28] + estimateZernikes.nollIndices: [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] estimateZernikes.convergeTol: 10.0e-9 estimateZernikes.compGain: 0.75 estimateZernikes.compSequence: [4, 4, 6, 6, 13, 13, 13, 13]