Public Member Functions | |
def | __init__ |
def | initialize |
def | execute |
def | finalize |
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().
def sdutil.sdtask_interface.__init__ | ( | self, | |
kwargs | |||
) |
Reimplemented in sdutil.sdtask_template_imaging, sdutil.sdtask_template, task_sdreduce.sdreduce_worker, task_sdtpimaging.sdtpimaging_worker, task_sdcal.sdcal_worker, task_sdstat.sdstat_worker, task_sdmath.sdmath_worker, task_sdplot.sdplot_worker, task_sdcoadd.sdcoadd_worker, task_sdbaseline.sdbaseline_worker, task_sdfit.sdfit_worker, task_sdimprocess.sdimprocess_worker, task_sdsave.sdsave_worker, task_sdflag.sdflag_worker, task_sdsmooth.sdsmooth_worker, task_sdgrid.sdgrid_worker, task_sdimaging.sdimaging_worker, task_sdflagmanager.sdflagmanager_worker, task_sdscale.sdscale_worker, and task_sdlist.sdlist_worker.
def sdutil.sdtask_interface.execute | ( | self | ) |
Reimplemented in task_sdimaging.sdimaging_worker, task_sdimprocess.sdimprocess_worker, task_sdflag.sdflag_worker, task_sdtpimaging.sdtpimaging_worker, task_sdstat.sdstat_worker, task_sdcoadd.sdcoadd_worker, task_sdfit.sdfit_worker, task_sdplot.sdplot_worker, task_sdreduce.sdreduce_worker, task_sdbaseline.sdbaseline_worker, task_sdcal.sdcal_worker, task_sdsmooth.sdsmooth_worker, task_sdmath.sdmath_worker, task_sdsave.sdsave_worker, task_sdgrid.sdgrid_worker, task_sdscale.sdscale_worker, task_sdflagmanager.sdflagmanager_worker, and task_sdlist.sdlist_worker.
def sdutil.sdtask_interface.finalize | ( | self | ) |
Reimplemented in task_sdimprocess.sdimprocess_worker, sdutil.sdtask_template_imaging, and task_sdgrid.sdgrid_worker.
def sdutil.sdtask_interface.initialize | ( | self | ) |
Reimplemented in sdutil.sdtask_template_imaging, sdutil.sdtask_template, task_sdcoadd.sdcoadd_worker, task_sdimprocess.sdimprocess_worker, task_sdmath.sdmath_worker, and task_sdgrid.sdgrid_worker.
Definition at line 32 of file sdutil.py.
Referenced by tests.test_uvcontsub3.zeroth.setUp(), tests.test_uvcontsub.zeroth.setUp(), tests.test_uvcontsub3.fourth.setUp(), tests.test_split.SplitChecker.setUp(), tests.test_uvcontsub.fourth.setUp(), tests.test_uvcontsub3.combspw.setUp(), tests.test_uvcontsub3.knowncombspw.setUp(), and tests.test_uvcontsub.combspw.setUp().