\documentclass[hyperref=pdftex, presentation]{beamer}
% Replacing 'presentation' with 'handout' in the above line
% will produce 4 slides per page.
% The hyperref option makes it possible to include hyperlinks.

\mode<presentation> {
\usetheme{Boadilla}
\setbeamercovered{transparent}
}

\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}

\mode<handout>{
\usepackage{pgfpages}
\pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=5mm]
\setbeamercolor{background canvas}{bg=black!10} }

\setbeamertemplate{footline}
{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author
	in head/foot}%
	\usebeamerfont{author in head/ foot}\insertshortauthor%&\approx& (\insertshorti
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title
	in head/foot}%
	\usebeamerfont{title in head/foot}\insertshorttitle
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in
	head/foot}%
	\usebeamerfont{date in head/foot}\insertshortdate\hspace*{2em}
	\insertframenumber / \inserttotalframenumber\hspace*{2ex}
\end{beamercolorbox}}%
\vskip0pt%
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\title{gimp}

\author{Sho Uemura}
%\institute{SLAC}
\date[October 25, 2013]

\begin{document}

\begin{frame}
	\titlepage
\end{frame}

\begin{frame}{why?}
	\begin{itemize}
		\item before we destroy the gimp, we should try the internal cal, maybe it'll tell us something new
		\item internal cal is also a good way to test for pinholes --- in QA (see half-module 27, ch. 622: \url{http://confluence.slac.stanford.edu/display/hpsg/Half-module+27}):
			\begin{itemize}
				\item low noise (below the value for unbonded channel)
				\item no response to internal cal pulse
			\end{itemize}
	\end{itemize}
\end{frame}

\begin{frame}{gimp}
	\begin{itemize}
		\item run calibration at 0V, 180V, 220V bias
		\item unbonded APV still looks totally normal
	\end{itemize}
		\includegraphics[width=0.7\textwidth]{gimp_102313_180V_cal_tp_fit_pos_600}
\end{frame}

\begin{frame}{more gimp}
	\begin{itemize}
		\item looking at noise numbers, we see a bunch of channels with low noise, and they do seem to have no cal response (left)
		\item cal response looks screwed up on all channels, with low amplitude that fluctuates from event to event (right)
	\end{itemize}
		\includegraphics[width=0.5\textwidth]{gimp_102313_180V_cal_tp_fit_pos_493}
		\includegraphics[width=0.5\textwidth]{gimp_102313_180V_cal_tp_fit_pos_470}
\end{frame}

\end{document}

