Skip to content

Commit

Permalink
Split BPS forced_phot quantum cluster into two
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Jul 17, 2023
1 parent 836f59c commit e9f5983
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bps/clustering/DRP-recalibrated.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a prescription for quantum clustering with BPS, suitable for any
# concrete pipeline based on the "DRP-recalibrated" pipeline. It also includes
# clustering for analysis_drp plots.
# concrete pipeline based on the "DRP-recalibrated" pipeline.
# It also includes clustering for analysis_drp plots.
#
# Use it by adding:
#
Expand Down Expand Up @@ -54,5 +54,9 @@ cluster:
dimensions: tract,patch

forced_phot:
pipetasks: forcedPhotCcd,forcedPhotDiffim,writeForcedSourceTable,forcedPhotDiffOnDiaObjects,forcedPhotCcdOnDiaObjects,writeForcedSourceOnDiaObjectTable
pipetasks: forcedPhotCcd, forcedPhotDiffim, writeForcedSourceTable
dimensions: visit,detector,tract

forced_phot_dia:
pipetasks: forcedPhotDiffOnDiaObjects, forcedPhotCcdOnDiaObjects, writeForcedSourceOnDiaObjectTable
dimensions: visit,detector,tract

0 comments on commit e9f5983

Please sign in to comment.