Classes | |
| class | TestChole |
Variables | |
| tuple | folder_test = os.path.join('tests','TEST') |
| list | choles = [] |
| int | r_min = module_common.rsun2km/10 |
| int | r_max = module_common.rsun2km/2 |
| int | n_point = 50 |
| tuple | chole = module_chole.Chole() |
| tuple | lon = random.uniform(0,360) |
| tuple | lat = random.uniform(-80,80) |
| tuple | r = random.uniform(r_min,r_max) |
| tuple | dangle = math.atan(r/module_common.rsun2km) |
| tuple | point = module_timespace.Coordinate() |
| tuple tests.unittest_ascii_chole.chole = module_chole.Chole() |
| list tests.unittest_ascii_chole.choles = [] |
| tuple tests.unittest_ascii_chole.dangle = math.atan(r/module_common.rsun2km) |
| tuple tests.unittest_ascii_chole.folder_test = os.path.join('tests','TEST') |
| tuple tests.unittest_ascii_chole.lat = random.uniform(-80,80) |
| tuple tests.unittest_ascii_chole.lon = random.uniform(0,360) |
| int tests.unittest_ascii_chole.n_point = 50 |
| tuple tests.unittest_ascii_chole.point = module_timespace.Coordinate() |
| int tests.unittest_ascii_chole.r_max = module_common.rsun2km/2 |
| int tests.unittest_ascii_chole.r_min = module_common.rsun2km/10 |
1.8.5