RangeROI¶
-
class
glue.core.roi.RangeROI(orientation, min=None, max=None)[source]¶ Bases:
glue.core.roi.RoiParameters: orientation – ‘x’ or ‘y’. Sets which axis to range Attributes Summary
oriMethods Summary
center()contains(x, y)defined()move_to(center)range()reset()set_range(lo, hi)to_polygon()Attributes Documentation
-
ori¶
Methods Documentation
-