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

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

    'rayleigh_beta': (5.4717e-6, 12.7853e-6, 31.2142e-6),
    'mie_beta'     : (21e-6),
    'mie_g'        : 0.75
}