From 5e17688870d04f4a0ef259431f73287ea21b793d Mon Sep 17 00:00:00 2001 From: hanemile Date: Sat, 9 Dec 2017 14:19:59 +0100 Subject: minor ajustments --- src/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/README.md (limited to 'src/README.md') 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 + +- 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 + + +#### Display the stars using Blender + + $ blender --python view.py -- cgit 1.4.1 From 785ce2de64d9505bf04ed918518b446b8c196d27 Mon Sep 17 00:00:00 2001 From: hanemile Date: Sat, 9 Dec 2017 16:03:23 +0100 Subject: updated the new command line arguments --- src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/README.md') diff --git a/src/README.md b/src/README.md index bf572b2..a22aa75 100644 --- a/src/README.md +++ b/src/README.md @@ -17,9 +17,9 @@ #### Generate the coordinates - $ ./coord.py + $ ./coord.py #### Display the stars using Blender - $ blender --python view.py + $ blender --python view.py -- cgit 1.4.1