diff options
author | hanemile <emile.hansmaennel@gmail.com> | 2018-03-20 18:15:35 +0100 |
---|---|---|
committer | hanemile <emile.hansmaennel@gmail.com> | 2018-03-20 18:15:35 +0100 |
commit | 3efb3f0bd4b8f85d5ab709e0f692a12722b2be01 (patch) | |
tree | 43c95692934fa3628da234371d8531db718ff503 /src | |
parent | c6950e2702876015a1a303106adc3038e40cfcd0 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/python/README.md | 9 | ||||
-rw-r--r-- | src/python/imgs/coord.png | bin | 93089 -> 93697 bytes | |||
-rw-r--r-- | src/python/imgs/example.png | bin | 0 -> 87846 bytes | |||
-rw-r--r-- | src/python/imgs/lookup.png | bin | 65306 -> 66578 bytes |
4 files changed, 9 insertions, 0 deletions
diff --git a/src/python/README.md b/src/python/README.md index f3ddef2..1804d59 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -7,3 +7,12 @@ ### Step 2: Generate the Coordinates ![insert image](imgs/coord.png) + +### Examples: + +Generate 10 Stars, save their coordinates in stars/out1.csv. Use the lookuptable +1e7.csv. Generate the coordinates in a range 1e6 aroud the center of the galaxy. +Utilize 4 threads. + +![insert image](imgs/example.png) + diff --git a/src/python/imgs/coord.png b/src/python/imgs/coord.png index 5214e62..d4153e4 100644 --- a/src/python/imgs/coord.png +++ b/src/python/imgs/coord.png Binary files differdiff --git a/src/python/imgs/example.png b/src/python/imgs/example.png new file mode 100644 index 0000000..fad6678 --- /dev/null +++ b/src/python/imgs/example.png Binary files differdiff --git a/src/python/imgs/lookup.png b/src/python/imgs/lookup.png index d7b5a94..2f8daa5 100644 --- a/src/python/imgs/lookup.png +++ b/src/python/imgs/lookup.png Binary files differ |