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

Classes

class  vpmanager_test

Functions

def suite
 def test17(self): '''Test 17: get image name (fails if no resp.

Function Documentation

def test17(self): '''Test 17: get image name (fails if no resp.

table path set in Observatories table))''' vp.reset() vp.setpbantresptable(telescope='ALMA', antresppath=casa['dirs']['data']+'/alma/responses/AntennaResponses-ALMA', dopb=True) self.res = vp.getrespimagename("ALMA","2011/01/01/10:00","100GHz","INTERNAL","CM","0deg","0deg","",0) self.assertTrue(self.res)

Definition at line 363 of file test_vpmanager.py.