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 Jan 18, 2021
1 parent 842db42 commit cb21250
Show file tree
Hide file tree
Showing 2 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')

0 comments on commit cb21250

Please sign in to comment.