Source code for pipeline.hifv.cli.hifv_fixpointing

import pipeline.h.cli.utils as utils


# docstring and type hints: inherits from hifv.tasks.fixpointing.fixpointing.FixpointingInputs.__init__
[docs] @utils.cli_wrapper def hifv_fixpointing(vis=None): """Base fixpointing task. Returns: The results object for the pipeline task is returned. Examples: 1. Basic fixpointing task: >>> hifv_fixpointing() """