Skip to content

Commit

Permalink
Merge pull request #439 from lsst/tickets/DM-34064
Browse files Browse the repository at this point in the history
DM-34064: Add config for associatedSourcesTractAnalysisTask
  • Loading branch information
cmsaunders authored May 5, 2023
2 parents ecffb8d + cf13c20 commit c012ba0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/associatedSourcesTractAnalysis.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import os.path
from lsst.pipe.tasks.postprocess import TransformObjectCatalogConfig

# By default loop over all the same bands that are present in the Object Table
objectConfig = TransformObjectCatalogConfig()
objectConfig.load(os.path.join(os.path.dirname(__file__), "transformObjectCatalog.py"))
config.bands = objectConfig.outputBands

0 comments on commit c012ba0

Please sign in to comment.