-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreport.tex
109 lines (94 loc) · 4.02 KB
/
report.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
\documentclass[aps,superscriptaddress,floatfix,nofootinbib,showpacs,amsmath,amssymb,altaffilletter,floatfix,onecolumn]{revtex4-1}
\input{def.tex}
\usepackage{fancyhdr}
\usepackage{enumitem}
\usepackage{siunitx}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{wrapfig}
\usepackage[title]{appendix}
\usepackage{float}
\usepackage{tabularx}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\rfoot{\thepage}
\pagestyle{fancy}
\renewcommand{\thepage}{}
\renewcommand{\thepage}{\arabic{page}}
\renewcommand\thesection{\arabic{section}}
\renewcommand\thesubsection{\thesection.\arabic{subsection}}
\renewcommand\thesubsubsection{\thesubsection.\arabic{subsubsection}}
\newcolumntype{Y}{>{\centering\arraybackslash}X}
\parskip = 6pt %changes spacing between paragraphs
%\nolinenumbers
\makeatletter
\def\p@subsection{}
\makeatother
\makeatletter
\def\p@subsubsection{}
\makeatother
\begin{document}
\title{SORA 3: Stratospheric Organism and Radiation Analyzer}
\begin{abstract}
\begin{center}
{\bf Abstract}
\end{center}
\frenchspacing
The SORA 3 experiment sought to continue the work performed by the previous two SORA iterations.
The primary goal of the SORA 3 experiment was to use the foundation that was developed over the previous two years to improve the astrobiology collection mechanism, expand the existing radiation system to account for two Timepix devices, and add a new organic solar cell study.
The new payload featured an overhauled astrobiology system which utilized mechanical rotation to sample the stratospheric environment.
Using the software developed for the 2018 SORA mission, a FITPix device was added to the payload.
The new device allowed the previously used MiniPIX device to be housed inside a mock-up International Space Station (ISS) module which sought to simulate the environment inside the actual ISS.
The software was modified to account for the additional Timepix device so that the two devices would simultaneously record data.
Lastly, the organic solar cell experiment aimed to expose such cells to the stratosphere and observe the structural degradation and performance change to the cells.
Overall, the SORA 3 experiment did not succeed as each experiment had its own difficulties and points of failure.
The material of the astrobiology container experienced deformation which prohibited the mechanical arm from spinning, the Timepix devices collected data for several hours but stopped and could not be rebooted due to the disfunctional astrobiology motor, and the solar cell fabrication lab had issues with material quality during the days leading up to flight.
Despite these failures, the design and methodology of the payload provided valuable knowledge and can serve as a stepping stone for future iterations of the SORA experiments.
\newpage %Breaks page for the Table of Contents.
\end{abstract}
\input{sections/Authors.tex}
\setlength{\parindent}{1em}
\setdefaultleftmargin{1em}{1em}{}{}{}{}
%---
\setcounter{page}{0}\thispagestyle{empty}
%---
\maketitle
\onecolumngrid
\setcounter{tocdepth}{2}
\setcounter{page}{0}\thispagestyle{empty}
\tableofcontents
\setcounter{page}{0}\thispagestyle{empty}
\newpage
\onecolumngrid
%Section: Introduction
\subimport{sections/}{Introduction.tex}
\subimport{astrobio/}{IntroAstro.tex}
\subimport{radiation/}{IntroRad.tex}
%Section: Payload Description
\subimport{sections/}{Design.tex}
\subimport{astrobio/}{DesignAstro.tex}
\subimport{radiation/}{DesignRad.tex}
\subimport{sections/}{Telemetry.tex}
%Section: Methods
\subimport{sections/}{Methods.tex}
\subimport{astrobio/}{MethodsAstro.tex}
\subimport{radiation/}{MethodsRad.tex}
%Results and Analysis
\subimport{sections/}{Results.tex}
\subimport{astrobio/}{ResultsAstro.tex}
\subimport{radiation/}{ResultsRad.tex}
%Discussion
\subimport{sections/}{Discussion.tex}
\subimport{astrobio/}{DiscussionAstro.tex}
\subimport{radiation/}{DiscussionRad.tex}
%Conclusion
\subimport{sections/}{Conclusion.tex}
\newpage
%Appendix
\subimport{sections/}{Appendix.tex}
\newpage
%References
\subimport{sections/}{Bib.tex}
\clearpage
\bibliographystyle{SORA}
\end{document}