Source code for pipeline.hifv.cli.hifv_plotsummary

import pipeline.h.cli.utils as utils


# docstring and type hints: inherits from hifv.tasks.plotsummary.plotsummary.PlotSummaryInputs.__init__
[docs] @utils.cli_wrapper def hifv_plotsummary(vis=None): """Create pipeline summary plots. Returns: The results object for the pipeline task is returned. Examples: 1. Execute the pipeline plotting task: >>> hifv_plotsummary() """