mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-22 15:03:35 +01:00
STEP-UP: highlight beacon and GPS in Beacon figure
This commit is contained in:
parent
4421152d68
commit
83476de572
1 changed files with 48 additions and 12 deletions
|
@ -11,6 +11,7 @@
|
||||||
\usepackage[backend=bibtex,style=trad-plain]{biblatex}
|
\usepackage[backend=bibtex,style=trad-plain]{biblatex}
|
||||||
\usepackage{appendixnumberbeamer}
|
\usepackage{appendixnumberbeamer}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
|
\usepackage{tikz}
|
||||||
\graphicspath{{.}{./figures/}{../../figures/}}
|
\graphicspath{{.}{./figures/}{../../figures/}}
|
||||||
\usepackage{todo}
|
\usepackage{todo}
|
||||||
|
|
||||||
|
@ -27,7 +28,7 @@
|
||||||
% no to navigation, yes to frame numbering
|
% no to navigation, yes to frame numbering
|
||||||
\beamertemplatenavigationsymbolsempty
|
\beamertemplatenavigationsymbolsempty
|
||||||
\setbeamerfont{page number in head/foot}{size=\normalsize}
|
\setbeamerfont{page number in head/foot}{size=\normalsize}
|
||||||
\setbeamertemplate{page number in head/foot}{\insertframenumber/\insertmainframenumber}
|
\setbeamertemplate{page number in head/foot}{\insertframenumber/\inserttotalframenumber}
|
||||||
%\setbeamercolor{page number in head/foot}{fg=red}
|
%\setbeamercolor{page number in head/foot}{fg=red}
|
||||||
\setbeamerfont{section in head/foot}{size=\small}
|
\setbeamerfont{section in head/foot}{size=\small}
|
||||||
\setbeamercolor{section in head/foot}{fg=gray}
|
\setbeamercolor{section in head/foot}{fg=gray}
|
||||||
|
@ -41,15 +42,37 @@
|
||||||
\usebeamertemplate*{section in head/foot}%
|
\usebeamertemplate*{section in head/foot}%
|
||||||
\hfill%
|
\hfill%
|
||||||
\end{beamercolorbox}
|
\end{beamercolorbox}
|
||||||
\begin{beamercolorbox}[wd=.2\paperwidth,ht=2.25ex,dp=1ex,sep=0pt]{my empty section}
|
\begin{beamercolorbox}[wd=.1\paperwidth,ht=2.25ex,dp=1ex,sep=0pt]{my empty section}
|
||||||
\hfill%
|
\hfill%
|
||||||
\end{beamercolorbox}
|
\end{beamercolorbox}
|
||||||
\begin{beamercolorbox}[wd=.1\paperwidth,ht=2.25ex,dp=1ex,leftskip=1em,rightskip=1em,sep=0pt]{page number in head/foot}%
|
\begin{beamercolorbox}[wd=.2\paperwidth,ht=2.25ex,dp=1ex,leftskip=1em,rightskip=1em,sep=0pt]{page number in head/foot}%
|
||||||
\hfill%
|
\hfill%
|
||||||
\usebeamertemplate*{page number in head/foot}%
|
\usebeamertemplate*{page number in head/foot}%
|
||||||
\end{beamercolorbox}}%
|
\end{beamercolorbox}}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%% From https://tex.stackexchange.com/a/55849
|
||||||
|
% Keys to support piece-wise uncovering of elements in TikZ pictures:
|
||||||
|
% \node[visible on=<2->](foo){Foo}
|
||||||
|
% \node[visible on=<{2,4}>](bar){Bar} % put braces around comma expressions
|
||||||
|
%
|
||||||
|
% Internally works by setting opacity=0 when invisible, which has the
|
||||||
|
% adavantage (compared to \node<2->(foo){Foo} that the node is always there, hence
|
||||||
|
% always consumes space plus that coordinate (foo) is always available.
|
||||||
|
%
|
||||||
|
% The actual command that implements the invisibility can be overriden
|
||||||
|
% by altering the style invisible. For instance \tikzsset{invisible/.style={opacity=0.2}}
|
||||||
|
% would dim the "invisible" parts. Alternatively, the color might be set to white, if the
|
||||||
|
% output driver does not support transparencies (e.g., PS)
|
||||||
|
%
|
||||||
|
\tikzset{
|
||||||
|
invisible/.style={opacity=0},
|
||||||
|
visible on/.style={alt={#1{}{invisible}}},
|
||||||
|
alt/.code args={<#1>#2#3}{%
|
||||||
|
\alt<#1>{\pgfkeysalso{#2}}{\pgfkeysalso{#3}} % \pgfkeysalso doesn't change the path
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
\hypersetup{pdfpagemode=UseNone} % don't show bookmarks on initial view
|
\hypersetup{pdfpagemode=UseNone} % don't show bookmarks on initial view
|
||||||
|
|
||||||
|
|
||||||
|
@ -92,13 +115,6 @@
|
||||||
\quad {\small Supervisor: Harm Schoorlemmer, IMAPP, Radboud University}\\
|
\quad {\small Supervisor: Harm Schoorlemmer, IMAPP, Radboud University}\\
|
||||||
\quad {\small ``Enhancing Timing Accuracy in Air Shower Radio Detectors'' }\\
|
\quad {\small ``Enhancing Timing Accuracy in Air Shower Radio Detectors'' }\\
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\vfill
|
|
||||||
|
|
||||||
\begin{figure}
|
|
||||||
\includegraphics[width=0.5\textwidth]{beacon/array_setup_gps_transmitter_cows.png}
|
|
||||||
\imagecredit{H. Schoorlemmer}
|
|
||||||
\end{figure}
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\note[itemize]{
|
\note[itemize]{
|
||||||
\item Interests since Bachelor's, continued in Master's
|
\item Interests since Bachelor's, continued in Master's
|
||||||
|
@ -227,7 +243,7 @@
|
||||||
\section{Implementing Interferometry in GRAND}
|
\section{Implementing Interferometry in GRAND}
|
||||||
\begin{frame}{Time synchronisation}
|
\begin{frame}{Time synchronisation}
|
||||||
%\vspace*{-2em}
|
%\vspace*{-2em}
|
||||||
Interferometry: Amplitude + Phase information\\
|
Interferometry: Amplitude + Timing information of the $\vec{E}$-field\\
|
||||||
\vspace*{ 0.8em }
|
\vspace*{ 0.8em }
|
||||||
|
|
||||||
Required time accuracy $< \frac{1}{4f} \sim 1 \mathrm{ns}$ (GNSS $\gtrsim 5 \mathrm{ns}$)
|
Required time accuracy $< \frac{1}{4f} \sim 1 \mathrm{ns}$ (GNSS $\gtrsim 5 \mathrm{ns}$)
|
||||||
|
@ -265,7 +281,27 @@
|
||||||
\end{columns}
|
\end{columns}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Radio Interferometry and GRAND}
|
\begin{frame}{Timing Synchronisation: Beacon}
|
||||||
|
\begin{figure}
|
||||||
|
\begin{tikzpicture}
|
||||||
|
\node[anchor=south west, inner sep=0] (image) at (0,0) {\includegraphics[width=0.8\textwidth]{beacon/array_setup_gps_transmitter_cows.png}};
|
||||||
|
\begin{scope}[x={(image.south east)}, y={(image.north west)}]
|
||||||
|
%\draw[help lines,xstep=.1,ystep=.1] (0,0) grid (1,1);
|
||||||
|
%\foreach \x in {0,1,...,9} { \node [anchor=north] at (\x/10,0) {0.\x}; }
|
||||||
|
%\foreach \y in {0,1,...,9} { \node [anchor=east] at (0,\y/10) {0.\y}; }
|
||||||
|
\draw[red, ultra thick, visible on=<2>] (0.85,0.87) circle [radius=8mm];
|
||||||
|
\draw[green, ultra thick, visible on=<3>] (0.23,0.32) circle [radius=8mm];
|
||||||
|
\end{scope}
|
||||||
|
\end{tikzpicture}
|
||||||
|
\imagecredit{H. Schoorlemmer}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\end{frame}
|
||||||
|
\note{
|
||||||
|
Single frequency interest due to Auger (TV@67MHz)
|
||||||
|
}
|
||||||
|
|
||||||
|
\begin{frame}{Radio Interferometry in GRAND}
|
||||||
\begin{figure}
|
\begin{figure}
|
||||||
\centering
|
\centering
|
||||||
\only<1>{\hspace*{-2em}}
|
\only<1>{\hspace*{-2em}}
|
||||||
|
|
Loading…
Reference in a new issue