Skip to content

Commit

Permalink
Merge pull request #229 from lsst/tickets/DM-43477
Browse files Browse the repository at this point in the history
DM-43477: Create pipeline yaml file to create calexp summary metrics from existing calexps' summary stats
  • Loading branch information
jrmullaney committed Apr 2, 2024
2 parents 1d5f858 + 319786d commit 98dbbe6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pipelines/calexpMetrics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
description: |
Metrics created from the analysis of calibrated exposures.
tasks:
calexpSummary:
class: lsst.analysis.tools.tasks.CalexpSummaryAnalysisTask
config:
atools.calexpSummaryMetrics: CalexpSummaryMetrics
python: from lsst.analysis.tools.atools import *

0 comments on commit 98dbbe6

Please sign in to comment.