Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
As per our discussion at the June 28th Metrics Meeting in order to more gently handle known types of irrecoverable single-frame processing failures, we should allow MakeWarpTask to filter out detectors that have None for the wcs or the photocalib. These will now warn instead of Raising.
Attachments
Issue Links
Activity
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Reviewers | Yusra AlSayyad [ yusra ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Epic Link |
|
|
Story Points | 1 |
Looks fine.
Maybe an inline comment explaining why the readers sees the exact same line of code twice: inputs = self.filterInputs(indices=goodIndices, inputs=inputs) or rename your goodIndices to something like {(completeIndicies}} to make it different.
(I regret calling them "goodIndices" now that there are completeIndicies)