Skip to content

Commit

Permalink
Add photometric ref matching QA to LATISS pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Dec 18, 2023
1 parent 4514073 commit 3953711
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pipelines/LATISS/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@ tasks:
from lsst.analysis.tools.atools import *
from lsst.analysis.tools.contexts import *
photometricCatalogMatch:
class: lsst.analysis.tools.tasks.photometricCatalogMatch.PhotometricCatalogMatchTask
config:
connections.refCatalog: atlas_refcat2_20220201

photometricRefCatObjectTract:
class: lsst.analysis.tools.tasks.refCatObjectPhotometricAnalysis.RefCatObjectPhotometricAnalysisTask
config:
connections.refCatalog: atlas_refcat2_20220201
connections.outputName: objectTable_tract_atlas_refcat2_20220201_match

# Defining analyzematchedVisitCore here to change the nBins config and omit
# plots currently not relevant for LATISS imaging.
analyzeMatchedVisitCore:
Expand Down Expand Up @@ -198,6 +209,8 @@ subsets:
- analyzeObjectTableSurveyCore
- catalogMatchTract
- refCatObjectTract
- photometricCatalogMatch
- photometricRefCatObjectTract
- validateObjectTableCore
- analyzeMatchedVisitCore
# The following are from analysis_drp
Expand Down

0 comments on commit 3953711

Please sign in to comment.