about summary refs log tree commit diff
path: root/src/README.md
blob: a22aa7506ed951ec73a032195050a9f23648713d (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
# 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>