-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.tex
60 lines (45 loc) · 2.08 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
\documentclass[journal]{IEEEtran}
%==============================================================================
%%% Everything between the "="'s is the preamble.
%%% Define packages and meta data here
% Common packages
\usepackage{amsmath} % Expanded math
\usepackage{amssymb} % Expanded math symbols
\usepackage{graphicx} % For images
\usepackage{float}
\usepackage[plain]{fancyref}
\usepackage[version=3]{mhchem} % For nuclide formatting
% All images/figures will be stored in the images folder.
% Specify that here so pdflatex knows where to look for images.
\graphicspath{{./fig/}}
% Metadata
\title{On the Calibration of Spectroscopic Data from High-purity Germanium Gamma-ray Detectors}
\author{Kyle J. Bilton%
\thanks{Kyle~J.~Bilton is with the Department of Nuclear Engineering at the University of California, Berkeley, Berkeley, CA 94720 USA. (email:~\mbox{[email protected]})}}
%==============================================================================
\begin{document}
\maketitle
\begin{abstract}
To provide meaningful, interpretable results, gamma-ray spectrometers must be calibrated.
Here, a procedure is outlined for calibrations of spectroscopic gamma-ray from high-purity germanium (HPGe) detectors.
In particular, ordinary least squares regression is performed between electronic signals resulting from measurements of standard gamma-ray sources and their known energies.
The calibration procedure is demonstrated using five common lab sources.
The resulting relationship between channel number and energy shows to generalize well within the energy range of interest.
The methods presented in this paper are broadly applicable to HPGe detectors, as well as other standard spectroscopic gamma-ray detectors.
\end{abstract}
\section{Introduction}
\label{sec:intro}
\input{text/01-introduction.tex}
\section{Methods}
\label{sec:meth}
\input{text/02-methods.tex}
\section{Results}
\label{sec:res}
\input{text/03-results.tex}
\section{Discussion}
\label{sec:disc}
\input{text/04-discussion.tex}
% Bibliography
\bibliographystyle{IEEEtran}
\bibliography{references}
\end{document}