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.
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.