Details
-
Type:
Improvement
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms
-
Labels:None
-
Story Points:2
-
Team:Data Release Production
Description
PSFAttributes has long been deprecated, and we just need a little more work to remove it:
- Add an effective area accessor to the Psf interface, and implement it in ImagePsf.
- Replace usage of PSFAttributes with usage of Psf accessors. This may require a little work if code depends on the details of how the shape was calculated, as PSFAttributes provided support for more algorithms than we will going forward.
Attachments
Issue Links
Activity
Issue Type | Story [ 10001 ] | Improvement [ 4 ] |
Rank | Ranked higher |
Rank | Ranked lower |
Remote Link | This issue links to "Page (Confluence)" [ 31147 ] |
Resolution | Done [ 10000 ] | |
Status | To Do [ 10001 ] | Invalid [ 11005 ] |
It looks to me like PsfAttributes was removed in
DM-13395. I only see one mention of it in meas_base. I can't find PSFAttributes anywhere.