From 80706722d317f8cb766807c655c39a7b6719ce1a Mon Sep 17 00:00:00 2001 From: John Franklin Crenshaw <41785729+jfcrenshaw@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:55:11 -0300 Subject: [PATCH 1/2] Looser convergence threshold for Danish --- pipelines/production/comCamRapidAnalysisDanishPipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pipelines/production/comCamRapidAnalysisDanishPipeline.yaml b/pipelines/production/comCamRapidAnalysisDanishPipeline.yaml index f3171f74..79116854 100644 --- a/pipelines/production/comCamRapidAnalysisDanishPipeline.yaml +++ b/pipelines/production/comCamRapidAnalysisDanishPipeline.yaml @@ -17,6 +17,10 @@ tasks: estimateZernikes.nollIndices: [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21, 22, 27, 28] estimateZernikes.saveHistory: true + estimateZernikes.lstsqKwargs: + ftol: 1.0e-3 + xtol: 1.0e-3 + gtol: 1.0e-3 # Define pipeline steps subsets: From 6d419ee23e7235e99026a230b4aa893bfb5d0aec Mon Sep 17 00:00:00 2001 From: John Franklin Crenshaw <41785729+jfcrenshaw@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:57:57 -0300 Subject: [PATCH 2/2] Update versionHistory.rst --- doc/versionHistory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/versionHistory.rst b/doc/versionHistory.rst index 89a40d8f..ebb5872c 100644 --- a/doc/versionHistory.rst +++ b/doc/versionHistory.rst @@ -12,7 +12,7 @@ Version History 13.0.5 ------------- -* Set saveHistory=True in the Danish production pipeline +* Set saveHistory=True and looser convergence criteria in the Danish production pipeline .. _lsst.ts.wep-13.0.4: