Skip to content

Commit

Permalink
Merge pull request #93 from lsst/tickets/DM-12030
Browse files Browse the repository at this point in the history
Add mappers for QA parquet tables
  • Loading branch information
timothydmorton committed Oct 2, 2017
2 parents b7c7029 + 81129bd commit cb35f37
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions policy/HscMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -549,31 +549,36 @@ datasets:
# Plots for analysis QA
plotCoadd:
persistable: None
python: __builtin__.str
python: builtins.str
storage: TextStorage
template: plots/%(filter)s/tract-%(tract)d/plot-t%(tract)d-%(filter)s-%(description)s-%(style)s.png
plotSky:
persistable: None
python: __builtin__.str
python: builtins.str
storage: TextStorage
template: plots/%(filter)s/sky/plot-%(filter)s-%(description)s-%(style)s.png
plotColor:
persistable: None
python: __builtin__.str
python: builtins.str
storage: TextStorage
template: plots/color/tract-%(tract)d/plot-t%(tract)d-%(description)s-%(style)s.png
plotVisit:
persistable: None
python: __builtin__.str
python: builtins.str
storage: TextStorage
template: plots/%(filter)s/tract-%(tract)d/visit-%(visit)d/plot-v%(visit)d-%(description)s-%(style)s.png
plotCompareCoadd:
persistable: None
python: __builtin__.str
python: builtins.str
storage: TextStorage
template: plots/%(filter)s/tract-%(tract)d/compare-t%(tract)d-%(filter)s-%(description)s-%(style)s.png
plotCompareVisit:
persistable: None
python: __builtin__.str
python: builtins.str
storage: TextStorage
template: plots/%(filter)s/tract-%(tract)d/visit-%(visit)d/compareVisit-v%(visit)d-%(description)s-%(style)s.png

# QA tables
qaTableVisit:
template: plots/%(filter)s/tract-%(tract)d/visit-%(visit)d/%(description)s.parq

0 comments on commit cb35f37

Please sign in to comment.