Skip to content

Commit

Permalink
Change refact from uw_stars_20240524 to gaia_dr3_20230707
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Aug 7, 2024
1 parent aa9ad29 commit 1fdaf11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipelines/_ingredients/LSSTComCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tasks:
class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask
config:
# Only run metrics for analyzing the preSources:
connections.data: preSourceTable_visit_uw_stars_20240524_match_astrom
connections.data: preSourceTable_visit_gaia_dr3_20230707_match_astrom
atools.astromDiffMetrics: TargetRefCatDeltaMetrics
atools.astromDiffMetrics.applyContext: VisitContext
python: |
Expand Down Expand Up @@ -122,15 +122,15 @@ tasks:
class: lsst.analysis.tools.tasks.photometricCatalogMatch.PhotometricCatalogMatchVisitTask
config:
extraColumns: ["x", "y", "ap09Flux", "ap09FluxErr"]
connections.refCatalog: uw_stars_20240524
connections.refCatalog: gaia_dr3_20230707
connections.catalog: preSourceTable_visit
connections.targetCatalog: preSourceTable_visit
connections.matchedCatalog: preSourceTable_visit_uw_stars_20240524_photoMatch
connections.matchedCatalog: preSourceTable_visit_gaia_dr3_20230707_photoMatch
photometricRefCatPreSourceVisit:
class: lsst.analysis.tools.tasks.refCatSourcePhotometricAnalysis.RefCatSourcePhotometricAnalysisTask
config:
# Only run metrics for analyzing the preSources:
connections.data: preSourceTable_visit_uw_stars_20240524_photoMatch
connections.data: preSourceTable_visit_gaia_dr3_20230707_photoMatch
python: from lsst.analysis.tools.atools import *
preliminaryVisitCoverageAnalysis:
class: lsst.analysis.tools.tasks.CcdVisitTableAnalysisTask
Expand Down

0 comments on commit 1fdaf11

Please sign in to comment.