Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_base
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:DRP S17-3
-
Team:Data Release Production
Description
In sfm.py on line 271, a comment indicates that some code is a temporary work around until the switch from meas_algorithms to meas_base is complete. This work is complete, so this temporary workaround should be removed, or if it is decided it should be kept, the comment should be removed. See https://github.com/lsst/meas_base/blob/tickets/DM-2915/python/lsst/meas/base/sfm.py#L271
Attachments
Issue Links
- is triggered by
-
RFC-273 Planned change of arguments for single frame measurement run method
- Implemented
Upon looking at this further, It probably is a serious thing to look into and fix, as it is swapping the variable names of arguments passed to the function. It would be a bad situation if two "orders" of calling the functions existed in the stack. Or worse still if everyone just "learned" that the arguments must be flipped, and the documentation indicated the wrong behavior.