Skip to content

Commit

Permalink
Hook up metrics.
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
morriscb committed Oct 18, 2021
1 parent 2358f0d commit 4cb8cc5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pipelines/MetricsMisc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ tasks:
class: lsst.ap.association.metrics.FractionUpdatedDiaObjectsMetricTask
config:
connections.labelName: diaPipe
numTotalSolarSystemObjects:
class: lsst.ap.association.metrics.NumberSolarSystemObjectsMetricConfig
config:
connections.labelName: diaPipe
numAssociatedSsObjects:
class: lsst.ap.association.metrics.NumberAssociatedSolarSystemObjectsMetricTask
config:
connections.labelName: diaPipe
totalUnassociatedDiaObjects:
class: lsst.ap.association.metrics.TotalUnassociatedDiaObjectsMetricTask
numSciSources:
Expand Down

0 comments on commit 4cb8cc5

Please sign in to comment.