Skip to content

Commit

Permalink
Merge branch 'tickets/DM-45080'
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Jul 2, 2024
2 parents 0a419db + 350ebb7 commit 6e9530d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipelines/LATISS/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tasks:
class: lsst.analysis.tools.tasks.refCatObjectPhotometricAnalysis.RefCatObjectPhotometricAnalysisTask
config:
connections.refCatalog: atlas_refcat2_20220201
connections.outputName: objectTable_tract_atlas_refcat2_20220201_match
connections.outputName: objectTable_tract_atlas_refcat2_20220201_match_photom

# Defining analyzematchedVisitCore here to change the nBins config and omit
# plots currently not relevant for LATISS imaging.
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTCam-imSim/DRP-ci_imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tasks:
astrometricRefCatSourceVisit:
class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask
config:
connections.data: sourceTable_visit_cal_ref_cat_2_2_match
connections.data: sourceTable_visit_cal_ref_cat_2_2_match_astrom
photometricRefCatSourceVisit:
class: lsst.analysis.tools.tasks.refCatSourcePhotometricAnalysis.RefCatSourcePhotometricAnalysisTask
config:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/_ingredients/LSSTComCamSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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
connections.data: preSourceTable_visit_uw_stars_20240524_match_astrom
atools.astromDiffMetrics: TargetRefCatDeltaMetrics
atools.astromDiffMetrics.applyContext: VisitContext
python: |
Expand Down

0 comments on commit 6e9530d

Please sign in to comment.