-
Notifications
You must be signed in to change notification settings - Fork 1
/
Presentation.tex
112 lines (84 loc) · 3.18 KB
/
Presentation.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
110
%% pdflatex
%% Slides for EEE5112 Course 2012
%% M.R. Inggs started 28/04/2012
%% S.L. Coetzee removed some errors 22/09/2015
%% Course notes V0.0
%% IEEE Radar Conf Paper
%% 9 April 2019
\def\lecNo{\copyright~UCT~IEEE~RadarConf2019} % Which lecture
\def\version{V0.1}
%% Put the code for your course here: CourseCode-Year-Version
%%
\documentclass[xcolor=dvipsnames]{beamer}
\let\Tiny=\tiny
% Bring in all the style sheets
\input{header.tex}
%% Title Page Block here ===============================
\title{Mission Planning Tool \\ for \\ Space Debris Detection and Tracking \\ with the \\ MeerKAT Radar}
\author[MRI]{Michael Inggs \& Ashiv Dhondea \texorpdfstring{ \\
Radar Remote Sensing Group \\ University of Cape Town\\
mikings@gmail.com\\
www.rrsg.uct.ac.za\\
}{}}
\date{\today}
\begin{document}
%====================================================
%-------------------------------
\frame{
\titlepage}
%============================================
\section{Overview}
%============================================
%-------------------------------
\frame{\frametitle{This presentation:}
\tableofcontents
}
%========================================
\section[Introduction]{Introduction}
%============================================
\frame[shrink]{\frametitle{Introduction to Space Situational Awareness}
\begin{itemize}
\item Space Situational Awareness (SSA) is defined as the thorough knowledge of the space environment, which includes the ability to track and predict the location of space objects at any time.
\item ESA outlines three aspects of SSA:
\begin{itemize}
\item SST: Space surveillance and tracking of resident space objects.
\item SWE: Space weather monitoring
\item NEO: Near-earth object detection and tracking.
\end{itemize}
\item In the context of SST, UCT's RRSG proposed a bistatic radar in South Africa,
\item UCT RRSG project: feasibility and design study for a potential bistatic radar making use of the MeerKAT radio telescope as radar receiver (Rx).
\item This paper describes the Mission Planning Tool developed to perform sensor scheduling and radar performance prediction.
\end{itemize}
}
\frame[shrink]{\frametitle{The proposed MeerKAT radar}
\begin{figure}[t]
\centering
\includegraphics[scale=0.48]{bisradvisual.pdf}
\caption{Map showing the location of the Tx in Bredasdorp at $34.6\mathrm{^\circ}\text{S}$ and $20.3\mathrm{^\circ}\text{E}$ and Rx at Carnarvon at $30.7\mathrm{^\circ}\text{S}$ and $21.4\mathrm{^\circ}\text{E}$.}
\label{fig:map}
\end{figure}
}
\frame[shrink]{\frametitle{The MeerKAT radio telescope}
\begin{figure}[t]
\centering
\includegraphics[scale=0.5]{meerkatlayout0.pdf}
\caption{Map showing the layout of MeerKAT. The longest baseline is $7.697~\mathrm{km}$ (between \textbf{M048}
\& \textbf{M060} and between \textbf{M058} \& \textbf{M063}).}
\label{fig:meerkat}
\end{figure}
}
%\frame[shrink]{\frametitle{}}
%=====================================
\section[Bib]{Bibliography}
%\nocite{*}
\bibliographystyle{plainnat}
\bibliography{../bib/L12012}
%=====================================
\begin{frame}
\begin{center}
End lecture~\lecNo~\version.
\end{center}
\label{lastpg}
\end{frame}
\end{document}
%-------------------------------Lecture 9