Skip to content

Commit

Permalink
Add Object.yaml specification
Browse files Browse the repository at this point in the history
to transform multiband outputs to the parquet Object Table
  • Loading branch information
yalsayyad committed Feb 3, 2021
1 parent ecc98f4 commit 4de0473
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/imsim/transformObjectCatalog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import os
from lsst.utils import getPackageDir

# Always produce these output bands in the Object Tables,
# regardless which bands were processed
config.outputBands = ["u", "g", "r", "i", "z", "y"]

config.functorFile = os.path.join(getPackageDir('obs_lsst'), 'policy', 'imsim', 'Object.yaml')

0 comments on commit 4de0473

Please sign in to comment.