Automatic commit. Wed Aug 8 17:00:04 WST 2012
[matches/honours.git] / thesis / appendixA.tex
1 \documentclass[10pt]{article}
2 \usepackage{graphicx}
3 \usepackage{caption}
4 \usepackage{amsmath} % needed for math align
5 \usepackage{bm} % needed for maths bold face
6  \usepackage{graphicx}    % needed for including graphics e.g. EPS, PS
7 \usepackage{fancyhdr}   % needed for header
8
9 \usepackage{hyperref}
10
11  \topmargin -1.5cm        % read Lamport p.163
12  \oddsidemargin -0.04cm   % read Lamport p.163
13  \evensidemargin -0.04cm  % same as oddsidemargin but for left-hand pages
14  \textwidth 16.59cm
15  \textheight 21.94cm 
16  %\pagestyle{empty}       % Uncomment if don't want page numbers
17  \parskip 7.2pt           % sets spacing between paragraphs
18  %\renewcommand{\baselinestretch}{1.5}  % Uncomment for 1.5 spacing between lines
19  \parindent 0pt           % sets leading space for paragraphs
20
21
22 \newcommand{\vect}[1]{\boldsymbol{#1}} % Draw a vector
23 \newcommand{\divg}[1]{\nabla \cdot #1} % divergence
24 \newcommand{\curl}[1]{\nabla \times #1} % curl
25 \newcommand{\grad}[1]{\nabla #1} %gradient
26 \newcommand{\pd}[3][ ]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} %partial derivative
27 %\newcommand{\d}[3][ ]{\frac{d^{#1} #2}{d #3^{#1}}} %full derivative
28 \newcommand{\phasor}[1]{\tilde{#1}} % make a phasor
29 \newcommand{\laplacian}[1]{\nabla^2 {#1}} % The laplacian operator
30
31 \usepackage{color}
32 \usepackage{listings}
33
34 \definecolor{darkgray}{rgb}{0.95,0.95,0.95}
35 \definecolor{darkred}{rgb}{0.75,0,0}
36 \definecolor{darkblue}{rgb}{0,0,0.75}
37 \definecolor{pink}{rgb}{1,0.5,0.5}
38 \lstset{language=Java}
39 \lstset{backgroundcolor=\color{darkgray}}
40 \lstset{numbers=left, numberstyle=\tiny, stepnumber=1, numbersep=5pt}
41 \lstset{keywordstyle=\color{darkred}\bfseries}
42 \lstset{commentstyle=\color{darkblue}}
43 %\lstset{stringsyle=\color{red}}
44 \lstset{showstringspaces=false}
45 \lstset{basicstyle=\small}
46
47
48 \begin{document}
49
50 \pagestyle{fancy}
51 \fancyhead{}
52 \fancyfoot{}
53
54 \fancyhead[LO, L]{}
55 \fancyfoot[CO, C]{\thepage}
56
57 %\title{}
58 %\author{}
59 %\date{}
60 %\maketitle
61
62 %\tableofcontents
63
64 %\pagebreak
65
66 \section{Overview}
67
68 The complete control circuit for the electron gun, including all power supplies, current measurement points, and part of the control and measurement circuitry from the Data Aquisition system is shown in Figure \ref{fig_electron_gun}.
69
70 \section{Electron Optics}
71
72 A diagram of the electron gun without attached electronics is shown in Figure \ref{fig_electron_gun_simple}, and a photograph of the gun is shown in Figure \ref{fig_electron_gun_photo}.
73
74
75
76 \subsection{Focusing the Gun}
77
78 The electron gun was been salvaged from an old Cathode Ray Oscilloscope (CRO). The original phosphor screen was also saved, which allowed for very rough focusing of the beam by viewing the illuminated region of the screen through a porthole in the vacuum chamber. Figure \ref{fig_electron_gun_screen_unfocused} and \ref{fig_electron_gun_screen_focused} are photographs of the illuminated spot under focusing conditions chosen to create the largest and sharpest possible spot sizes respectively.
79
80 The distance between the gun and target sample was different to the distance from the gun to its original screen. In addition, the original screen consisted of a cylinder with conductive coating at the same potential as the final electrode. These differences in configuration mean that the gun must be refocused for use in TCS.
81
82 The electron gun may be considered ``focussed'' if the beam is paraxial to the surface of the sample. 
83
84 By a process of trial and error
85
86 \section{Current Measurement}
87
88 Total Current Spectroscopy methods measure the slope of current through a sample with respect to the energy of electrons relative to the sample surface. Often lock-in amplifier techniques are used \cite{???}. These have the advantage of reducing system noise whilst determining the slope directly, but require more time to set up than measuring the current through the sample as a function of incident electron energy, and later taking the derivative.
89
90 To make 
91
92 \section{Data Aquisition and Automation}
93
94 \subsection{ADC Measurements}
95
96 \subsection{DAC Control of Initial Energy}
97
98 \section{Sources of Error}
99
100 \subsection{Accuracy of ADCs}
101
102
103 \subsection{Noise due to Instruments}
104
105 \subsubsection{
106 A plot of ADC counts vs time for several output voltages of 
107
108 \subsection{Noise due to Ground Loops}
109
110 \subsection{Reduction of Noise}
111
112
113 \end{document}
114

UCC git Repository :: git.ucc.asn.au