hif_makermsimages

hif_makermsimages(vis=None) Results[source]

Create RMS images for VLASS data.

Parameters:

vis --

List of visibility data files. These may be ASDMs, tar files of ASDMs, MSs, or tar files of MSs, If ASDM files are specified, they will be converted to MS format.

Example: vis=['X227.ms', 'asdms.tar.gz']

Returns:

The results object for the pipeline task is returned.

Examples

  1. Basic makermsimages task

>>> hif_makermsimages()