Skip to content

Commit

Permalink
Add diffMatchedAnalysis band configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmccann committed Dec 2, 2024
1 parent 7c23f1a commit a21137d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/diffMatchedAnalysis.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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 a21137d

Please sign in to comment.