Skip to content

Commit

Permalink
Add datasets for matched src-to-reference cats
Browse files Browse the repository at this point in the history
The scripts in pipe_analysis perform a matching between sources and
external reference catalogs (those used in the calibration stages) to
create comparison plots.  This adds datasets to persist those matched
catalogs at the tract/visit level (although any sub-selection of
patch/ccd can be made for a given run) to parquet tables for use in
further QA/validation pursuits.
  • Loading branch information
laurenam committed Sep 1, 2020
1 parent 75a4215 commit 0ba124f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,14 @@ 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
analysisMatchRefVisitTable:
description: >
Per-visit table (for specific tract) of matched and denormalized
source-to-external reference catalog assembled by pipe_analysis scripts.
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_matchRef.parq
analysisCoaddTable_forced:
description: >
Per-tract object table assembled by pipe_analysis scripts (forced photometry).
Expand All @@ -1347,6 +1355,22 @@ analysisCoaddTable_unforced:
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
template: plots/%(filter)s/tract-%(tract)d%(subdir)s/%(tract)d_unforced.parq
analysisMatchRefCoaddTable_forced:
description: >
Per-tract table of matched and denormalized source-to-external reference
catalog assembled by pipe_analysis scripts (forced photometry).
persistable: ignored
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
template: plots/%(filter)s/tract-%(tract)d%(subdir)s/%(tract)d_matchRef_forced.parq
analysisMatchRefCoaddTable_unforced:
description: >
Per-tract table of matched and denormalized source-to-external reference
catalog assembled by pipe_analysis scripts (unforced photometry).
persistable: ignored
storage: ParquetStorage
python: lsst.pipe.tasks.parquetTable.ParquetTable
template: plots/%(filter)s/tract-%(tract)d%(subdir)s/%(tract)d_matchRef_unforced.parq
analysisColorTable:
description: >
Principal color table assembled by pipe_analysis scripts.
Expand Down

0 comments on commit 0ba124f

Please sign in to comment.