Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pipelines/LSSTComCam/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ imports:
include:
- prompt
tasks:
isr:
class: lsst.ip.isr.IsrTaskLSST
config:
# Temporarily turn it off until it's done in ap_pipe (DM-47750).
doBrighterFatter: False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a comment saying that this will be merged into ap_pipe on... I guess it's still DM-47750?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Adding a comment is a good idea.

Yes I think just using DM-47750 is good enough; no need for more paperwork :p

diaPipe:
class: lsst.ap.association.DiaPipelineTask
config:
Expand Down
7 changes: 7 additions & 0 deletions pipelines/LSSTComCam/SingleFrame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ imports:
include:
- processCcd
- initialPviCore

tasks:
isr:
class: lsst.ip.isr.IsrTaskLSST
config:
# Temporarily turn it off until it's done in ap_pipe (DM-47750).
doBrighterFatter: False
Loading