Skip to content

Commit

Permalink
add rbClassify to clustering directives for HSC, LSSTCam-imSim, remov…
Browse files Browse the repository at this point in the history
…e finalSourceTable clustering
  • Loading branch information
brianyanny committed Jan 7, 2025
1 parent 1350552 commit f74bc63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions bps/clustering/DRP-recalibrated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,12 @@ cluster:
pipetasks: assembleCoadd,inject_coadd,templateGen,detection
dimensions: tract,patch,band

finalizeSourceTable:
pipetasks: finalizeCharacterization,updateVisitSummary,writeRecalibratedSourceTable,transformSourceTable,consolidateSourceTable
dimensions: visit
equalDimensions: visit:exposure

objectTable:
pipetasks: writeObjectTable,transformObjectTable
dimensions: tract,patch

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

association:
Expand All @@ -43,3 +38,10 @@ cluster:
forced_phot_dia:
pipetasks: forcedPhotDiffOnDiaObjects, forcedPhotCcdOnDiaObjects, writeForcedSourceOnDiaObjectTable
dimensions: visit,detector,tract


# removing this cluster pending fix of DM-48222
# finalizeSourceTable:
# pipetasks: finalizeCharacterization,updateVisitSummary,writeRecalibratedSourceTable,transformSourceTable,consolidateSourceTable
# dimensions: visit
# equalDimensions: visit:exposure
2 changes: 1 addition & 1 deletion bps/clustering/LSSTCam-imSim/DRP-DC2-clustering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cluster:
dimensions: tract,patch

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

association:
Expand Down

0 comments on commit f74bc63

Please sign in to comment.