Skip to content

Commit

Permalink
Merge pull request #289 from lsst-ts/tickets/DM-47458
Browse files Browse the repository at this point in the history
Change RA production pipeline to use groups when aggregating donut tables
  • Loading branch information
jbkalmbach authored Nov 9, 2024
2 parents 2b60311 + c5f0ec6 commit 10fbca0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions doc/versionHistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Version History

.. _lsst.ts.wep-12.6.1:

-------------
12.6.2
-------------

* Update RA production pipeline to use group dimension in aggregate donut tables step.

.. _lsst.ts.wep-12.6.1:

-------------
12.6.1
-------------
Expand Down
10 changes: 7 additions & 3 deletions pipelines/production/comCamRapidAnalysisPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ tasks:
crosstalk.doQuadraticCrosstalkCorrection: False
aggregateZernikeTablesTask:
class: lsst.donut.viz.AggregateZernikeTablesTask
aggregateDonutTablesTask:
class: lsst.donut.viz.AggregateDonutTablesTask
aggregateDonutTablesGroupTask:
class: lsst.donut.viz.AggregateDonutTablesTask
config:
python: |
from lsst.ts.wep.task.pairTask import GroupPairer
config.pairer.retarget(GroupPairer)
aggregateAOSVisitTableTask:
class: lsst.donut.viz.AggregateAOSVisitTableTask
plotAOSTask:
Expand Down Expand Up @@ -66,7 +70,7 @@ subsets:
step2a:
subset:
- aggregateZernikeTablesTask
- aggregateDonutTablesTask
- aggregateDonutTablesGroupTask
- aggregateAOSVisitTableTask
- plotAOSTask
- aggregateDonutStampsTask
Expand Down

0 comments on commit 10fbca0

Please sign in to comment.