about summary refs log tree commit diff
path: root/src/README.md
diff options
context:
space:
mode:
authorEmile <HanEmile@users.noreply.github.com>2017-12-11 20:41:47 +0100
committerGitHub <noreply@github.com>2017-12-11 20:41:47 +0100
commit91d0f07cb1eda9d9770a4de0a6ba04686ee4cc18 (patch)
tree11f6997975ccf22add3778c4ddaacd6a34438ae6 /src/README.md
parentef66ebdabe143d6fd9d877ee72f0b84166025057 (diff)
parent8d52500a85acaccb19bc0892165c345d2b06a837 (diff)
Merge pull request #2 from HanEmile/nstars
Nstars
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..a22aa75
--- /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> <save_to_file_location>
+
+
+#### Display the stars using Blender
+
+    $ blender --python view.py <star_coordinates_file>