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


Constructor & Destructor Documentation

Definition at line 21 of file smoothcal_pg.py.


Member Function Documentation

def smoothcal_pg.smoothcal_pg_.__call__ (   self,
  vis = None,
  tablein = None,
  caltable = None,
  field = None,
  smoothtype = None,
  smoothtime = None,
  async = None 
)
Smooth calibration solution(s) derived from one or more sources:


A G- or T-type gain calibration can be smoothed.  The amplitude and
phase smoothing times are currently the same.  Calibration values
will be smoothed over all fields designed.

Keyword arguments:
vis -- Name of input visibility file
default: none; example: vis='ngc5921.ms'
tablein -- Input calibration table (G or T)
default: none; example: tablein='ngc5921.gcal'
caltable -- Output calibration table (smoothed)
default: none; example: caltable='ngc5921_smooth.gcal'
field -- subset of fields to select and smooth
default: '' means all; example: field='0319_415_1,3C286'
smoothtype -- The smoothing filter to be used for both amp and phase
default: 'median'; example: smoothtype='mean'
Options: 'median','mean'
smoothtime -- Smoothing filter time (sec)
default: 300.0; example: smoothtime=60.

Definition at line 26 of file smoothcal_pg.py.

References vla_uvfits_line_sf.verify.


Member Data Documentation

Definition at line 22 of file smoothcal_pg.py.

Definition at line 23 of file smoothcal_pg.py.

string smoothcal_pg.smoothcal_pg_.__name__ [static, private]

Definition at line 19 of file smoothcal_pg.py.


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