medDisplay
index
/usr/local/python/epics/medDisplay.py

Simple Graphical User Interface to Multi-Element-Detector
 
Author:
   M Newville  Nov. 8, 2001
 
Modifications:
   Aug. 20, 2002, Mark Rivers
      - Converted from IDL to Python, Mark Rivers, 
   Sept. 24, 2002.  MLR
      - Fixed bug in opening a new mcaDisplay.
      - Change directory when saving a file so location becomes default
   Sept. 25, 2002  MLR
      - Added "Save Next" file menu and button
      - Changed default file extension for saving files from ".xrf" to nothing.

 
Modules
            
Xrf
epicsMed
epicsPV
localMedLayout
mcaDisplay
myTkTop
os
sys
tkFileDialog
_tkinter
 
Classes
            
medDisplay
 
class medDisplay
       
   Methods defined here:
__init__(self, detector='13GE1:med:', element=1)
layout_detector(self)
menu_about(self)
menu_copy_rois(self)
menu_element(self, element)
menu_erase(self)
menu_exit(self)
menu_help(self)
menu_new_display(self)
menu_preset_real(self)
menu_save(self)
menu_save_next(self)
menu_start(self)
menu_stop(self)
menu_timer(self)
save_file(self, file)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'medDisplay'
str(object) -> string
 
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
 
Data
             ACTIVE = 'active'
ALL = 'all'
ANCHOR = 'anchor'
ARC = 'arc'
BASELINE = 'baseline'
BEVEL = 'bevel'
BOTH = 'both'
BOTTOM = 'bottom'
BROWSE = 'browse'
BUTT = 'butt'
CASCADE = 'cascade'
CENTER = 'center'
CHAR = 'char'
CHECKBUTTON = 'checkbutton'
CHORD = 'chord'
COMMAND = 'command'
CURRENT = 'current'
DISABLED = 'disabled'
E = 'e'
END = 'end'
EW = 'ew'
EXCEPTION = 8
EXTENDED = 'extended'
FALSE = 0
FIRST = 'first'
FLAT = 'flat'
GROOVE = 'groove'
HORIZONTAL = 'horizontal'
INSERT = 'insert'
INSIDE = 'inside'
LAST = 'last'
LEFT = 'left'
MITER = 'miter'
MOVETO = 'moveto'
MULTIPLE = 'multiple'
N = 'n'
NE = 'ne'
NO = 0
NONE = 'none'
NORMAL = 'normal'
NS = 'ns'
NSEW = 'nsew'
NUMERIC = 'numeric'
NW = 'nw'
OFF = 0
ON = 1
OUTSIDE = 'outside'
PAGES = 'pages'
PIESLICE = 'pieslice'
PROJECTING = 'projecting'
Pmw = <Pmw.Pmw_0_8_5.lib.PmwLoader.PmwLoader instance>
RADIOBUTTON = 'radiobutton'
RAISED = 'raised'
READABLE = 2
RIDGE = 'ridge'
RIGHT = 'right'
ROUND = 'round'
S = 's'
SCROLL = 'scroll'
SE = 'se'
SEL = 'sel'
SEL_FIRST = 'sel.first'
SEL_LAST = 'sel.last'
SEPARATOR = 'separator'
SINGLE = 'single'
SOLID = 'solid'
SUNKEN = 'sunken'
SW = 'sw'
StringTypes = (<type 'str'>, <type 'unicode'>)
TOP = 'top'
TRUE = 1
TclError = 'TclError'
TclVersion = 8.3000000000000007
TkVersion = 8.3000000000000007
UNITS = 'units'
VERTICAL = 'vertical'
W = 'w'
WORD = 'word'
WRITABLE = 4
X = 'x'
Y = 'y'
YES = 1
__file__ = './medDisplay.pyc'
__name__ = 'medDisplay'