RangeROI

class glue.core.roi.RangeROI(orientation, min=None, max=None)[source]

Bases: glue.core.roi.Roi

Parameters:orientation – ‘x’ or ‘y’. Sets which axis to range

Attributes Summary

ori

Methods Summary

center()
contains(x, y)
defined()
move_to(center)
range()
reset()
set_range(lo, hi)
to_polygon()

Attributes Documentation

ori

Methods Documentation

center()[source]
contains(x, y)[source]
defined()[source]
move_to(center)[source]
range()[source]
reset()[source]
set_range(lo, hi)[source]
to_polygon()[source]