Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_base
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:DRP X16-2, DRP X16-3, DRP F16-1
-
Team:Data Release Production
Description
The FlagHandler utility class makes it easier to manage the flags for a measurement algorithm, and using it also makes it possible to use the SafeCentroidExtractor and SafeShapeExtractor classes. Unfortunately, its constructor requires arguments that can only be provided in C++. A little extra Swig wrapper code should make it usable in Python as well.
Perry, see my changes on u/nlust/
DM-4009and see what you think. I added a decorator and updated the test plugin to use it