Skip to content

Commit

Permalink
Switch back to initial visitSummary in preSource analysis.
Browse files Browse the repository at this point in the history
This counteracts a defaults change upstream in analysis_tools.
  • Loading branch information
TallJimbo committed Jan 9, 2025
1 parent f7e4a6c commit 50dc617
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/_ingredients/LSSTCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ tasks:
config:
connections.catalog: "preSourceTable_visit"
connections.targetCatalog: "preSourceTable_visit"
connections.visitSummaryTable: "visitSummary"
astrometricRefCatPreSourceVisit:
class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask
config:
Expand Down Expand Up @@ -125,6 +126,7 @@ tasks:
connections.catalog: preSourceTable_visit
connections.targetCatalog: preSourceTable_visit
connections.matchedCatalog: preSourceTable_visit_gaia_dr3_20230707_photoMatch
connections.visitSummaryTable: "visitSummary"
photometricRefCatPreSourceVisit:
class: lsst.analysis.tools.tasks.refCatSourcePhotometricAnalysis.RefCatSourcePhotometricAnalysisTask
config:
Expand Down
2 changes: 2 additions & 0 deletions pipelines/_ingredients/LSSTComCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ tasks:
config:
connections.catalog: "preSourceTable_visit"
connections.targetCatalog: "preSourceTable_visit"
connections.visitSummaryTable: "visitSummary"
astrometricRefCatPreSourceVisit:
class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask
config:
Expand Down Expand Up @@ -157,6 +158,7 @@ tasks:
connections.catalog: preSourceTable_visit
connections.targetCatalog: preSourceTable_visit
connections.matchedCatalog: preSourceTable_visit_the_monster_20240904_photoMatch
connections.visitSummaryTable: "visitSummary"
photometricRefCatPreSourceVisit:
class: lsst.analysis.tools.tasks.refCatSourcePhotometricAnalysis.RefCatSourcePhotometricAnalysisTask
config:
Expand Down
1 change: 1 addition & 0 deletions pipelines/_ingredients/LSSTComCamSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ tasks:
config:
connections.catalog: "preSourceTable_visit"
connections.targetCatalog: "preSourceTable_visit"
connections.visitSummaryTable: "visitSummary"
astrometricRefCatPreSourceVisit:
class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask
config:
Expand Down

0 comments on commit 50dc617

Please sign in to comment.