-
Notifications
You must be signed in to change notification settings - Fork 0
/
apx-gap-defaults.tex
76 lines (74 loc) · 1.73 KB
/
apx-gap-defaults.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
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
\documentclass[gap.tex]{subfiles}
\begin{document}
Certain attributes are sometimes not written to \texttt{*.fsdb}. In those
instances, FS will use the default values of Table.~\ref{tab:gap-defaults}.
\begin{table}[!ht]
\begin{tabularx}{\textwidth}{|l|X|c|c|}
\hline
\textbf{Aspect of Scoring}
& \textbf{Default Value of Setting}
& \textbf{HG}
& \textbf{PG}
\\
\hline
\multirow{5}{*}{Nominals}
& Launch
& \multicolumn{2}{c|}{$0.96$}
\\
\cline{2-4}
& Goal
& \multicolumn{2}{c|}{$0.25$}
\\
\cline{2-4}
& Minimum Distance
& \multicolumn{2}{c|}{$7 km$}
\\
\cline{2-4}
& Distance
& \multicolumn{2}{c|}{$70 km$}
\\
\cline{2-4}
& Time
& \multicolumn{2}{c|}{$1.5 hours$}
\\
\hline
\multirow{2}{*}{Stopped Tasks}
& Bonus Distance for Altitude Glide Ratio
& $5:1$
& $4:1$
\\
\cline{2-4}
& Score Back Time
& $15 mins$
& $5 mins$
\\
\hline
\multirow{2}{*}{Final Glide Decelerator}
& Conical End of Speed Section Incline
&
& $7:2$
\\
\cline{2-4}
& Time Bonus for Arrival Altitude
&
& $45 secs / m$
\\
\hline
\multirow{2}{*}{Jump the Gun Penalties}
& Seconds per Point Deducted
& $2 secs$
&
\\
\cline{2-4}
& Maximum Jump Allowed
& $300 secs$
&
\\
\hline
\end{tabularx}
\caption{Default values for GAP parameters from FS.}
\label{tab:gap-defaults}
\end{table}
\end{document}