| Home | Trees | Indices | Help |
|
|---|
|
|
module iraftask.py -- defines IrafTask and IrafPkg classes
$Id: iraftask.py 796 2007-05-22 18:57:30Z sontag $
R. White, 2000 June 26
iraftask defines the original PyRAF task functionality which pre-dates the creation of IRAF ECL. irafecl is closely related and derived from iraftask, providing drop-in replacements for the Task classes defined here which also support ECL syntax like "iferr" and $errno.
|
|||
|
IrafTask IRAF task class |
|||
|
IrafGKITask IRAF graphics kernel class (special case of IRAF task) |
|||
|
IrafPset IRAF pset class (special case of IRAF task) |
|||
|
IrafPythonTask IRAF Python task class |
|||
| ParDictListSearch | |||
|
IrafCLTask IRAF CL task class |
|||
|
IrafPkg IRAF package class (special case of IRAF task) |
|||
|
IrafForeignTask IRAF foreign task class |
|||
|
|||
|
|||
|
|||
|
|||
executionMonitor = None
|
|||
_IrafTask_attr_dict = {'_name': None, '_pkgname': None, '_pkgb
|
|||
_re_foreign_par = re.compile(r'\$'+ r'((?P<n>[0-9]+)'+ r'|(?P<
|
|||
Imports: os, sys, copy, re, minmatch, subproc, irafglobals, iraf, irafpar, irafexecute, epar, tpar, cl2py, irafutils
|
|||
Split qualifiedName into components. qualifiedName looks like [[package.]task.]paramname[subscript][.field], where subscript is an index in brackets. Returns a tuple with (package, task, paramname, subscript, field). IRAF one-based subscript is changed to Python zero-based subscript. |
|
|||
_IrafTask_attr_dict
|
_re_foreign_par
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Feb 18 14:41:17 2008 | http://epydoc.sourceforge.net |