-
Notifications
You must be signed in to change notification settings - Fork 2
/
SNO+CalibrationOperatorsManual.tex
81 lines (76 loc) · 2.93 KB
/
SNO+CalibrationOperatorsManual.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
\documentclass[10pt]{report}
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper} % ... or a4paper or a5paper or ...
%\geometry{landscape} % Activate for for rotated page geometry
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{fancyhdr,ragged2e}
\fancyhead{}
\lhead{\parbox[t]{0.4\textwidth}{\RaggedRight\rightmark\strut}}
\rhead{\parbox[t]{0.4\textwidth}{\RaggedLeft\leftmark\strut}}
\setlength{\headheight}{5\baselineskip}
\pagestyle{fancy}
\usepackage{verbatim}
\usepackage{hyperref}
\usepackage{geometry}
\usepackage{siunitx}
% \geometry{top=2in}
\title{SNO+ Calibration Operator's Manual}
\author{Ryan Bayes, Rachel Richarson, Cindy Lin, Matt Depatie, \\ adapted from SNO Calibration operator's Manual by Peter Skensved and Fraser Duncan}
\date{\today}
\begin{document}
\maketitle
% try to refactor sections based on readme
\pagebreak
\part{Overview}
\include{Overview/Introduction}
\chapter{Manipulator}
\include{Overview/Manipulator}
\chapter{Calibration Systems Overview}
\include{Overview/Geometry}
\include{Overview/CalibrationGasSystem}
\include{Overview/Laser}
\include{Overview/Laserball}
\include{Overview/Cherenkov}
\include{Overview/N16}
\include{Overview/AmBe}
\include{Overview/TaggedSource}
\chapter{Manipulator Procedures}
\include{Manipulator/body}
\chapter{Laser Procedures}
\include{Laser/body}
\chapter{DT Generator Procedures}
\include{DTGenerator/body}
\include{SaltOven/body}
\chapter{Pumping and Perging Volumes}
\part{Water Calibration Procedures}
\chapter{Laserball PCA}
\include{StandardCalibrations/LaserballPCA_body}
\chapter{N16 Calibration}
\include{StandardCalibrations/N16Calibration_body}
\chapter{Encapsulated Sources Calibration}
\include{StandardCalibrations/Encapsulated_body}
\chapter{Cherenkov Source Calibration}
\include{StandardCalibrations/CherenkovDeployment_body}
\part{Scintillator Calibration Procedures}
\chapter{Source Handling Procedures}
%\include{ScintillatorSourceHandling/SourceHandlingBody}
\include{ScintillatorSourceHandling/SCV_Referencemanual}
\include{ScintillatorSourceHandling/SCV_Operator_Manual}
% should also include specific cleaning procedures in this section
\chapter{URM Procedures}
% Maybe include umbilical cleaning procedures here
\include{ScintillatorURMHandling/ScintURMLifting}
\include{ScintillatorURMHandling/ScintURMMounting}
\include{ScintillatorURMHandling/PumpPurge}
\chapter{Source Deployment Procedures}
\include{ScintillatorDeployment/LaserballPCA}
\include{ScintillatorDeployment/AmBeCalibration}
\include{ScintillatorDeployment/TaggedSourceDeployment}
\include{ScintillatorDeployment/CherenkovDeployment}
\end{document}