Work on thesis
authorSam Moore <sam@daedalus.(none)>
Mon, 3 Sep 2012 13:41:30 +0000 (21:41 +0800)
committerSam Moore <sam@daedalus.(none)>
Mon, 3 Sep 2012 13:41:30 +0000 (21:41 +0800)
I think the diff will show a depressingly large number of deleted lines, and not very many new lines...

papers/Comparison of Secondary Electron Emission simulation to experiment.pdf [new file with mode: 0644]
papers/Secondary Electron Emission - Review of Literature.pdf [new file with mode: 0644]
papers/Secondary_electron_emission_studies.pdf [new file with mode: 0644]
papers/hilleret.pdf [new file with mode: 0644]
thesis/theory.py [new file with mode: 0755]
thesis/thesis.tex

diff --git a/papers/Comparison of Secondary Electron Emission simulation to experiment.pdf b/papers/Comparison of Secondary Electron Emission simulation to experiment.pdf
new file mode 100644 (file)
index 0000000..721a88c
Binary files /dev/null and b/papers/Comparison of Secondary Electron Emission simulation to experiment.pdf differ
diff --git a/papers/Secondary Electron Emission - Review of Literature.pdf b/papers/Secondary Electron Emission - Review of Literature.pdf
new file mode 100644 (file)
index 0000000..47b0ae8
Binary files /dev/null and b/papers/Secondary Electron Emission - Review of Literature.pdf differ
diff --git a/papers/Secondary_electron_emission_studies.pdf b/papers/Secondary_electron_emission_studies.pdf
new file mode 100644 (file)
index 0000000..25a79ec
Binary files /dev/null and b/papers/Secondary_electron_emission_studies.pdf differ
diff --git a/papers/hilleret.pdf b/papers/hilleret.pdf
new file mode 100644 (file)
index 0000000..bbd0f7f
Binary files /dev/null and b/papers/hilleret.pdf differ
diff --git a/thesis/theory.py b/thesis/theory.py
new file mode 100755 (executable)
index 0000000..7a85987
--- /dev/null
@@ -0,0 +1,64 @@
+#!/usr/bin/python -u
+
+#
+# @file theory.py
+# @purpose Do theory stuff
+#              Because sadly, Mathematica does not work on my new laptop
+# @author Sam Moore
+# @date August 2012
+#
+
+import sys
+import os
+import math
+import re # Regular expressions - for removing comments
+#import odict #ordered dictionary
+
+import Gnuplot, Gnuplot.funcutils
+
+gnuplot = Gnuplot.Gnuplot()
+
+
+#
+# @function se_dist
+# @purpose Model the secondary electron distribution using M. Furman's formula
+#
+def se_dist(s, Ep, sigma_p, dE, n_max=0.75):
+       results = []
+       E = 0.0
+       while (E < 8.0):
+               results.append([E, n_max *s * E / (s - 1.0 + E**s) , math.exp(-(E - Ep)**2.0 / (2.0*sigma_p**2.0))])
+               E += dE
+       return results
+
+# 
+# @function write_data
+# @purpose Write a list of data to a file suitable for gnuplotting
+#
+def write_data(data, fileName):
+       out = open(fileName, "w")
+       for line in data:
+               for column in line:
+                       out.write(str(column) + "\t")
+               out.write("\n")
+       out.close()
+
+def Plot(*args):
+       gnuplot.plot(args)
+
+
+def main():    
+       
+       test = se_dist(4.0, 7.0, 0.2, 0.01)
+       #gnuplot.replot(map(lambda e : [e[0], e[1] + e[2]], test))
+       #gnuplot.replot(map(lambda e : [e[0], e[2]], test))
+       write_data(test, "se_dist.dat") 
+       
+       print("Press enter to exit")
+       sys.stdin.readline()
+               
+       return 0
+
+
+if __name__ == "__main__":
+       sys.exit(main())
index 5bebef8..6a8ab02 100644 (file)
@@ -5,7 +5,7 @@
 \usepackage{bm} % needed for maths bold face
  \usepackage{graphicx}    % needed for including graphics e.g. EPS, PS
 \usepackage{fancyhdr}  % needed for header
-
+%\usepackage{epstopdf} % Needed for eps graphics
 \usepackage{hyperref}
 
  \topmargin -1.5cm        % read Lamport p.163
 
 I am extremely grateful for the support offered to me by many individuals during this project. 
 
-\begin{itemize}
-       \item Sergey Samarin
-       \item Jim Williams
-       \item Paul Guagliardo
-       \item Nikita Kostylev
-       \item Workshop (for producing electron gun mount?)
-       \item Peter Hammond (?)
-\end{itemize}
-
 \section{Introduction}
-\begin{itemize}
-       \item Waffle about motivation for the project
-       \begin{itemize}
-               \item Metal-Black films may have application for ... something.
-               \begin{itemize}
-                       \item Radiometer vanes, IR detectors
-                       \item Number of applications where high absorbance into IR is required
-                       \item These have all been studied before though. 
-               \end{itemize}
-               \item The electron spectra of metal-blacks have not yet been examined.
-               \item Remarkable difference between Metal-Black films (bad vacuum) and normal metal films (UHV)
-               \begin{itemize}
-                       \item No (detailed/satisfactory) explanation (that I can find...) for difference
-               \end{itemize}
-               \item Talk about plasmonic based computing? Moore's law? Applications to thin film solar cells?
-
-       \end{itemize}
-       \item Specific aims of project
-       \begin{enumerate}
-               \item Surface density of states / band structure of Black-Au films using TCS (The main aim)
-               \item Identification of plasmonic effects in Black-Au films (?) (If they even exist!)
-               \begin{itemize}
-                       \item Identify plasmonic effects in Au and Ag films with Ellipsometry (this is fairly simple to do)
-               \end{itemize}
-               \item Combination of Ellipsometry and TCS to characterise thin films (not just Black-Au)
-               \begin{itemize}
-                       \item Ie: How can one technique be used to support the other?
-               \end{itemize}
-       \end{enumerate}
-       \item Structure of thesis
-\end{itemize}
 
 \section{Overview of Theory}
 Summarise the literature, refer to past research etc
 
 \subsection{Electron Spectra of Solids and Surface}
 
-\begin{itemize}
-       \item Overview of section
-\end{itemize}
-
 In this section, we will first introduce the basic concepts needed to describe the electron spectra of solids. A short description of methods for calculating the electron spectra will be given, and the results shown by these calculations. We will then discuss the electron spectra for the near surface region of solids, compared to the ``bulk'' spectra far from the surface.
 
 \subsubsection{Description of Matter in the Solid State}
 
-\begin{itemize}
-       \item Define and describe solid geometrically
-       \begin{itemize}
-               \item Basis + Lattice
-               \item Basis groups are assumed to be fixed relative to the lattice
-       \end{itemize}
-       \item Describe general properties of the potentials seen by electrons in solids
-\end{itemize}
-
 In the simplest models, a solid is represented by an infinite crystalline lattice; a geometrically repeated arrangement of some basis group of atoms. The nuclei of atoms are assumed to remain in fixed positions. 
 
 The potential seen by an electron in the lattice is periodic. For a single nuclei, the potential seen by an electron is 
 
 \subsubsection{Calculation of Electron Spectra}
 
-\begin{itemize}
-       \item Define electron spectra
-       \begin{enumerate}
-               \item 
-       \end{enumerate}
-       \item Free electron gas
-       \item Free electron entering a periodic potential
-       \item Potentials of real solids
-       \item Single vs Multiple electrons
-       \item Numerical calculations
-       \begin{itemize}
-               \item TODO: Actually research this
-               \item Find a comparison with a real experimental result
-       \end{itemize}
-       \item 
-\end{itemize}
-
-
 \subsubsection{The Near-Surface Region}
 
-\begin{itemize}
-       \item Real solids have surfaces
-       \item Differences between surface region and bulk
-       \begin{itemize}
-               \item Resulting differences in potential
-       \end{itemize}
-       \item How the electron spectra may differ from bulk values
-       \begin{itemize}
-               \item Surface states
-               \begin{itemize}
-                       \item Tamm \& Shockley States
-               \end{itemize}
-       \end{itemize}
-\end{itemize}
-
 In the preceeding sections, solids were assumed to have infinite spatial extent. In practice, any real solid occupies a finite volume in space. Any interactions between a solid and its environment take place at the surface of the solid. As the volume of the solid is decreased, the role of the surface region in determining the behaviour of the solid in its environment is increased.
 
 
-
-
-\begin{itemize}
-       \item Description of the near surface region
-       \begin{itemize}
-               \item All real solids occupy finite volumes in space.
-               \item The surface of a solid is important because interactions between the solid and its surroundings occur in the near surface region.
-               \item Characterised physically by:
-               \begin{itemize}
-                       \item Termination of periodic crystal lattice
-                       \item Violation of geometric order
-                       \item Distortion of interatomic distances and hence interaction forces
-                       \item There is a transition ``near surface'' region between bulk and surface properties, roughly 5 atomic distances. 
-               \end{itemize}
-               \item Potential seen by an electron at a surface can differ greatly from the bulk
-               \item $\implies$ the electron spectra of the near surface region differs from the bulk spectra
-               \item Simplest case: Step potential at surface.
-               
-       \end{itemize}
-
-       \item The Electron Spectra
-       \begin{itemize}
-               \item Electron Spectra describes the energy eigenstates for an electron in a Bulk or Surface potential
-               \item Characterised by 
-               \begin{enumerate}
-                       \item Energy dispersion $E(\vect{k})$
-                       \begin{itemize}
-                               \item Dependence of Energy on electron wave vector
-                               \item Obtained theoretically by solving Scrhrodinger's Equation
-                               \item For a free electron gas, $E = \frac{\hbar^2 k^2}{2m}$
-                               \item Periodic potential in bulk solid leads to band gap structure of $E(\vect{k})$
-                               \item Periodic potential $\implies$ E is periodic. Only needs to be defined in first Brillouin zone.
-                       \end{itemize}
-                       \item Density of States $N(E)$
-                       \begin{itemize}
-                               \item $N(E) = \frac{\Delta N}{\Delta E} = \frac{1}{4\pi^3}\int_S\left(\der{E}{k}\right)^{-1} dS$
-                               \item Integral is in momentum space over the isoenergetic surface of energy $E$
-                               \item For a free electron gas, $N(E) = $
-                       \end{itemize}
-               \end{enumerate}
-       \end{itemize}
-
-       \item Surface states
-       \begin{itemize}
-                       \item Simplest model: Step potential
-                       \item Two major models  
-               \begin{enumerate}
-                       \item Tamm States: Periodic potential in solid, free space outside, jump at surface
-                       \begin{itemize}
-                               \item Energy eigenvalues lie in the forbidden band of the bulk spectra
-                               \item Attenuation of eigenvalues from surface to vacuum, oscillation of state within surface
-                               \item Max electron density occurs on the crystal surface
-                       \end{itemize}
-                       \item Shockley states: Potential of surface and bulk cells equal
-                       \begin{itemize}
-                               \item Corresond to free valences (dangling bonds) at the surface
-                       \end{itemize}
-               \end{enumerate}
-               \item Tamm and Shockley states arise from two extreme models (large change and small change respectively between bulk and surface). In reality, a combination of Tamm and Shockley states appear.
-               \item These states arise from termination of the lattice; but the surface cells are assumed undistorted
-               \item In reality surface cells are distorted by relaxation and reconstruction of the surface
-       \end{itemize}
-
-       \item Main reference: Komolov "Total Current Spectroscopy"
-       \item "Solid State Physics" textbooks and "Electron Spectroscopy" textbooks 
-\end{itemize}
-
 \subsection{Plasmonics}
-I really think I should actually find plasmonic effects before writing too much about them...
-\begin{itemize}
-       \item Charge density oscillations
-       \item Surface and bulk plasmons
-       \item Pines and Bohm
-       \item Review article from T.W.H Oates et al about using Ellipsometry to characterise plasmonic effects
-\end{itemize}
+
 
 \subsection{Metallic-Black Thin Films}
-\begin{itemize}
-       \item How they are made (bad vacuum, in air or a noble gas)
-       \begin{itemize}
-               \item If made in air, there are usually tungsten oxides present (from filament). Refer to paper by Pfund.
-       \end{itemize}
-       \item Structural difference between Black-Au and ``Shiny'' (need a better term) Au
-       \begin{itemize}
-               \item Can include electron microscopy images?
-               \item An actual photograph of a Black-Au film? Not necessary?
-       \end{itemize}
-       \item Pfund (earliest publisher, preparation and general properties)
-       \item Louis Harris (most research in 50s and 60s)
-       \begin{itemize}
-               \item L. Harris mostly did transmission spectroscopy in the far infra red (well beyond the ellipsometer and Ocean Optics spectrometer ranges)
-               \item The really crappy measurements I did with the Ocean Optics spectrometer seem to agree with these measurements
-               \begin{itemize}
-                       \item L. Harris' $\lambda$ has a range of 1nm to $100\mu$m; my measurements are only to $1\mu$m
-                       \item Agreement in first $1\mu$m anyway
-                       \item I should probably re-do those measurements with a less crappy setup, if I actually want to use them
-               \end{itemize}
-               \item Harris related the optical properties to the structure of the film (condensor strands) via the electronic properties
-       \end{itemize}
-       \item Plasmonic effects - Deep R. Panjwani (honours thesis)
-       \begin{itemize}
-               \item Not sure if I can use an honours thesis as a reference.
-               \item Concluded that surface plasmon resonance in Black-Au film on solar cells lead to increase in solar cell efficiency
-               \item Used simulation that modelled Black-Au film as spherical balls to show E field increased by plasmon resonance
-               \begin{itemize}
-                       \item Was this model appropriate? Black-Au is more ``smoke'' or ``strand'' like according to other references. Images also do not show ``blob'' like structure.
-               \end{itemize}
-               \item Need to read this reference more thoroughly
-       \end{itemize}
-\end{itemize}
 
 \section{Experimental Techniques}
 
 \subsection{Secondary Electron Spectroscopy}
 
-Secondary Electron Spectroscopy encompasses a large group of techniques used for studying the electron spectra of surfaces and solids. In these methods a beam of primary electrons is directed at the surface of a solid. The interactions between primary electrons and the surface give rise to an energy distribution of secondary electrons scattered from the surface. Analysis of this secondary electron distribution gives information about the interaction between primary electrons and the surface.
+Secondary Electron Spectroscopy encompasses a large group of techniques used for studying the electron spectra of surfaces and solids. In these methods a beam of primary electrons is directed at a surface. The interactions between primary electrons and the surface give rise to an energy distribution of electrons elastically and inelastically scattered from the surface. Analysis of the distribution of the scattered ``secondary'' electrons gives information about the electron energy spectrum of the target surface.
+
+
+\begin{center}
+       \includegraphics[scale=0.40]{figures/se_dist.pdf}
+       \captionof{figure}{Simple model of the secondary electron distribution}
+       \label{se_dist.pdf}
+\end{center}
+
+Figure \ref{se_dist.pdf} shows the general shape of the secondary electron distribution for a primary electron energy of $E_p$. The narrow peak centred at $E = E_p$ is due to elastically scattered electrons; the width of this peak is determined by the distribution of primary electron energies, as well as the resolution of the detector. The broad peak in the low energy part of the spectrum is due to inelastically scattered electrons.
+
+Real secondary electron distributions also show fine structure imposed on the inelastic part of the spectrum. This fine structure is characteristic of the target surface. Near to the elastic peak, fine structure is caused by energy loss to interband transitions and plasma vibration excitation. The central part of the distribution contains fine structure due to Auger electron emission, and energy losses due to excitation of inner electrons. Fine structure at low energies is due to the structure of empty states of the solid.
 
-%\subsubsection{Electron-Surface Interactions}
 
 
 \subsubsection{Methods of Secondary Electron Spectroscopy}
 
-Energy-resolved methods of Secondary Electron Spectroscopy are based upon observation of the secondary electron energy distribution at a fixed primary electron energy. The primary electron energy determines which processes are possible, whilst the observed secondary electron energy distribution can be related to the probability distribution for the possible processes. Figure \ref{} shows a typical distribution of secondary electron energy, taken from \cite{}. The spectrum shows a narrow peak centred upon the primary electron energy; this corresponds to elastic scattering. At the low energy end of the spectrum, a broad maximum results from inelastic processes. Fine structure on this part of the spectrum is due to the energy structure of empty states in the sample. Fine structure due to Augur electron emission and interaction with core electrons is visible in the high energy part of the spectrum. Typically the aim of a energy resolved secondary electron spectroscopy experiment is to study the properties of secondary electrons in a small energy interval.
+Techniques of Secondary Electron Spectroscopy can be divided into two classes. Energy-resolved methods are based upon observation of the secondary electron distribution at a fixed primary electron energy. These methods aim to examine specific secondary emission processes which occur within a selected energy interval. In contrast to Energy-resolved methods, Total Current (or Yield) methods measure the total current of secondary electrons as a function of primary electron energy. 
+
+The focus of this project has been on low energy Total Current spectroscopy. While Total Current methods provide less detailed information about secondary emission processes within a solid, they are useful for characterisation of the electron structure. Total Current methods are also simpler to realise experimentally, as they do not require energy analysers, and current measurement may be performed external to the vacuum chamber.
 
-In contrast to Energy-resolved methods, Total Current (or Yield) methods are based on observation of the total current of secondary electrons as a function of primary electron energy. As the primary electron is energy increased, the threshold energies for particular processes are passed. 
 
 \subsection{Total Current Secondary Electron Spectroscopy}
 
@@ -317,6 +136,8 @@ Figure \ref{} shows a simplified schematic for the Total Current Spectroscopy ex
 
 
 
+Figure \ref{} is a block diagram of the experimental setup including measurement and control systems external to the vacuum chamber.
+
 \subsubsection{Electron Optics}
 
 The electron gun used for this experiment was repurposed from an old Cathode-Ray Oscilloscope (CRO). Figure \ref{} shows a simplified diagram of the electron gun, whilst Figure \ref{} shows a photograph of the gun. 
@@ -329,154 +150,20 @@ In order to collect data on the large number of planned samples for the study, s
 
 The available power supplies at CAMSP featured analogue inputs for external control. This meant that a Digital to Analogue Convertor (DAC) card was needed to interface between the control computer and the power supply. In addition, the available instruments for current measurement at CAMSP produced analogue outputs. As a result, Analogue to Digital Convertors (ADCs) would be required to automate the recording of total current.
 
-Although an external DAC/ADC box was already available for these purposes, initial tests showed that the ADCs on the box did not function. The decision was made to design and construct a custom DAC/ADC box, rather than wait up to two months for a commercial box to arrive. The design of the custom DAC/ADC box is discussed in detail in Appendix B, and the software written for the on-board microprocessor and the controlling computer are presented in Appendix C.
+Although an external DAC/ADC box was already available for these purposes, initial tests showed that the ADCs on the box did not function. The decision was made to design and construct a custom DAC/ADC box, rather than wait up to two months for a commercial box to arrive. The design of the custom DAC/ADC box is discussed in detail in Appendix B, and the software written for the on-board microprocessor and the controlling computer are presented in Appendix D.
 
 
-\begin{itemize}
-       \item Black-Au - 1e-2 mbar vacuum
-       \item ``Shiny'' - 1e-6 / 1e-7
-       \item Current of ~3.5A through W wire filament spot welded onto Ta strips in turn spot welded to Mo posts
-       \item Voltage through filament is ~1 V; quote the power?
-       \item Filament isotropically coats sample with desired material.
-       \item Possibly get a curve of Au thickness estimated with Ellipsometry vs exposure time?
-       \begin{itemize}
-               \item Probably too much work and too unreliable
-               \item Maybe do it, but only use 2/3 data points
-               \item Low priority
-       \end{itemize}
-\end{itemize}
-
-\subsection{Electron Spectroscopy}
-
-Secondary electron spectroscopy methods are a broad class of methods which investigate surface electron spectra through observing processes in which the surface electrons participate directly \cite{komolov}. 
-
-Total Current Spectroscopy is a group of electron secondary 
-
-\begin{itemize}
-       \item 
-       \item Total Current Spectroscopy methods measure the total current of secondary electrons as a function of primary electron energy.
-       \item These methods are distinguished from ``differential'' methods (such as Auger electron spectroscopy and energy loss spectroscopy) which measure the secondary electron spectrum at a fixed primary electron energy.
-       \item 
-       \begin{itemize}
-               \item Low energy beam of electrons incident on sample
-               \item Measure slope of resulting I-V curve
-               \item Relate to density of states and electron band structure (Komolov chapter 3.2)
-       \end{itemize}
-       \item Description of apparatus
-       \begin{itemize}
-               \item Electron gun and filament
-               \item Electron gun control box
-               \item ADC/DAC control box and data processing
-       \end{itemize}
-       \item Photographs vs Diagrams
-       \begin{itemize}
-               \item Prefer diagrams to photographs
-               \item Especially for the ADC/DAC control box circuit. Because it looks like a horrible mess.
-       \end{itemize}
-\end{itemize}
-
 \subsection{Ellipsometry and Transmission Spectroscopy}
-\begin{itemize}
-       \item Overview of techniques
-       \item Description of apparatus (use VASE manual)
-       \item Ocean Optics spectrometer? Usable?
-       \item Application of Ellipsometry to finding plasmonic effects
-       \begin{itemize}
-               \item Surface plasmons = E oscillation parallel to surface $\implies$ only $p$ component of light excites plasmons
-       \end{itemize}
-\end{itemize}
+
 
 \section{Experimental Results and Discussion}
 \subsection{TCS Measurements}
-\begin{itemize}
-       \item TCS for Si
-       \item TCS for Si + Au
-       \item TCS for Si + Black-Au
-       \item Affect of preparation pressure on TCS for Si + Black-Au
-       \item Repeat for Si + Ag and Si + Black-Ag (?)
-\end{itemize}
+
 
 \subsection{Ellipsometric Measurements}
-\begin{itemize}
-       \item Ellipsometry to estimate thickness of SiO2 layer on Si
-       \item Estimate thickness of Au/Ag on Si+SiO2
-       \item Ellipsometric measurements of Si+Black-Au/Ag
-       \begin{itemize}
-               \item Modelling procedures to characterise Black-Au/Ag
-       \end{itemize}
-       \item Ellipsometric measurements of Glass+Black-Au/Ag (?)
-       \item Transmission spectra of Glass+Black-Au/Ag from earlier in year (?)
-\end{itemize}
 
-\section{Achievements}
-\begin{itemize}
-       \item Deposition of thin films of Au and Black-Au in vacuum chamber
-       \item Ellipsometric and spectroscopic measurements on these films
-       \item Repurpose vacuum chamber for sample preparation and TCS experiments
-       \item Designed and built electronics for TCS experiments
-       \begin{itemize}
-               \item Electron gun control box
-               \item ADC/DAC box
-       \end{itemize}
-       \item Wrote software for data aquisition and data processing
-\end{itemize}
 
-\section{General notes}
-\subsection{TCS}
-\begin{itemize}
-       \item Optimise setup of gun
-       \begin{itemize}
-               \item Emission current. How much does it vary, why does it vary.
-               \item Why does Is/Ie curve shift with successive sweeps? Does sweep modify sample's surface?
-               \item Is sample holder acceptable? Are ceramic washers accumulating charge?
-               \item How do I tell when the setup is optimised... 
-               ``The setup was optimised by looking for an S curve''. Very scientific.
-               \item The gun was focused on the phosphor screen... and then I turned it around, changing the distance from the gun to the sample. Brilliant.
-       \end{itemize}
-       \item Obtain TCS spectra for Si that compares well with literature
-       \begin{itemize}
-               \item How to relate TCS spectrum to $n(E)$ and $E(\vect{k})$
-       \end{itemize}
-       \item Prepare Au films, obtain TCS spectra that compares with literature
-       \item Obtain TCS spectra of Black-Au films
-       \item Use results to compare properties of films with results from other methods in the literature
-       \item Uncertainties
-       \begin{itemize}
-               \item Oscilloscope measurements of inputs to ADC channels under controlled conditions
-               \begin{itemize}
-                       \item Expected values are +/-3mV due to ADC channel, +/-300mV due to 610B, +/-1mV due to 602
-                       \item 610B and 602 will probably be worse because they are ancient
-                       \item There is about 200mV of noise between the GND of the ADC box and the electron control box.
-                       \item How to reduce ground loops? Not much I can do. Rack is now also grounded to water pipe, but this doesn't seem to make a difference.
-               \end{itemize}
-               \item Stupid 50Hz AC noise... how to reduce with filters and/or averaging
-       \end{itemize}
-       \item Create circuit diagrams for Electron gun circuit
-       \item Create circuit diagrams for ADC/DAC box
-       \begin{itemize}
-               \item Simulate behaviour of circuit
-               \item Use of instrumentation amplifier on ADC5 to make off-ground measurements
-               \item Use of low pass filter on ADC5
-       \end{itemize}
-       \item Include references to all datasheets, etc
-       \item Vacuum chamber
-       \begin{itemize}
-               \item Base pressure with rotary pump? Was 1e-3 after 30 minutes at start of year, but probably introduced leaks since then
-               \item Lowest pressure achieved with turbo pump is 1.1e-7 mbar as of 25/07.
-               \item Viton gaskets on some seals. Copper on other.
-               \item Flanges:
-               \begin{enumerate}
-                       \item View window (large, view of sample \& sputtering filaments)
-                       \item Rotation manipulator \& sample mount
-                       \item Pump inlet
-                       \item Filament flanges 1 (used earlier in year, not anymore) and 2
-                       \item Inlet with leak valve (for introducing gases into chamber)
-                       \item Vent valve on turbo pump
-                       \item Electron gun flange
-                       \item View window (small, view of back of electron gun)                 
-               \end{enumerate}
-       \end{itemize}
-\end{itemize}
+\section{Achievements}
 
 \section*{Appendix A - Electron Gun Control and Current Measurement Circuit}
 
@@ -554,7 +241,7 @@ Figure \ref{adc5.pdf} shows the modification made to the input for ADC5 on the A
        \label{adc5.pdf}
 \end{center}
 
-
+asdfa
 The instrumentation amplifier consists of two stages of operational amplifiers (op-amps); input buffers, and a difference amplifier.
 The difference amplifier can be shown using the ideal op-amp model to produce an output voltage proportional to the difference between its inputs:
 
@@ -562,14 +249,16 @@ The difference amplifier can be shown using the ideal op-amp model to produce an
        V_{out} &= \frac{R_2}{R_1} \left(V_{2} - V_{1}\right)
 \end{align*}
 
-The two op-amps at the inputs to the differential amplifier act as unity gain buffers. Although the output of the unity gain buffer is equal to the input on its positive terminal, the buffer prevents current from flowing from the positive terminal to ground. With the buffer amplifiers absent, a current of: would flow between each of the input terminals and ground.
-
-Instrumentation amplifiers are usually constructed in the schematic shown in Figure \ref{}. In this version, the gain of the amplifier can be changed by altering a single resistor. However, more resistors are required. The version actually constructed was designed based upon the small number of resistors available, within a short time frame. Although the design could have later been changed, this would have been of no real benefit, since there was no requirement to adjust the gain of the amplifier.
+The two op-amps at the inputs to the differential amplifier are unity gain buffers. Although the outputs of the op amps are equal to their inputs, current is prevented from flowing from the circuit under measurement, and is instead drawn from the op amp power supply. 
 
 In principle, two ADC channels could be used to record the positive and negative outputs of the electrometer seperately, with differencing done in software. However this would require modification to the output cable of the electrometer, which may prove inconvenient for future uses.It was decided that the modification of the cable and added complexity of the software required would be more time consuming than differencing the two inputs using the hardware methods described above.
 
 The low pass filters were added to the inputs of ADC5 after it was found that an unacceptable level of AC noise was being output by the electrometer. The level of noise was too high to be filtered in software, for reasons that will be discussed in Appendix D.
 
+\subsection*{Temperature Measurement}
+
+The AVR Butterfly features an onboard thermistor connected to ADC0. Reading ADC0 and applying the formula given in the AVR Butterfly User's Guide \cite{} results in a temperature measurement. This was useful in establishing a link between the changing chamber pressure and the temperature of the laboratory (see Appendix C).
+
 \subsection*{Power Supplies}
 Due to the presence of both analogue and digital electronics in the DAC/ADC box, three seperate supply voltages were required:
 \begin{enumerate}
@@ -592,12 +281,10 @@ When the DAC/ADC box was first constructed $V_{cc}$ was supplied by three $1.5V$
 \end{center}
 
 \subsubsection*{Op-amp Power Supply}
-The DAC/ADC box circuitry involves several operational amplifiers (LF356), which require dual $\pm 10-15V$ supplies. As there were no dual $\pm$ power supplies available, a single $30V$ power supply was used, with the circuit shown in figure \ref{fig_opamp_supply} used to produce $\pm 15V$ relative to ground.
+The DAC/ADC box circuitry involves several operational amplifiers (LF356), which require dual $\pm 10-15V$ supplies. As there were no dual $\pm$ power supplies available, a single $30V$ power supply was used, with the circuit shown in figure \ref{} used to produce $\pm 15V$ relative to ground.
 
 The buffer amplifier ensures that negligable current can flow from the power supply into the logic and ADC circuits, whilst the capacitor removes high frequency fluctuations of the power supply relative to ground.
 
-To simplify circuit diagrams, op-amps will be drawn with the power supply connections ommitted from this point onwards.
-
 \subsection*{DAC Output}
 A commercial DAC board was used to produce the DAC output. The Microchip MCP4922 ET-Mini DAC is controlled by the AVR Butterfly using Motorola's Serial Peripheral Interface (SPI) Bus. The software used to implement SPI between the MCP4922 and the AVR Butterfly is discussed in Appendix D.
 
@@ -615,9 +302,35 @@ Although the RS-232 is relatively simple to implement, which makes it ideal for
 
 \section*{Appendix C - Pressure Monitoring}
 
-Over time, it was noticed that the pressure in the chamber was variable. 
+The pressure in the chamber was monitored by a ion gauge at low pressure (below $10^{-3}$ mbar), and a pirani gauge at high pressure. The gauge included a flurescent Liquid Crystal Display (LCD). In order to automate monitoring of pressure, a USB webcam was placed in front of the gauge LCD. Software was written using the Python Imaging Library (PIL) to convert the image produced by the webcam into a pressure reading. In this way, the pressure could be recorded as a function of time, independent from other measurements performed using the ADC/DAC control box.
+
+Figures \ref{pressure_a.jpg} to \ref{pressure_c.jpg} show the process by which an image taken with the webcam was converted into a pressure reading. The software first identifies bounding rectangles for each individual digit. These are then further subdivided into 7 segments. If enough pixels in a given segment match the colour LCD segments, then the segment can be identified as activated. The software then creates a string corresponding to the activated segments, and looks up the digit in a dictionary.
+
+\begin{center}
+       \includegraphics[scale=0.50]{figures/pressure_a.jpg}
+       \captionof{figure}{An unprocessed image}
+       \label{pressure_a.jpg}
+\end{center}
+
+\begin{center}
+       \includegraphics[scale=0.50]{figures/pressure_c.jpg}
+       \captionof{figure}{Individual digits identified}
+       \label{pressure_a.jpg}
+\end{center}
+
+\begin{center}
+       \includegraphics[scale=0.50]{figures/pressure_d.jpg}
+       \captionof{figure}{Activated segments (green) for a single digit}
+       \label{pressure_a.jpg}
+\end{center}
+
+\section*{Appendix D - Sources of Error}
+
+GROUND LOOOOOOPS!
 
+\section*{Appendix E - Software}
 
+No really, you don't want to know
 
 \pagebreak
 \bibliographystyle{unsrt}

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