Skip to content

Commit

Permalink
Add rho statistics to coaddQualityCore pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Dec 21, 2022
1 parent 3665ca7 commit 7735201
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pipelines/coaddQualityCore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ tasks:
from lsst.analysis.tools.analysisPlots import *
from lsst.analysis.tools.analysisMetrics import *
from lsst.analysis.tools.contexts import *
analyzeObjectTableSurveyCore:
class: lsst.analysis.tools.tasks.ObjectTableSurveyAnalysisTask
config:
connections.outputName: objectTableSurvey
plots.rhoStatistics: RhoStatisticsPlot
bands: ["i"]
python: |
from lsst.analysis.tools.analysisPlots import *
from lsst.analysis.tools.analysisMetrics import *
from lsst.analysis.tools.contexts import *
from lsst.analysis.tools.actions.plot import *
catalogMatchTract:
class: lsst.analysis.tools.tasks.catalogMatch.CatalogMatchTask
refCatObjectTract:
Expand Down

0 comments on commit 7735201

Please sign in to comment.