pipeline.hifa.tasks.lock_refant package¶
Submodules¶
pipeline.hifa.tasks.lock_refant.lock_refant module¶
-
class
pipeline.hifa.tasks.lock_refant.lock_refant.LockRefAnt(inputs)[source]¶ Bases:
pipeline.infrastructure.basetask.StandardTaskTemplate-
Inputs¶ alias of
LockRefAntInputs
-
analyse(results)[source]¶ Determine the best parameters by analysing the given jobs before returning any final jobs to execute.
- Parameters
jobs (a list of
JobRequest) – the job requests generated byprepare()- Return type
Result
-
-
class
pipeline.hifa.tasks.lock_refant.lock_refant.LockRefAntInputs(context, vis=None, output_dir=None)[source]¶
-
class
pipeline.hifa.tasks.lock_refant.lock_refant.LockRefAntResults(vis: str)[source]¶ Bases:
pipeline.infrastructure.basetask.Results-
merge_with_context(context: pipeline.infrastructure.launcher.Context)[source]¶ Merge these results with the given context.
This method will be called during the execution of accept(). For calibration tasks, a typical implementation will register caltables with the pipeline callibrary.
At this point the result is deemed safe to merge, so no further checks on the context need be performed.
-
pipeline.hifa.tasks.lock_refant.renderer module¶
Weblog renderer for hifa_lock_refant
-
class
pipeline.hifa.tasks.lock_refant.renderer.T2_4MDetailsLockRefantRenderer(uri='lockrefant.mako', description='Lock refant list', always_rerender=False)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.T2_4MDetailsDefaultRenderer