casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Functions
importgmrt Namespace Reference

Functions

def importgmrt

Function Documentation

def importgmrt.importgmrt (   fitsfile = '',
  flagfile = '',
  vis = '' 
)
Convert a UVFITS file to a CASA visibility data set
Convert a GMRT FITS file to a CASA visibility data set:

Keyword arguments:
fitsfile -- Name of input UV FITS file
            default: none; example='3C273XC1.fits'
flagfile -- List of files containing flagging information.
            default: none; example='3c273XC1.flag'
                           example=['3c273Cc1_1.flag','3c273Cc2_1.flag',']
vis      -- Name of output visibility file (MS)
            default: none; example: vis='3C273XC1.ms'
async    -- Run asynchronously
            default = false; do not run asychronously

Note: Don't forget to flag autocorrections using
   taskname flagdata, autocorr = true

Definition at line 13 of file importgmrt.py.