Skip to content

Commit

Permalink
added config files
Browse files Browse the repository at this point in the history
  • Loading branch information
psferguson committed May 22, 2023
1 parent f55ae41 commit 5547244
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/latiss/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
3 changes: 3 additions & 0 deletions config/latiss/transformObjectCatalog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Always produce these output bands in the Parquet coadd tables, no matter
# what bands are in the input.
config.outputBands = ["g", "r", "i"]

0 comments on commit 5547244

Please sign in to comment.