Skip to content

Commit

Permalink
Add dataset types for Source Table
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Apr 7, 2020
1 parent 6accb33 commit e197fe8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,27 @@ src:
python: lsst.afw.table.SourceCatalog
tables: raw
template: ''
source:
description: parquet version of `src`
persistable: ignored
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
tables: raw
template: ''
sourceTable:
description: Per-ccd parquet version of `src`
persistable: ignored
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
tables: raw
template: ''
sourceTable_visit:
description: Per-visit parquet concatenation of `sourceTable`
persistable: ignored
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
tables: raw
template: ''
fakes_src:
description: "Full depth source catalog with fake objects procduced by processCcdWithFakes."
persistable: SourceCatalog
Expand Down Expand Up @@ -1238,6 +1259,13 @@ deepCoadd_sg_features_tract:
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
template: deepCoadd-results/merged/%(tract)d/sg-feats-%(tract)d.parq
transformSourceTable_config:
description: >
Configuration for Task to transform `source` table into sourceTable
persistable: Config
python: lsst.pipe.tasks.postprocess.TransformSourceTableConfig
storage: ConfigStorage
template: config/transformSourceTable.py
transformObjectCatalog_config:
description: >
Configuration for Task to transform deepCoadd_obj table into objectTable
Expand Down

0 comments on commit e197fe8

Please sign in to comment.