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 Aug 21, 2020
1 parent ac66ea9 commit f14b325
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/imsim/transformObjectCatalog.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import os
from lsst.utils import getPackageDir

config.filterMap = {band: band for band in 'ugrizy'}
config.functorFile = os.path.join(getPackageDir("obs_lsst"), 'policy', 'imsim', 'Object.yaml')
1 change: 1 addition & 0 deletions config/imsim/writeObjectTable.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config.priorityList = ['i', 'r', 'z', 'y', 'g', 'u']

0 comments on commit f14b325

Please sign in to comment.