Skip to content

Commit

Permalink
Modify analysis_tools match cat task output names
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Jul 1, 2024
1 parent 0a419db commit 8398814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/_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 8398814

Please sign in to comment.