casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Private Attributes | Static Private Attributes
importfits_pg.importfits_pg_ Class Reference

List of all members.

Public Member Functions

def __init__
def __call__

Private Attributes

 __bases__
 __doc__

Static Private Attributes

string __name__

Detailed Description

Definition at line 18 of file importfits_pg.py.


Constructor & Destructor Documentation

Definition at line 21 of file importfits_pg.py.


Member Function Documentation

def importfits_pg.importfits_pg_.__call__ (   self,
  fitsimage = None,
  imagename = None,
  whichrep = None,
  whichhdu = None,
  zeroblanks = None,
  overwrite = None,
  async = None 
)
Convert an image FITS file into a CASA image

Standard image FITS files are processed into a Casa image

Keyword arguments:
fitsimage -- Name of input image FITS file
default: none; example='3C273XC1.fits'
imagename -- Name of output CASA image
default: none; example: imagename='3C273XC1.image'
whichrep -- If fits image has multiple coordinate reps,
choose one.
default: 0 means first; example: whichrep=1
whichhdu -- If fits file contains multiple images,
choose this one
default=0 mean first; example: whichhdu=1
zeroblanks -- Set blanked pixels to zero (not NaN)
default=True; example: zeroblanks=True
overwrite -- Overwrite pre-existing imagename
default=False; example: overwrite=True

Definition at line 26 of file importfits_pg.py.

References vla_uvfits_line_sf.verify.


Member Data Documentation

Definition at line 22 of file importfits_pg.py.

Definition at line 23 of file importfits_pg.py.

string importfits_pg.importfits_pg_.__name__ [static, private]

Definition at line 19 of file importfits_pg.py.


The documentation for this class was generated from the following file: