hif_makecutoutimages

hif_makecutoutimages(vis=None, offsetblc=None, offsettrc=None) Results[source]

Cutout central 1 sq. degree from VLASS QL, SE, and Coarse Cube images.

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']

  • offsetblc -- -x and -y offsets to the bottom lower corner (blc) in arcseconds

  • offsettrc -- +x and +y offsets to the top right corner (trc) in arcseconds

Returns:

The results object for the pipeline task is returned.

Examples

  1. Basic makecutoutimages task

>>> hif_makecutoutimages()