Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_drivers
-
Labels:
-
Story Points:3
-
Epic Link:
-
Sprint:DRP F18-3, DRP F18-4
-
Team:Data Release Production
Description
DM-15104 introduced some undefined variable names into MultibandDriver.py. Because there are no automated checks in in place for pipe_drivers (no unit tests or Travis) these were missed.
--reuse deblendCoaddSources will not work:
https://github.com/lsst/pipe_drivers/blob/master/python/lsst/pipe/drivers/multiBandDriver.py#L419
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Risk Score | 0 |
Description |
|
{{--reuse deblendCoaddSources}} will not work: https://github.com/lsst/pipe_drivers/blob/master/python/lsst/pipe/drivers/multiBandDriver.py#L419 |
Sprint | DRP F18-3 [ 768 ] | DRP F18-3, DRP F18-4 [ 768, 774 ] |
Labels | PairCoding |
Story Points | 0.5 | 1.5 |
Reviewers | Jim Bosch [ jbosch ] | |
Status | To Do [ 10001 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Story Points | 1.5 | 3 |
Worked on this ticket with Dan Taranu for pair coding.
Note: the way the DeblendCoaddSourcesTask task instantiates the two different deblender options as subtasks with different names is unfortunate:
https://github.com/lsst/pipe_tasks/blob/master/python/lsst/pipe/tasks/multiBand.py#L950
but fixing this was out of scope for this ticket.