about summary refs log tree commit diff
path: root/src/README.md
blob: fa161c882d74e8f48d021bb25c7194944ed48c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# README

| Name                | Value                 |
| ---                 | ---                   |
| Time (hour min sec) | 1:30:45               |              
| Number of Stars     | 1000                  |               
| Stars Kicked:       | 327718674             |            
| Percent:            | 0.000305139767531221% |

### 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>