attitude adjustment: fix incomplete sentence
This commit is contained in:
parent
759b08cce3
commit
2ea9e2145a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue