casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions
sdutil.sdtask_interface Class Reference
Inheritance diagram for sdutil.sdtask_interface:
sdutil.sdtask_template sdutil.sdtask_template_imaging task_sdgrid.sdgrid_worker task_sdimprocess.sdimprocess_worker task_sdbaseline.sdbaseline_worker task_sdcal.sdcal_worker task_sdcoadd.sdcoadd_worker task_sdfit.sdfit_worker task_sdflag.sdflag_worker task_sdflagmanager.sdflagmanager_worker task_sdlist.sdlist_worker task_sdmath.sdmath_worker task_sdplot.sdplot_worker task_sdreduce.sdreduce_worker task_sdsave.sdsave_worker task_sdscale.sdscale_worker task_sdsmooth.sdsmooth_worker task_sdstat.sdstat_worker task_sdimaging.sdimaging_worker task_sdtpimaging.sdtpimaging_worker

List of all members.

Public Member Functions

def __init__
def initialize
def execute
def finalize

Detailed Description

The sdtask_interface defines a common interface for sdtask_worker
class. All worker classes can be used as follows:

   worker = sdtask_worker(**locals())
   worker.initialize()
   worker.execute()
   worker.finalize()
   del worker

Derived classes must implement the above three methods: initialize(),
execute(), and finalize().

Definition at line 14 of file sdutil.py.


Constructor & Destructor Documentation

def sdutil.sdtask_interface.__init__ (   self,
  kwargs 
)

Member Function Documentation


The documentation for this class was generated from the following file: