10
2
Fork 0

attitude adjustment: fix incomplete sentence

This commit is contained in:
Erin Moon 2020-05-26 02:30:27 -05:00
parent 759b08cce3
commit 2ea9e2145a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def solve_orientation(stars, catalog):
Note that I threw in an inversion of the rotation matrix; this is because I should've been aligning from the catalog *to* the current star locations. Switching P to be the catalog and Q to be stars would've done the same thing.
Then we just grabbed each challenge from the computer, aligned the sets, and spat the orientation of the satellite back at the server to get
Then we just grabbed each challenge from the computer, aligned the sets, and spat the orientation of the satellite back at the server:
```{.python}
TICKET = 'THE_TICKET'