Skip to content

Commit

Permalink
Merge branch 'tickets/DM-35656'
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Aug 3, 2022
2 parents 70fb01d + 4c4d005 commit aea1d15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/imsim/objectTableTractAnalysis.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 aea1d15

Please sign in to comment.