pipeline.infrastructure.basetask

Functions

capture_log(method)

property_with_default(name, default[, doc])

Return a property whose value is reset to a default value when setting the property value to None.

result_finaliser(method)

Copy some useful properties to the Results object before returning it.

timestamp(method)

write_pipeline_casa_tasks(context)

Write the equivalent pipeline CASA tasks for results in the context to a file

Classes

Executor(context[, dry_run])

FailedTask(context)

FailedTaskResults(origtask_cls, exception, tb)

FailedTaskResults represents a results object for a task that encountered an exception during execution.

ModeTask(inputs)

Results()

Results is the base implementation of the Results API.

ResultsList([results])

ResultsProxy(context)

StandardTaskTemplate(inputs)

StandardTaskTemplate is a template class for pipeline reduction tasks whose execution can be described by a common four-step process:

Timestamps(start, end)