Skip to content

Commit

Permalink
Merge branch 'tickets/DM-39932' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Jul 17, 2023
2 parents 836f59c + 64da030 commit e3432ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rebase_checker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Check that 'main' is not merged into the development branch

on: pull_request
Expand Down
12 changes: 8 additions & 4 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 @@ -46,13 +46,17 @@ cluster:
dimensions: tract,patch

diffim:
pipetasks: getTemplate,imageDifference,transformDiaSourceCat
pipetasks: getTemplate,subtractImages,detectAndMeasureDiaSources,transformDiaSourceCat
dimensions: visit,detector

association:
pipetasks: drpAssociation,drpDiaCalculation
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 e3432ed

Please sign in to comment.