LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Functions | |
def | dot |
def | drawLines |
Draw a line by connecting the points. More... | |
def lsst.afw.display.ds9Regions.dot | ( | symb, | |
c, | |||
r, | |||
size, | |||
ctype = None , |
|||
fontFamily = "helvetica" , |
|||
textAngle = None |
|||
) |
Draw a symbol onto the specified DS9 frame at (col,row) = (c,r) [0-based coordinates] Possible values are: + Draw a + x Draw an x * Draw a * o Draw a circle @:Mxx,Mxy,Myy Draw an ellipse with moments (Mxx, Mxy, Myy) (argument size is ignored) An object derived from afwGeom.ellipses.BaseCore Draw the ellipse (argument size is ignored) Any other value is interpreted as a string to be drawn. Strings obey the fontFamily (which may be extended with other characteristics, e.g. "times bold italic". Text will be drawn rotated by textAngle (textAngle is ignored otherwise). N.b. objects derived from BaseCore include Axes and Quadrupole.
Definition at line 33 of file ds9Regions.py.
def lsst.afw.display.ds9Regions.drawLines | ( | points, | |
ctype = None |
|||
) |
Draw a line by connecting the points.
points | a list of (col,row) |
ctype | the name of the desired colour (e.g. 'red', 'orchid') |
Definition at line 101 of file ds9Regions.py.