casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Private Attributes | Static Private Attributes
exportfits_pg.exportfits_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 exportfits_pg.py.


Constructor & Destructor Documentation

Definition at line 21 of file exportfits_pg.py.


Member Function Documentation

def exportfits_pg.exportfits_pg_.__call__ (   self,
  imagename = None,
  fitsimage = None,
  velocity = None,
  optical = None,
  bitpix = None,
  minpix = None,
  maxpix = None,
  overwrite = None,
  dropstokes = None,
  stokeslast = None,
  async = None 
)
Convert a CASA image to a FITS file

CASA-produced images can be written to disk for transporting
to other software packages.  No subimaging of the fits image
can be made with this task.

Keyword arguments:
imagename -- Name of input CASA image
default: none; example: imagename='3C273XC1.image'
fitsimage -- Name of ouput image FITS file
default: none; example='3C273XC1.fits'
velocity -- Use velocity (rather than frequency) as spectral axis
default: False
optical -- Use the optical (rather than radio) velocity convention
default: False;
bitpix -- Bits per pixel
default: -32 (floating point)
<Options: -32 (floating point), 16 (integer)>
minpix -- Minimum pixel value
default: 0 = autoscale
maxpix -- Maximum pixel value
default: 0 = autoscale
overwrite -- Overwrite pre-existing imagename
default=False; example: overwrite=True
dropstokes -- Drop Stokes axis?
default: False; example: dropstokes=True
stokeslast -- Put Stokes axis last in header?
default: True; example: stokeslast=False
async --  Run asynchronously
default = False;

Definition at line 26 of file exportfits_pg.py.

References vla_uvfits_line_sf.verify.


Member Data Documentation

Definition at line 22 of file exportfits_pg.py.

Definition at line 23 of file exportfits_pg.py.

string exportfits_pg.exportfits_pg_.__name__ [static, private]

Definition at line 19 of file exportfits_pg.py.


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