pipeline.hifv.tasks.plotsummary package¶
Submodules¶
pipeline.hifv.tasks.plotsummary.display module¶
pipeline.hifv.tasks.plotsummary.plotsummary module¶
-
class
pipeline.hifv.tasks.plotsummary.plotsummary.
PlotSummary
(inputs)[source]¶ Bases:
pipeline.infrastructure.basetask.StandardTaskTemplate
-
Inputs
¶ alias of
PlotSummaryInputs
-
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.hifv.tasks.plotsummary.plotsummary.
PlotSummaryResults
(applied=None, callib_map: Dict[str, str] = None)[source]¶
pipeline.hifv.tasks.plotsummary.qa module¶
-
class
pipeline.hifv.tasks.plotsummary.qa.
PlotSummaryListQAHandler
[source]¶ Bases:
pipeline.infrastructure.pipelineqa.QAPlugin
QA handler for a list containing PlotSummaryResults.
-
child_cls
¶ alias of
pipeline.hifv.tasks.plotsummary.plotsummary.PlotSummaryResults
-
generating_task
¶ alias of
pipeline.hifv.tasks.plotsummary.plotsummary.PlotSummary
-
result_cls
¶ alias of
collections.abc.Iterable
-
-
class
pipeline.hifv.tasks.plotsummary.qa.
PlotSummaryQAHandler
[source]¶ Bases:
pipeline.infrastructure.pipelineqa.QAPlugin
-
child_cls
= None¶
-
generating_task
¶ alias of
pipeline.hifv.tasks.plotsummary.plotsummary.PlotSummary
-
result_cls
¶ alias of
pipeline.hifv.tasks.plotsummary.plotsummary.PlotSummaryResults
-
pipeline.hifv.tasks.plotsummary.renderer module¶
-
class
pipeline.hifv.tasks.plotsummary.renderer.
ApplycalAmpVsFreqPlotRenderer
(context, result, plots, **overrides)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.JsonPlotRenderer
-
class
pipeline.hifv.tasks.plotsummary.renderer.
ApplycalAmpVsFreqSciencePlotRenderer
(context, result, plots, **overrides)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.JsonPlotRenderer
-
class
pipeline.hifv.tasks.plotsummary.renderer.
ApplycalAmpVsTimePlotRenderer
(context, result, plots, **overrides)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.JsonPlotRenderer
-
class
pipeline.hifv.tasks.plotsummary.renderer.
ApplycalAmpVsUVPlotRenderer
(context, result, plots, **overrides)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.JsonPlotRenderer
-
class
pipeline.hifv.tasks.plotsummary.renderer.
ApplycalAmpVsUVSciencePlotRenderer
(context, result, plots, **overrides)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.JsonPlotRenderer
-
class
pipeline.hifv.tasks.plotsummary.renderer.
ApplycalPhaseVsFreqPlotRenderer
(context, result, plots, **overrides)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.JsonPlotRenderer
-
class
pipeline.hifv.tasks.plotsummary.renderer.
ApplycalPhaseVsFreqSciencePlotRenderer
(context, result, plots, **overrides)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.JsonPlotRenderer
-
class
pipeline.hifv.tasks.plotsummary.renderer.
ApplycalPhaseVsTimePlotRenderer
(context, result, plots, **overrides)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.JsonPlotRenderer
-
class
pipeline.hifv.tasks.plotsummary.renderer.
ApplycalPhaseVsUVPlotRenderer
(context, result, plots, **overrides)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.JsonPlotRenderer
-
pipeline.hifv.tasks.plotsummary.renderer.
FlagTotal
¶ alias of
pipeline.hifv.tasks.plotsummary.renderer.FlagSummary
-
class
pipeline.hifv.tasks.plotsummary.renderer.
T2_4MDetailsplotsummaryRenderer
(uri='plotsummary.mako', description='VLA Plot Summary', always_rerender=False)[source]¶ Bases:
pipeline.infrastructure.renderer.basetemplates.T2_4MDetailsDefaultRenderer
-
create_plots
(context, results, plotter_cls, intents, renderer_cls=None, **kwargs)[source]¶ Create plots and return a dictionary of vis:[Plots].
-
create_science_plots
(context, results, correlation)[source]¶ Create plots for the science targets, returning two dictionaries of vis:[Plots].
-