casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions
tests.test_sdcoadd.sdcoadd_storageTest Class Reference
Inheritance diagram for tests.test_sdcoadd.sdcoadd_storageTest:
tests.test_sdcoadd.sdcoadd_unittest_base

List of all members.

Public Member Functions

def setUp
def tearDown
def testMT
def testMF
def testDT
def testDF

Public Attributes

 storage
 insitu

Static Public Attributes

list inlist
string outname
dictionary ref2125
dictionary merge_uc

Private Member Functions

def _get_unit_coord
def _get_uclist
def _comp_unit_coord

Detailed Description

Unit tests for task sdcoadd. Test scantable sotrage and insitu
parameters

The list of tests:
testMT  --- storage = 'memory', insitu = True
testMF  --- storage = 'memory', insitu = False
testDT  --- storage = 'disk', insitu = True
testDF  --- storage = 'disk', insitu = False

Note on handlings of disk storage:
   Task script restores unit and frame information.
   scantable.convert_flux returns new table.

Tested items:
   1. Number of rows in (sub-)tables and list of IDs of output scantable.
   2. Units and coordinates of output scantable.
   3. units and coordinates of input scantables before/after run.

Definition at line 382 of file test_sdcoadd.py.


Member Function Documentation

def tests.test_sdcoadd.sdcoadd_storageTest._comp_unit_coord (   self,
  stlist,
  before 
) [private]
def tests.test_sdcoadd.sdcoadd_storageTest._get_uclist (   self,
  stlist 
) [private]
def tests.test_sdcoadd.sdcoadd_storageTest._get_unit_coord (   self,
  scanname 
) [private]

Member Data Documentation


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