|
|
|
|
|
getCode(self)
Return a string with the Python code for this task |
source code
|
|
|
|
reCompile(self)
Force recompilation of CL code |
source code
|
|
|
|
initTask(self,
force=0,
filehandle=None)
Fill in full pathnames of files, read par file, compile CL code |
source code
|
|
|
|
__getstate__(self)
Return state for pickling |
source code
|
|
|
|
|
|
|
_run(self,
redirKW,
specialKW)
Execute task after parameters, I/O redirection are prepared. |
source code
|
|
|
|
_runCode(self,
parList=None,
kw={})
Run the procedure with current parameters |
source code
|
|
|
|
|
|
|
|
|
Inherited from IrafTask:
__call__,
__getattr__,
__repr__,
__setattr__,
__str__,
addPkgbinary,
dParam,
eParam,
getAllMatches,
getDefaultParList,
getFilename,
getForeign,
getFullpath,
getMode,
getName,
getParDict,
getParList,
getParObject,
getParam,
getParpath,
getPkgbinary,
getPkgname,
getTbflag,
hasParfile,
isConsistent,
isHidden,
is_pseudo,
lParam,
run,
saveParList,
scrunchName,
setHidden,
setParList,
setParam,
tParam,
unlearn
Inherited from IrafTask (private):
_deleteRunningParList,
_getParFromDict,
_getParValue,
_initFullpath,
_initNoIrafTask,
_initParList,
_initParpath,
_resetRedir,
_setParDictList,
_specialKW,
_updateParList
Inherited from stsci.tools.taskpars.TaskPars:
canPerformValidation,
getHelpAsString,
knowAsNative
|