casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Classes | Functions | Variables
flagdata_pg Namespace Reference

Classes

class  flagdata_pg_

Functions

def defaults
 def paramgui(self, useGlobals=True): """ Opens a parameter GUI for this task.
def check_params
 This function sets the default values but also will return the list of parameters or the default value of a given parameter.
def description
def itsdefault

Variables

tuple flagdata_pg

Function Documentation

def flagdata_pg.check_params (   self,
  param = None,
  value = None 
)

This function sets the default values but also will return the list of parameters or the default value of a given parameter.

Definition at line 1185 of file flagdata_pg.py.

def flagdata_pg.defaults (   self,
  param = None 
)

def paramgui(self, useGlobals=True): """ Opens a parameter GUI for this task.

If useGlobals is true, then any relevant global parameter settings are used. """ import paramgui

a=inspect.stack() stacklevel=0 for k in range(len(a)): if (string.find(a[k][1], 'ipython console') > 0) or (string.find(a[k][1], '<string>') >= 0): stacklevel=k break myf = sys._getframe(stacklevel).f_globals

if useGlobals: paramgui.setGlobals(myf) else: paramgui.setGlobals({})

paramgui.runTask('flagdata', myf['_ip']) paramgui.setGlobals({})

Definition at line 1132 of file flagdata_pg.py.

def flagdata_pg.description (   self,
  key = 'flagdata',
  subkey = None 
)

Definition at line 1221 of file flagdata_pg.py.

def flagdata_pg.itsdefault (   self,
  paramname 
)

Definition at line 1299 of file flagdata_pg.py.


Variable Documentation

Definition at line 1368 of file flagdata_pg.py.