Package pyraf :: Module gkicmd
[hide private]
[frames] | no frames]

Module gkicmd

source code

gki metacode generating functions for use by Pyraf in generating iraf gki metacode (primarily for interactive graphics)

Functions [hide private]
 
gkiCoord(ndcCoord)
Convert Normalized Device Coordinates to GKI coordinates
source code
 
text(textstring, x, y)
Return metacode for text string written at x,y
source code
 
markCross(x, y, size=1., xflag=0, yflag=0, linetype=1, linewidth=100, color=1)
Return metacode to plot a cross at the given position.
source code

Imports: gki, gwm, numpy


Function Details [hide private]

markCross(x, y, size=1., xflag=0, yflag=0, linetype=1, linewidth=100, color=1)

source code 

Return metacode to plot a cross at the given position.

Size = 1 => 10 pixels x 10 pixels. flags = 0 means normal, = 1 full screen.