|
|
__init__(self,
name=None,
type=None,
mode='h',
array_size=None,
init_value=None,
list_flag=0,
min=None,
max=None,
prompt=None,
enum=None,
irafParObject=None) |
source code
|
|
|
|
getName(self)
Get name without translations |
source code
|
|
|
|
toPar(self,
strict=0)
Convert this variable to an IrafPar object |
source code
|
|
|
|
procLine(self)
Return a string usable as parameter declaration with default value in
the function definition statement |
source code
|
|
|
|
parDefLine(self,
filename=None,
strict=0,
local=0)
Return a list of string arguments for makeIrafPar |
source code
|
|
|
|
|
|
|
|