Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-42026: Update LATISS configs for catalogMatchTract task in analysis_tools #101

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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