Skip to content

Commit

Permalink
Merge branch 'tickets/DM-26082'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Sep 9, 2020
2 parents e482724 + 7ef4920 commit 6fa9fb8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,16 @@ analysisVisitTable_commonZp:
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
template: plots/%(filter)s/tract-%(tract)d/visit-%(visit)d%(subdir)s/%(tract)d_%(visit)d_commonZp.parq
analysisMatchFullRefVisitTable:
description: >
Per-visit table (for specific tract) of the matched source-to-external reference
catalog assembled by pipe_analysis scripts. The table is "denormalized", i.e.
contains all fields from the original source and external catalogs (but with
"src_" and "ref_" prefixes on the column names).
persistable: ignored
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
template: plots/%(filter)s/tract-%(tract)d/visit-%(visit)d%(subdir)s/%(tract)d_%(visit)d_matchFullRef.parq
analysisCoaddTable_forced:
description: >
Per-tract object table assembled by pipe_analysis scripts (forced photometry).
Expand All @@ -1347,6 +1357,26 @@ analysisCoaddTable_unforced:
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
template: plots/%(filter)s/tract-%(tract)d%(subdir)s/%(tract)d_unforced.parq
analysisMatchFullRefCoaddTable_forced:
description: >
Per-tract table of the matched source-to-external reference catalog assembled
by pipe_analysis scripts (forced photometry). The table is "denormalized", i.e.
contains all fields from the original source and external catalogs (but with
"src_" and "ref_" prefixes on the column names).
persistable: ignored
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
template: plots/%(filter)s/tract-%(tract)d%(subdir)s/%(tract)d_matchFullRef_forced.parq
analysisMatchFullRefCoaddTable_unforced:
description: >
Per-tract table of the matched source-to-external reference catalog assembled
by pipe_analysis scripts (unforced photometry). The table is "denormalized", i.e.
contains all fields from the original source and external catalogs (but with
"src_" and "ref_" prefixes on the column names).
persistable: ignored
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
template: plots/%(filter)s/tract-%(tract)d%(subdir)s/%(tract)d_matchFullRef_unforced.parq
analysisColorTable:
description: >
Principal color table assembled by pipe_analysis scripts.
Expand Down

0 comments on commit 6fa9fb8

Please sign in to comment.