Module ObitTask :: Class ObitTask
[hide private]
[frames] | no frames]

Class ObitTask

source code


This class implements running Obit tasks.

Instance Methods [hide private]
 
__init__(self, name) source code
 
spawn(self)
Spawn the task.
source code
 
messages(self, proxy=None, tid=None)
Return messages for the task specified by PROXY and TID.
source code
 
go(self)
Run the task.
source code

Inherited from AIPSTask.AIPSTask: __call__, __eq__, __getattr__, __setattr__, abort, copy, defaults, explain, feed, finished, inputs, outputs, wait

Inherited from AIPSTask.AIPSTask (private): _retype

Inherited from Task.Task: help

Inherited from Task.Task (private): _validateattr

Inherited from MinimalMatch.MinimalMatch (private): _findattr

Class Variables [hide private]
  _package = 'Obit'
  _disk_adverbs = ['inDisk', 'in2Disk', 'outDisk', 'out2Disk']
  version = 'OBIT'
  userno = -1
  debug = False

Inherited from AIPSTask.AIPSTask: isbatch, log, msgkill

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 
Overrides: Task.Task.__init__

spawn(self)

source code 

Spawn the task.

Overrides: AIPSTask.AIPSTask.spawn

messages(self, proxy=None, tid=None)

source code 

Return messages for the task specified by PROXY and TID.

Overrides: AIPSTask.AIPSTask.messages

go(self)

source code 

Run the task.

Overrides: AIPSTask.AIPSTask.go