casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Classes | Functions | Variables
tests.test_importasdm_sd Namespace Reference

Classes

class  asdmsd_import

Functions

def test1
 
 def test0( self ):
     """asdmsd_import_v2: Test direct import to single-dish format (oldasdm2ASAP)"""

1) test import

self.doImport( version='v2' )
def doImport
def tableExistenceCheck
def tableContentsCheck
def __checkResult
def __checkHeader
def __checkColumn
def suite

Variables

string myasdm_dataset_name
string asapname
 res

Function Documentation

def tests.test_importasdm_sd.__checkColumn (   self,
  column,
  items,
  table = 'MAIN' 
) [private]

Definition at line 171 of file test_importasdm_sd.py.

def tests.test_importasdm_sd.__checkHeader (   self,
  items 
) [private]

Definition at line 158 of file test_importasdm_sd.py.

def tests.test_importasdm_sd.__checkResult (   self,
  result 
) [private]

Definition at line 153 of file test_importasdm_sd.py.

def tests.test_importasdm_sd.doImport (   self,
  version 
)

Definition at line 78 of file test_importasdm_sd.py.

Definition at line 194 of file test_importasdm_sd.py.

Definition at line 108 of file test_importasdm_sd.py.

Definition at line 87 of file test_importasdm_sd.py.

 def test0( self ):
     """asdmsd_import_v2: Test direct import to single-dish format (oldasdm2ASAP)"""

1) test import

self.doImport( version='v2' )

2) table existence check

self.tableExistenceCheck() # 3) table contents check self.tableContentsCheck()

asdmsd_import_v3: Test direct import to single-dish format (asdm2ASAP)

Definition at line 67 of file test_importasdm_sd.py.

Referenced by coordsystest_regression.coordsystest(), imagepoltest_regression.imagepoltest(), and imagetest_regression.imagetest().


Variable Documentation

Definition at line 25 of file test_importasdm_sd.py.

Definition at line 22 of file test_importasdm_sd.py.

Definition at line 79 of file test_importasdm_sd.py.