mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
WUotD: added first acronyms
This commit is contained in:
parent
10aa52bd52
commit
c4e6aa3afd
3 changed files with 32 additions and 18 deletions
|
@ -9,9 +9,8 @@
|
|||
\begin{document}
|
||||
\chapter{Disciplining by Beacon}
|
||||
\label{sec:disciplining}
|
||||
The main method of synchronising multiple stations is by employing a GNSS.
|
||||
This system should deliver timing with an accuracy in the order of $50\ns$.
|
||||
|
||||
The time accuracy supplied by a \gls{GNSS} is not enough to do interferometry.
|
||||
In this chapter,
|
||||
|
||||
|
||||
\section{Beacon}
|
||||
|
@ -98,8 +97,8 @@ This slower timescale allows to count the ticks of the quicker signal.\todo{Exte
|
|||
\begin{figure}
|
||||
\includegraphics[width=0.5\textwidth]{beacon/auger/1512.02216.figure2.beacon_beat.png}
|
||||
\caption{
|
||||
From Ref~\cite{PierreAuger:2015aqe}
|
||||
The beacon signal that the \PAObs\ employs.
|
||||
From Ref~\cite{PierreAuger:2015aqe}.
|
||||
The beacon signal that the \acrlong*{PAObs} employs.
|
||||
}
|
||||
\label{fig:beacon:pa}
|
||||
\end{figure}
|
||||
|
|
|
@ -19,18 +19,17 @@
|
|||
|
||||
\subsection{Detectors}
|
||||
\label{sec:detectors}
|
||||
Pierre Auger,
|
||||
GRAND
|
||||
Standalone devices,
|
||||
\gls*{PA},
|
||||
\gls*{GRAND}
|
||||
|
||||
\subsection{Interferometry}
|
||||
\label{sec:interferometry}
|
||||
Requires $\sigma_t \lesssim 1\ns$
|
||||
|
||||
|
||||
\section{Time Synchronisation}
|
||||
\subsubsection{Time Synchronisation}
|
||||
\label{sec:timesynchro}
|
||||
Need reference system with better accuracy to constrain
|
||||
See Section~\ref{sec:grand:gnss}.
|
||||
The main method of synchronising multiple stations is by employing a \gls{GNSS}.
|
||||
This system should deliver timing with an accuracy in the order of $50\ns$ (see Section~\ref{sec:grand:gnss}).
|
||||
\\
|
||||
|
||||
Need reference system with better accuracy to constrain (Figure~\ref{fig:reference-clock}).
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
|
@ -39,5 +38,17 @@ See Section~\ref{sec:grand:gnss}.
|
|||
Using a reference clock to compare two other clocks.
|
||||
}
|
||||
\label{fig:reference-clock}
|
||||
\todo{
|
||||
redo figure with less margins,
|
||||
remove spines,
|
||||
rotate labels
|
||||
}
|
||||
\end{figure}
|
||||
|
||||
|
||||
\subsection{Interferometry}
|
||||
\label{sec:interferometry}
|
||||
Requires $\sigma_t \lesssim 1\ns$
|
||||
|
||||
|
||||
\end{document}
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
\usepackage[english]{babel} % for proper word breaking at line ends
|
||||
\usepackage[switch]{lineno}
|
||||
\usepackage[acronym]{glossaries}
|
||||
\glsdisablehyper
|
||||
|
||||
%\usepackage{listings}
|
||||
\usepackage{csquotes}
|
||||
|
@ -99,6 +101,8 @@
|
|||
|
||||
|
||||
% Names
|
||||
\newcommand{\PA}{Pierre~Auger}
|
||||
\newcommand{\PAObs}{\PA\ Observatory}
|
||||
\newcommand{\GRAND}{Giant Radio Array for Neutrino Detection}
|
||||
% Acronyms
|
||||
\newacronym{GNSS}{GNSS}{Global Navigation Satellite System}
|
||||
\newacronym{GRAND}{GRAND}{Giant Radio Array for Neutrino Detection}
|
||||
\newacronym{PA}{PA}{Pierre~Auger}
|
||||
\newacronym{PAObs}{PAO}{Pierre~Auger~Observatory}
|
||||
|
|
Loading…
Reference in a new issue