def setUpClass(self): """Set up our paths and the names of the local files we're interested in.""" curdir = os.path.dirname(os.path.realpath(__file__)) os.chdir(curdir) self.splat = utils.findsplat(curdir) self.srtms = os.path.join("/mnt", "vault", "splat", "srtm1") self.img = os.path.join(curdir, "coverage.png")
def setUpClass(self): """Set up our paths and the names of the local files we're interested in.""" curdir = os.path.dirname(os.path.realpath(__file__)) os.chdir(curdir) self.splat = utils.findsplat(curdir) self.srtms = os.path.join("..","..","srtm3") self.img = os.path.join(curdir, "coverage.png") self.img142 = os.path.join(curdir, "coverage_142.png") self.report = os.path.join(curdir, "tx-site_report.txt") self.report142 = os.path.join(curdir, "tx-site_report_142.txt")
def setUpClass(self): """Set up our paths and the names of the local files we're interested in.""" curdir = os.path.dirname(os.path.realpath(__file__)) os.chdir(curdir) self.splat = utils.findsplat(curdir) self.srtms = os.path.join("..", "..", "srtm3") self.report = os.path.join(curdir, "tx-site_report.txt") self.report142 = os.path.join(curdir, "tx-site_report_142.txt") self.txrx = os.path.join(curdir, "tx-to-rx.txt") self.txrx142 = os.path.join(curdir, "tx-to-rx_142.txt") self.elev = os.path.join(curdir, "elevation_profile.png") self.elev142 = os.path.join(curdir, "elevation_profile_142.png") self.height = os.path.join(curdir, "height_profile.png") self.height142 = os.path.join(curdir, "height_profile_142.png") self.normheight = os.path.join(curdir, "normalized_height_profile.png") self.normheight142 = os.path.join(curdir, "normalized_height_profile_142.png")