aboutsummaryrefslogtreecommitdiff
path: root/planets.py
diff options
context:
space:
mode:
Diffstat (limited to 'planets.py')
-rw-r--r--planets.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/planets.py b/planets.py
new file mode 100644
index 0000000..f94782c
--- /dev/null
+++ b/planets.py
@@ -0,0 +1,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)
+}