Source code for pipeline.hif.cli.hif_makermsimages
import pipeline.h.cli.utils as utils
# docstring and type hints: inherits from hif.tasks.makermsimages.makermsimages.MakermsimagesInputs.__init__
[docs]
@utils.cli_wrapper
def hif_makermsimages(vis=None):
"""Create RMS images for VLASS data.
Returns:
The results object for the pipeline task is returned.
Examples:
1. Basic makermsimages task
>>> hif_makermsimages()
"""