Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-31601: Force photometry on DiaObjects in DRP pipeline #572

Merged
merged 1 commit into from
Sep 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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