pipeline.hifv.tasks.pbcor package

Submodules

pipeline.hifv.tasks.pbcor.display module

class pipeline.hifv.tasks.pbcor.display.ImageStats(rms, max)

Bases: tuple

property max

Alias for field number 1

property rms

Alias for field number 0

class pipeline.hifv.tasks.pbcor.display.PbcorimagesSummary(context, result)[source]

Bases: object

plot()[source]

pipeline.hifv.tasks.pbcor.pbcor module

class pipeline.hifv.tasks.pbcor.pbcor.Pbcor(inputs)[source]

Bases: pipeline.infrastructure.basetask.StandardTaskTemplate

Inputs

alias of PbcorInputs

analyse(results)[source]

Determine the best parameters by analysing the given jobs before returning any final jobs to execute.

Parameters

jobs (a list ofJobRequest) – the job requests generated by prepare()

Return type

Result

prepare()[source]

Prepare job requests for execution.

Parameters

parameters – the parameters to pass through to the subclass. Refer to the implementing subclass for specific information on what these parameters are.

Return type

a class implementing Result

class pipeline.hifv.tasks.pbcor.pbcor.PbcorInputs(context, vis=None)[source]

Bases: pipeline.infrastructure.vdp.StandardInputs

class pipeline.hifv.tasks.pbcor.pbcor.PbcorResults(pbcorimagenames=[])[source]

Bases: pipeline.infrastructure.basetask.Results

pipeline.hifv.tasks.pbcor.renderer module

class pipeline.hifv.tasks.pbcor.renderer.T2_4MDetailsMakepbcorimagesRenderer(uri='pbcor.mako', description='Produce primary beam corrected tt0 images', always_rerender=False)[source]

Bases: pipeline.infrastructure.renderer.basetemplates.T2_4MDetailsDefaultRenderer

update_mako_context(ctx, context, results)[source]

Module contents