casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Classes | Functions
recipes.almahelpers Namespace Reference

Classes

class  SpwMap
class  SpwInfo

Functions

def areIdentical
def trimSpwmap
def tsysspwmap

Function Documentation

def recipes.almahelpers.areIdentical (   spwInfo1,
  spwInfo2 
)

Definition at line 61 of file almahelpers.py.

Referenced by recipes.almahelpers.tsysspwmap().

Definition at line 76 of file almahelpers.py.

Referenced by recipes.almahelpers.tsysspwmap().

def recipes.almahelpers.tsysspwmap (   vis,
  tsystable,
  trim = True,
  relax = False 
)
Generate default spwmap for ALMA Tsys, including TDM->FDM associations
Input:
 vis        the target MeasurementSet 
 tsystable  the input Tsys caltable (w/ TDM Tsys measurements)
 trim       if True (the default), return minimum-length spwmap;
                otherwise the spwmap will be exhaustive and include
                the high-numbered (and usually irrelevant) wvr
                spws
 relax      (not yet implemented)
Output:
 spw list to use in applycal spwmap parameter for the Tsys caltable

Definition at line 86 of file almahelpers.py.

References recipes.almahelpers.areIdentical(), taskinit.tbtool, and recipes.almahelpers.trimSpwmap().