CircularROI¶
-
class
glue.core.roi.CircularROI(xc=None, yc=None, radius=None)[source]¶ Bases:
glue.core.roi.RoiA 2D circular region of interest.
Methods Summary
contains(x, y)Test whether a set of (x,y) points falls within defined()Returns True if the ROI is defined get_center()get_radius()reset()Reset the rectangular region. set_center(x, y)Set the center of the circular region set_radius(radius)Set the radius of the circular region to_polygon()Returns x, y, where each is a list of points Methods Documentation