Package pyraf :: Module iraftask :: Class IrafPset
[hide private]
[frames] | no frames]

Class IrafPset

source code


IRAF pset class (special case of IRAF task)

Instance Methods [hide private]
 
__init__(self, prefix, name, suffix, filename, pkgname, pkgbinary) source code
 
_run(self, redirKW, specialKW)
Execute task after parameters, I/O redirection are prepared.
source code
 
__str__(self) source code

Inherited from IrafTask: __call__, __getattr__, __repr__, __setattr__, addPkgbinary, dParam, eParam, getAllMatches, getDefaultParList, getFilename, getForeign, getFullpath, getMode, getName, getParDict, getParList, getParObject, getParam, getParpath, getPkgbinary, getPkgname, getTbflag, hasParfile, initTask, isConsistent, isHidden, is_pseudo, lParam, run, saveParList, scrunchName, setHidden, setParList, setParam, tParam, unlearn

Inherited from stsci.tools.taskpars.TaskPars: canPerformValidation, getHelpAsString, knowAsNative

Method Details [hide private]

__init__(self, prefix, name, suffix, filename, pkgname, pkgbinary)
(Constructor)

source code 
Overrides: IrafTask.__init__

_run(self, redirKW, specialKW)

source code 

Execute task after parameters, I/O redirection are prepared.

The implementation of this can differ for each type of task.

Overrides: IrafTask._run
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: IrafTask.__str__