Module epar
source code
module 'epar.py' -- main module for generating the epar task
editor
$Id: epar.py 678 2005-07-01 21:19:43Z perry $
M.D. De La Pena, 2000 February 04
|
|
MINVIEW = 500
|
|
|
MINPARAMS = 25
|
|
|
INPUTWIDTH = 10
|
|
|
VALUEWIDTH = 21
|
|
|
PROMPTWIDTH = 55
|
|
|
PARENTX = 50
|
|
|
PARENTY = 50
|
|
|
DCHILDX = 50
|
|
|
DCHILDY = 50
|
|
|
CHILDX = 50
|
|
|
CHILDY = 50
|
|
|
HELPX = 300
|
|
|
HELPY = 25
|
|
|
eparHelpString = "...
|
Imports:
_default_root,
getdouble,
MULTIPLE,
TypeType,
mainloop,
Canvas,
AtSelLast,
CodeType,
TRUE,
getboolean,
LAST,
BASELINE,
BOTTOM,
Wm,
NUMERIC,
Toplevel,
DictProxyType,
Pack,
ObjectType,
DictType,
EXTENDED,
OFF,
ALL,
CURRENT,
CallWrapper,
Scrollbar,
ListType,
MethodType,
ModuleType,
FIRST,
ON,
TracebackType,
image_names,
Text,
YES,
LambdaType,
GROOVE,
XRangeType,
Scale,
NORMAL,
Misc,
BUTT,
Label,
X,
LabelFrame,
ROUND,
image_types,
AtInsert,
StringType,
NONE,
CENTER,
FloatType,
Spinbox,
Radiobutton,
Checkbutton,
Grid,
StringTypes,
GeneratorType,
Button,
FLAT,
END,
VERTICAL,
MITER,
Widget,
DISABLED,
S,
COMMAND,
EllipsisType,
W,
ACTIVE,
NSEW,
EW,
FrameType,
TclVersion,
CHORD,
tkinter,
Listbox,
Image,
BitmapImage,
Event,
RADIOBUTTON,
Place,
HIDDEN,
PAGES,
NoDefaultRoot,
CHAR,
SEPARATOR,
BooleanType,
HORIZONTAL,
TclError,
MOVETO,
WORD,
SUNKEN,
NO,
DictionaryType,
NotImplementedType,
READABLE,
NE,
CHECKBUTTON,
Variable,
NS,
ANCHOR,
NW,
RAISED,
DoubleVar,
RIDGE,
BooleanVar,
Tributton,
SOLID,
N,
CASCADE,
SEL_FIRST,
TkVersion,
UNDERLINE,
UNITS,
TupleType,
OptionMenu,
LongType,
SEL,
FALSE,
ClassType,
Frame,
SEL_LAST,
SW,
SINGLE,
InstanceType,
MemberDescriptorType,
UnicodeType,
LEFT,
FunctionType,
wantobjects,
SE,
EXCEPTION,
FixTk,
IntType,
Menu,
TOP,
GetSetDescriptorType,
DOTBOX,
OUTSIDE,
Tk,
IntVar,
AtSelFirst,
UnboundMethodType,
PanedWindow,
INSERT,
BuiltinMethodType,
AtEnd,
BROWSE,
Tcl,
BuiltinFunctionType,
BaseWidget,
ARC,
SliceType,
BEVEL,
E,
BOTH,
PIESLICE,
Message,
FileType,
Y,
Entry,
PhotoImage,
RIGHT,
BufferType,
Studbutton,
INSIDE,
Menubutton,
WRITABLE,
StringVar,
PROJECTING,
At,
ComplexType,
SCROLL,
NoneType,
getint,
askokcancel,
os,
sys,
iraf,
irafpar,
irafhelp,
cStringIO,
wutil,
pyrafDir,
userWorkingHome,
IrafError,
eparoption
eparHelpString
- Value:
"""\
The PyRAF parameter editor window is used to edit IRAF parameter sets.
It
allows multiple parameter sets to be edited concurrently (e.g., to edi
t IRAF
Psets). It also allows the IRAF task help to be displayed in a separa
te window
that remains accessible while the parameters are being edited.
...
|
|