about summary refs log tree commit diff
path: root/src/README.md
diff options
context:
space:
mode:
authorhanemile <emile.hansmaennel@gmail.com>2017-12-09 14:19:59 +0100
committerhanemile <emile.hansmaennel@gmail.com>2017-12-09 14:19:59 +0100
commit5e17688870d04f4a0ef259431f73287ea21b793d (patch)
tree3402978035adcbc8a54dcfd854368dc4264d8511 /src/README.md
parent3945015abbfc48da21f2cc81dee006a9955fcc84 (diff)
minor ajustments
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md
new file mode 100644
index 0000000..bf572b2
--- /dev/null
+++ b/src/README.md
@@ -0,0 +1,25 @@
+# README
+
+### workflow:
+
+---
+
+#### Generate the lookuptable
+
+
+    $ ./lookup.py <number of values> <filename>
+
+- the __number of values__ can be given using the scientific notaion e.g. 1e7.
+- the __filename__ should not overlap with any existing filename
+
+---
+
+#### Generate the coordinates
+
+
+    $ ./coord.py <number of stars>
+
+
+#### Display the stars using Blender
+
+    $ blender --python view.py