Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: datarel
-
Labels:None
-
Team:Architecture
Description
87d8d5a modified utils.py to provide a function to get a PSF from an exposure. Unfortunately, while one typo ("imageOrgin" -> "imageOrigin") was fixed in the process, another one occurred ("dataId=dataId" was left out). This causes any attempt to retrieve a PSF using this function to fail for lack of required data identifier keys.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Watchers | Kian-Tat Lim [ Kian-Tat Lim ] | Kian-Tat Lim, Russell Owen [ Kian-Tat Lim, Russell Owen ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Ready for Review [ 10003 ] |
Assignee | Kian-Tat Lim [ ktl ] | Russell Owen [ rowen ] |
Issue Type | Story [ 10001 ] | Bug [ 1 ] |
Resolution | Done [ 10000 ] | |
Status | Ready for Review [ 10003 ] | Done [ 10002 ] |
Assignee | Russell Owen [ rowen ] | Kian-Tat Lim [ ktl ] |
Team | Architecture [ 10304 ] |
Fix made in 3c0cc0a.
Includes a pseudo-test case that finds this problem but does not actually retrieve a PSF.