Classes | |
class | asdmsd_import |
Functions | |
def | test1 |
def test0( self ): """asdmsd_import_v2: Test direct import to single-dish format (oldasdm2ASAP)""" 1) test importself.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 |
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.
def tests.test_importasdm_sd.suite | ( | ) |
Definition at line 194 of file test_importasdm_sd.py.
def tests.test_importasdm_sd.tableContentsCheck | ( | self | ) |
Definition at line 108 of file test_importasdm_sd.py.
def tests.test_importasdm_sd.tableExistenceCheck | ( | self | ) |
Definition at line 87 of file test_importasdm_sd.py.
def tests.test_importasdm_sd.test1 | ( | self | ) |
def test0( self ): """asdmsd_import_v2: Test direct import to single-dish format (oldasdm2ASAP)"""
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().
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.