Skip to content

Commit

Permalink
Update astrometricRefCatPreSourceVisit connections
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Sep 16, 2024
1 parent 127eeec commit 8913ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pipelines/_ingredients/LSSTCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ tasks:
class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask
config:
# Only run metrics for analyzing the preSources:
connections.data: preSourceTable_visit_gaia_dr3_20230707_match_astrom
connections.data: preSourceTable_visit_uw_stars_20240524_match_astrom
connections.outputName: preSourceTable_visit_gaia_dr3_20230707_match_astrom
atools.astromDiffMetrics: TargetRefCatDeltaMetrics
atools.astromDiffMetrics.applyContext: VisitContext
python: |
Expand Down
3 changes: 2 additions & 1 deletion pipelines/_ingredients/LSSTComCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ tasks:
class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask
config:
# Only run metrics for analyzing the preSources:
connections.data: preSourceTable_visit_gaia_dr3_20230707_match_astrom
connections.data: preSourceTable_visit_uw_stars_20240524_match_astrom
connections.outputName: preSourceTable_visit_gaia_dr3_20230707_match_astrom
atools.astromDiffMetrics: TargetRefCatDeltaMetrics
atools.astromDiffMetrics.applyContext: VisitContext
python: |
Expand Down

0 comments on commit 8913ed1

Please sign in to comment.