Skip to content

Commit

Permalink
Comment out AP metrics that raise errors. Fix on DM-43201
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Mar 6, 2024
1 parent 1aea84b commit 7597dc5
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions pipelines/apDetectorVisitQualityCore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,19 @@ tasks:
atools.numDiaSourcesNanReliability.process.calculateActions.countingAction.vectorKey: reliability
atools.diaSourcesGoodVsBadRatio: DiaSourcesGoodVsBadRatioMetric
connections.outputName: assocDiaSrcCore
atools.simpleSky: SimpleDiaPlot
python: |
from lsst.analysis.tools.atools import *
analyzeTrailedDiaSrcCore:
class: lsst.analysis.tools.tasks.TrailedDiaSrcDetectorVisitAnalysisTask
config:
# Counts up the number of dia sources in the trailed table.
atools.numDiaSourcesAll: NumDiaSourcesAllMetric
connections.outputName: trailedDiaSrcCore
# TODO DM-43201 fix this
# atools.simpleSky: SimpleDiaPlot
python: |
from lsst.analysis.tools.atools import *
# TODO DM-43201 fix this
# analyzeTrailedDiaSrcCore:
# class: lsst.analysis.tools.tasks.TrailedDiaSrcDetectorVisitAnalysisTask
# config:
# # Counts up the number of dia sources in the trailed table.
# atools.numDiaSourcesAll: NumDiaSourcesAllMetric
# connections.outputName: trailedDiaSrcCore
# python: |
# from lsst.analysis.tools.atools import *
diffimTaskCore:
class: lsst.analysis.tools.tasks.DiffimDetectorVisitAnalysisTask
config:
Expand Down

0 comments on commit 7597dc5

Please sign in to comment.