10
2
Fork 0

formatting

This commit is contained in:
xenia 2020-05-26 06:39:51 -04:00
parent 22cee43ede
commit 759b08cce3
2 changed files with 6 additions and 5 deletions

View File

@ -19,8 +19,9 @@ $(WRITEUP_PDF): $(DOCS_ALL) fonts.tex top.md
@find . -mindepth 3 -iname '*.png' -exec cp {} build/ \;
@find . -mindepth 3 -iname '*.py' -exec cp {} build/ \;
@cp fonts.tex build/fonts.tex
@for md in top.md $(DOCS_ALL); do cat $$md; printf "\n\n----------\n\n"; done > build/writeup.md
@for md in top.md $(DOCS_ALL); do cat $$md; printf "\n\n\\\\newpage\n\n"; done > build/writeup.md
@echo "PDF writeup.pdf"
@cd build && pandoc --filter pandoc-include-code -f markdown-implicit_figures -i writeup.md \
--pdf-engine=lualatex -o writeup.pdf
@cd build && \
pandoc --filter pandoc-include-code --toc --toc-depth 1 -f markdown-implicit_figures \
-i writeup.md --pdf-engine=lualatex -o writeup.pdf
@cp build/writeup.pdf $@

View File

@ -10,8 +10,8 @@
> You must design a mission plan that obtains the images and downloads them within the time frame without causing any system failures on the spacecraft, or putting it at risk of continuing operations.
> The spacecraft in question is USA 224 in the NORAD database with the following TLE:
>
> 1 37348U 11002A 20053.50800700 .00010600 00000-0 95354-4 0 09
> 2 37348 97.9000 166.7120 0540467 271.5258 235.8003 14.76330431 04
> 1 37348U 11002A 20053.50800700 .00010600 00000-0 95354-4 0 09
> 2 37348 97.9000 166.7120 0540467 271.5258 235.8003 14.76330431 04
>
> You need to obtain 120 MB of image data of the target location and downlink it to our ground station in Fairbanks, AK (64.977488 N 147.510697 W).
> Your mission will begin at 2020-04-22T00:00:00Z and last 48 hours.