Skip to content

Commit

Permalink
Add makeQaTractTables.yaml pipeline
Browse files Browse the repository at this point in the history
The configs here add a filter mapping between the "bands" and the
HSC "physical filters".
  • Loading branch information
laurenam committed Jan 29, 2021
1 parent 6a349b1 commit c907160
Showing 1 changed file with 13 additions and 0 deletions.
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-28479 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

0 comments on commit c907160

Please sign in to comment.