From ff31041da043d2a3d132bec12532817932f743c5 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 29 Aug 2022 18:42:05 -0600 Subject: [PATCH] Reorganize and rename --- TODO.md | 3 +-- src/{Operation.tex => Acquire.tex} | 2 +- src/Appendix.tex | 2 +- src/Detect.tex | 17 +++++++++++++++++ src/Glossary.tex | 11 +++++++++++ src/Ground_Stations.tex | 2 +- src/Hardware.tex | 2 +- src/{Analysis.tex => Identify.tex} | 2 +- src/SNOUG.tex | 13 ++++++++----- src/Satellites.tex | 2 +- src/{Setup.tex => Software.tex} | 2 +- src/Solve.tex | 17 +++++++++++++++++ src/Support.tex | 2 +- 13 files changed, 62 insertions(+), 15 deletions(-) rename src/{Operation.tex => Acquire.tex} (99%) create mode 100644 src/Detect.tex rename src/{Analysis.tex => Identify.tex} (98%) rename src/{Setup.tex => Software.tex} (99%) create mode 100644 src/Solve.tex diff --git a/TODO.md b/TODO.md index f5722dd..460f4bf 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,7 @@ # TODO -* Indexing with glossaries mix. +* Improved font usage. * Separate cover PDF. * Color highlight blocks (e.g. Notice). * Lists/tables in boxes (?). * Better tables. -* Bookmarks sometimes contain code. * Content. diff --git a/src/Operation.tex b/src/Acquire.tex similarity index 99% rename from src/Operation.tex rename to src/Acquire.tex index 207bcc3..415bdf2 100644 --- a/src/Operation.tex +++ b/src/Acquire.tex @@ -1,5 +1,5 @@ % -% Operation +% Acquire.tex % % SatNOGS Optical Unofficial Guide % diff --git a/src/Appendix.tex b/src/Appendix.tex index c3284b5..160c5b4 100644 --- a/src/Appendix.tex +++ b/src/Appendix.tex @@ -1,5 +1,5 @@ % -% Appendix +% Appendix.tex % % SatNOGS Optical Unofficial Guide % diff --git a/src/Detect.tex b/src/Detect.tex new file mode 100644 index 0000000..bc025ae --- /dev/null +++ b/src/Detect.tex @@ -0,0 +1,17 @@ +% +% Detect.tex +% +% SatNOGS Optical Unofficial Guide +% +% Copyright (C) 2022, Jeff Moe +% +% This document is licensed under the Creative Commons Attribution 4.0 +% International Public License (CC BY-SA 4.0) by Jeff Moe. +% + +\section{Satellite Detection} +\label{sec:satellite-detection} +\index{detection} + +Description of satellite detection processes. + diff --git a/src/Glossary.tex b/src/Glossary.tex index 33b8fef..2279513 100644 --- a/src/Glossary.tex +++ b/src/Glossary.tex @@ -1,3 +1,14 @@ +% +% Glossary.tex +% +% SatNOGS Optical Unofficial Guide +% +% Copyright (C) 2022, Jeff Moe +% +% This document is licensed under the Creative Commons Attribution 4.0 +% International Public License (CC BY-SA 4.0) by Jeff Moe. +% + %%%%%%%%%%% % ACRONYM % %%%%%%%%%%% diff --git a/src/Ground_Stations.tex b/src/Ground_Stations.tex index 46c7ef3..07bd53f 100644 --- a/src/Ground_Stations.tex +++ b/src/Ground_Stations.tex @@ -1,5 +1,5 @@ % -% Ground Stations +% Ground_Stations.tex % % SatNOGS Optical Unofficial Guide % diff --git a/src/Hardware.tex b/src/Hardware.tex index ad9b498..c1d5cf6 100644 --- a/src/Hardware.tex +++ b/src/Hardware.tex @@ -1,5 +1,5 @@ % -% Hardware +% Hardware.tex % % SatNOGS Optical Unofficial Guide % diff --git a/src/Analysis.tex b/src/Identify.tex similarity index 98% rename from src/Analysis.tex rename to src/Identify.tex index 52fea16..cb27aa4 100644 --- a/src/Analysis.tex +++ b/src/Identify.tex @@ -1,5 +1,5 @@ % -% Analysis +% Identify.tex % % SatNOGS Optical Unofficial Guide % diff --git a/src/SNOUG.tex b/src/SNOUG.tex index ad30cf0..3942273 100644 --- a/src/SNOUG.tex +++ b/src/SNOUG.tex @@ -332,15 +332,18 @@ leftmargin=1cm,rightmargin=1cm % Format: % \chapterconf{Name of file to include}{Title of Chapter}{Subtitle} % Comment out a line to not render that chapter -%\chapterconf{Satellites}{Satellites}{Artificial Satellites in Space} -\chapterconf{Ground_Stations}{Ground Stations}{Ground Stations on Earth} +\chapterconf{Satellites}{Satellites}{Artificial Satellites in Space} +\chapterconf{Ground_Stations}{Ground Stations}{Looking up from Earth} +\chapterconf{Software}{Software}{Satellite Software} \chapterconf{Hardware}{Hardware}{Design and Set Up Equipment} -\chapterconf{Setup}{Setup}{Install and Configure Software} -\chapterconf{Operation}{Operation}{HOWTO Run a Station} -\chapterconf{Analysis}{Analysis}{More Than Just Starlink and Old Rocket Bodies} +\chapterconf{Acquire}{Acquire}{Pictures of the Sky} +\chapterconf{Solve}{Solve}{Place from Pixels} +\chapterconf{Detect}{Detect}{Find Satellites} +\chapterconf{Identify}{Identify}{More Than Just Starlink and Old Rocket Bodies} \chapterconf{Support}{Support}{Help!} \chapterconf{Contact}{Contact}{Email, Chat, Forum} %% END MAINMATTER CHAPTERS %%% +% Hardware, Software, Acquire, Plate Solver, Detect, Identify %%% END MAINMATTER %%% diff --git a/src/Satellites.tex b/src/Satellites.tex index bed0806..6a98072 100644 --- a/src/Satellites.tex +++ b/src/Satellites.tex @@ -1,5 +1,5 @@ % -% Satellites +% Satellites.tex % % SatNOGS Optical Unofficial Guide % diff --git a/src/Setup.tex b/src/Software.tex similarity index 99% rename from src/Setup.tex rename to src/Software.tex index 52894e9..b8beadf 100644 --- a/src/Setup.tex +++ b/src/Software.tex @@ -1,5 +1,5 @@ % -% Setup +% Software.tex % % SatNOGS Optical Unofficial Guide % diff --git a/src/Solve.tex b/src/Solve.tex new file mode 100644 index 0000000..5792cce --- /dev/null +++ b/src/Solve.tex @@ -0,0 +1,17 @@ +% +% Solve.tex +% +% SatNOGS Optical Unofficial Guide +% +% Copyright (C) 2022, Jeff Moe +% +% This document is licensed under the Creative Commons Attribution 4.0 +% International Public License (CC BY-SA 4.0) by Jeff Moe. +% + +\section{Plate Solver} +\label{sec:plate-solver} +\index{plate solver} + +Description of plate solvers to follow. + diff --git a/src/Support.tex b/src/Support.tex index 56791bc..bf28368 100644 --- a/src/Support.tex +++ b/src/Support.tex @@ -1,5 +1,5 @@ % -% Support +% Support.tex % % SatNOGS Optical Unofficial Guide %