Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-28389: Create a gen3 task to collate tract-level parquet tables for QA analyses #335

Merged
merged 1 commit into from
Feb 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions pipelines/makeQaTractTables.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# TODO: remove this pipeline once DM-28475 lands (as filterMap config will no longer be necessary)
description: Make collated tract-level QA tables for use in plotting pipelines
parameters:
filterMap: {"g": "HSC-G", "r": "HSC-R", "i": "HSC-I", "z": "HSC-Z", "y": "HSC-Y", "N921": "NB0921"}
tasks:
makeForcedQaTractTables:
class: lsst.analysis.drp.makeQaTractTables.MakeForcedQaTractTablesTask
config:
filterMap: parameters.filterMap
makeUnforcedQaTractTables:
class: lsst.analysis.drp.makeQaTractTables.MakeUnforcedQaTractTablesTask
config:
filterMap: parameters.filterMap