Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Team:Data Release Production
Description
The error message from afwDet.makeHeavyFootprint when the Footprint lies partially outside the image is:
OutOfRangeError('SpanSet bounding box lands outside array')
|
This is not very helpful. Please catch this error and include a more helpful message, indicating the top-level C++ routine (in this case makeHeavyFootprint), and the values of the SpanSet's bounding box and that of the image.
While working on this, please go through and look for other cases where the user would appreciate more information and fix them on this ticket.
Attachments
Issue Links
- mentioned in
-
Page Loading...
Reviewing for CCB: still seems relevant, but not a super high priority as I'm sure it's far from the only case where our diagnostics aren't terribly informative.