From 2ea9e2145aa406089a8f95d6378e70ba48e727db Mon Sep 17 00:00:00 2001 From: Erin Moon Date: Tue, 26 May 2020 02:30:27 -0500 Subject: [PATCH] attitude adjustment: fix incomplete sentence --- aaaa/attitude-adjustment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aaaa/attitude-adjustment/README.md b/aaaa/attitude-adjustment/README.md index 4bd6499..1d9020f 100644 --- a/aaaa/attitude-adjustment/README.md +++ b/aaaa/attitude-adjustment/README.md @@ -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'