blob: 1804d596e48f653c253a79f9b30cae54dd6c616c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Python Source Code
### Step 1: Generating a lookuptable
![insert image](imgs/lookup.png)
### 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)
|