From b740473945e3a4c3b7e60319ab48be1170b7f73c Mon Sep 17 00:00:00 2001 From: John Franklin Crenshaw <41785729+jfcrenshaw@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:41:42 -0700 Subject: [PATCH 1/2] Increase RA stamp size I think we should increase the RA donut stamp size for now to ensure that the edges of donuts aren't clipped by the stamp boundary --- 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 7df10179..c46558bc 100644 --- a/pipelines/production/comCamRapidAnalysisPipeline.yaml +++ b/pipelines/production/comCamRapidAnalysisPipeline.yaml @@ -12,7 +12,7 @@ tasks: python: | from lsst.ts.wep.task.pairTask import GroupPairer config.pairer.retarget(GroupPairer) - donutStampSize: 160 + donutStampSize: 200 initialCutoutPadding: 40 calcZernikesTask: class: lsst.ts.wep.task.calcZernikesTask.CalcZernikesTask From efdf270e19eb6068028a1fffb97714bb6f8d9e53 Mon Sep 17 00:00:00 2001 From: John Franklin Crenshaw <41785729+jfcrenshaw@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:44:17 -0700 Subject: [PATCH 2/2] Update versionHistory.rst --- doc/versionHistory.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/versionHistory.rst b/doc/versionHistory.rst index 8f20728d..836a17ca 100644 --- a/doc/versionHistory.rst +++ b/doc/versionHistory.rst @@ -6,6 +6,14 @@ Version History ################## +.. _lsst.ts.wep-12.4.2: + +------------- +12.4.2 +------------- + +* Increase stamp size in Rapid Analysis pipeline to avoid clipping donut edges. + .. _lsst.ts.wep-12.4.1: -------------