|
|
| __init__(self,
prefix,
name,
suffix,
filename,
pkgname,
pkgbinary) |
source code
|
|
|
|
|
|
|
_initNoIrafTask(self)
Special-case handle the initialization that is going awry due to a
missing IRAF installation. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getFullpath(self)
Return full path name of executable |
source code
|
|
|
|
getParpath(self)
Return full path name of parameter file |
source code
|
|
|
|
|
|
|
|
|
|
getParDict(self)
Return (min-match) dictionary of all parameter objects |
source code
|
|
|
|
|
|
|
getAllMatches(self,
param)
Return list of names of all parameters that may match param |
source code
|
|
|
|
|
|
|
setHidden(self,
value=1)
set hidden attribute, which can be specified in a separate 'hide'
statement |
source code
|
|
|
|
isConsistent(self,
other)
Returns true if this task is consistent with another task object |
source code
|
|
|
|
run(self,
*args,
**kw)
Execute this task with the specified arguments |
source code
|
|
|
|
|
|
|
|
|
|
setParam(self,
qualifiedName,
newvalue,
check=1,
exact=0,
scope='',
idxHint=None)
Set parameter specified by qualifiedName to newvalue. |
source code
|
|
|
|
getParam(self,
qualifiedName,
native=1,
mode=None,
exact=0,
prompt=1)
Return parameter specified by qualifiedName. |
source code
|
|
|
|
| _getParValue(self,
paramname,
pindex,
field,
native,
mode,
exact=0,
prompt=1) |
source code
|
|
|
|
lParam(self,
verbose=0)
List the task parameters |
source code
|
|
|
|
eParam(self)
Edit the task parameters, PyRAF Tk style |
source code
|
|
|
|
tParam(self)
Edit the task parameters, IRAF curses style |
source code
|
|
|
|
|
|
|
saveParList(self,
filename=None,
comment=None)
Write task parameters in .par format to filename (name or handle) |
source code
|
|
|
|
unlearn(self)
Reset task parameters to their default values |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_specialKW(self,
kw)
Return dictionary of any special keywords (subclass hook) |
source code
|
|
|
|
|
|
|
_resetRedir(self,
resetList,
closeFHList)
Restore redirected I/O and close files |
source code
|
|
|
|
_run(self,
redirKW,
specialKW)
Execute task after parameters, I/O redirection are prepared. |
source code
|
|
|
|
|
|
|
_deleteRunningParList(self)
Delete the _runningParList parameter list for this and psets |
source code
|
|
|
|
|
|
|
| _getParFromDict(self,
paramdict,
paramname,
pindex,
field,
native,
mode,
prompt) |
source code
|
|
|
|
_initFullpath(self)
Fill in full pathname of executable |
source code
|
|
|
|
_initParpath(self)
Initialize parameter file paths |
source code
|
|
|
|
_noParFile(self)
Decide what to do if .par file is not found |
source code
|
|
|
|
_initParList(self)
Initialize parameter list by reading parameter file |
source code
|
|
|
|
_isConsistentPar(self)
Check current par list and default par list for consistency |
source code
|
|
|
Inherited from stsci.tools.taskpars.TaskPars:
canPerformValidation,
getHelpAsString,
knowAsNative
|