Skip to content

Commit

Permalink
Force photometry on DiaObjects in DRP pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Sep 13, 2021
1 parent 4e3796b commit d231c0f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pipelines/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,14 @@ tasks:
connections.measCat: forced_diff
connections.outputSchema: forced_diff_schema
connections.exposure: goodSeeingDiff_differenceExp

forcedPhotCcdOnDiaObjects:
class: lsst.meas.base.ForcedPhotCcdFromDataFrameTask
forcedPhotDiffOnDiaObjects:
class: lsst.meas.base.ForcedPhotCcdFromDataFrameTask
config:
connections.measCat: forced_diff_diaObject
connections.outputSchema: forced_diff_diaObject_schema
connections.exposure: goodSeeingDiff_differenceExp
subsets:
processCcd:
subset:
Expand Down Expand Up @@ -188,6 +195,8 @@ subsets:
- drpAssociation
- drpDiaCalculation
- forcedPhotDiffim
- forcedPhotCcdOnDiaObjects
- forcedPhotDiffOnDiaObjects
description: Subset for running image differencing branch of the DRP pipeline

contracts:
Expand Down

0 comments on commit d231c0f

Please sign in to comment.