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

Functions

def smoothcal

Function Documentation

def task_smoothcal.smoothcal (   vis,
  tablein,
  caltable,
  field,
  smoothtype,
  smoothtime 
)
Smooth calibration solution(s) derived from one or more sources:

Keyword arguments:
vis -- Name of input visibility file (MS)
        default: none; example: vis='ngc5921.ms'
tablein -- Input calibration table (any type)
        default: none; example: tablein='ngc5921.gcal'
caltable -- Output calibration table (smoothed)
        default: none; example: caltable='ngc5921_smooth.gcal'
field -- subset of sources to select
        default: '' means all; example: field='0319_415_1 3C286'
smoothtype -- The smoothing filter to be used
        default: 'median'; example: smoothtype='mean'
        Options: 'median','mean'
smoothtime -- Smoothing filter time (sec)
        default: 60.0; example: smoothtime=10.

Definition at line 4 of file task_smoothcal.py.

Referenced by smoothcal.smoothcal().