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

Functions

def immath
def _immath_cleanup
def _immath_parse
def __check_stokes
def _immath_expr_from_varnames
def _doPolA
def _doPolI
def _immath_createPolMask

Function Documentation

def task_immath.__check_stokes (   images) [private]

Definition at line 532 of file task_immath.py.

References taskinit.iatool.

Referenced by _doPolA(), and _doPolI().

def task_immath._doPolA (   filenames,
  varnames,
  tmpFilePrefix 
) [private]

Definition at line 558 of file task_immath.py.

References __check_stokes(), and taskinit.iatool.

Referenced by immath().

def task_immath._doPolI (   filenames,
  varnames,
  tmpFilePrefix,
  createSubims,
  tpol 
) [private]

Definition at line 615 of file task_immath.py.

References __check_stokes(), and taskinit.iatool.

Referenced by immath().

def task_immath._immath_cleanup (   filePrefix) [private]

Definition at line 496 of file task_immath.py.

Referenced by immath().

def task_immath._immath_createPolMask (   polithresh,
  lpol,
  outfile 
) [private]

Definition at line 717 of file task_immath.py.

References taskinit.iatool.

Referenced by immath().

def task_immath._immath_expr_from_varnames (   expr,
  varnames,
  filenames 
) [private]

Definition at line 546 of file task_immath.py.

Referenced by immath().

def task_immath._immath_parse (   expr = '') [private]

Definition at line 506 of file task_immath.py.

Referenced by immath().

def task_immath.immath (   imagename,
  mode,
  outfile,
  expr,
  varnames,
  sigma,
  polithresh,
  mask,
  region,
  box,
  chans,
  stokes,
  stretch 
)