hif_makecutoutimages

Note

Parameters set to None will use intelligent defaults from the pipeline context. Pass explicit values to override context defaults.

hif_makecutoutimages(vis=None, offsetblc=None, offsettrc=None)[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.

Return type:

Results

Examples

  1. Basic makecutoutimages task

>>> hif_makecutoutimages()