aboutsummaryrefslogtreecommitdiff
path: root/planets.py
blob: f94782c657745e98997a29c7619dc33cdb06cb43 (plain)
1
2
3
4
5
6
7
8
9
10
earth = {
    'earth_radius': 6371e3,
    'atmos_height': 100e3,

    'rayleigh_atmos_height': 7994,
    'mie_atmos_height'     : 1200,

    'rayleigh_beta': (3.8e-6, 13.5e-6, 33.1e-6),
    'mie_beta'     : (21e-6)
}