Skip to content

Commit

Permalink
Added calexpMetrics.yaml
Browse files Browse the repository at this point in the history
Enables the production and writing of metrics generated from
an existing calexp's summary statistics.
  • Loading branch information
jrmullaney committed Mar 24, 2024
1 parent df12eed commit 0c39427
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.

Check failure on line 2 in pipelines/calexpMetrics.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

2:61 [trailing-spaces] trailing spaces
tasks:
calexpSummary:
class: lsst.analysis.tools.tasks.CalexpSummaryAnalysisTask
config:
atools.calexpSummaryMetrics: CalexpSummaryMetrics
python: from lsst.analysis.tools.atools import *

0 comments on commit 0c39427

Please sign in to comment.