Skip to content

Commit

Permalink
Merge branch 'tickets/DM-46627'
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Oct 29, 2024
2 parents 951ccf0 + 10d8e50 commit 436e760
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/coaddMultibandFit.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import os

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.fit_coadd_multiband.bands_fit = objectConfig.outputBands
3 changes: 3 additions & 0 deletions config/multiProFitCoaddSersicFit.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import os.path

config.load(os.path.join(os.path.dirname(__file__), "coaddMultibandFit.py"))

0 comments on commit 436e760

Please sign in to comment.