source: trunk/MagicSoft/TDAS-Extractor/MAGIC_signal_reco.tex@ 6562

Last change on this file since 6562 was 6542, checked in by gaug, 20 years ago
*** empty log message ***
File size: 2.2 KB
Line 
1\documentclass[12pt]{article}
2\usepackage{magic-tdas}
3
4
5\usepackage[latin1]{inputenc}
6
7\usepackage{amsmath}
8\usepackage{amssymb}
9
10\usepackage{amsthm}
11\usepackage{color}
12
13\usepackage{graphicx}
14\usepackage{caption2}
15
16%\usepackage{citesort}
17\usepackage{url}
18\usepackage{mdwlist}
19
20\setlength{\parindent}{0cm}
21
22\sloppy
23
24\renewcommand{\captionfont}{\small\slshape}
25\renewcommand{\baselinestretch}{1.0}
26\renewcommand{\arraystretch}{1.0}
27
28\begin{document}
29
30
31
32%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33%% Please, for the formatting just include here the standard
34%% elements: title, author, date, plus TDAScode
35%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36\title{Comparison of Signal Reconstruction Algorithms for the MAGIC Telescope}
37\author{H. Bartko, M. Gaug, A. Moralejo, \\
38N. Sidro, W. Wittek}
39\date{Month dd, 2004\\}
40\TDAScode{MAGIC-TDAS 04-xx\\ 04mmdd}
41%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
42
43%% title %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
44\maketitle
45
46%% abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
47\begin{abstract}
48Presently, the MAGIC telescope uses a 300~MHz FADC system to sample the transmitted and shaped signals from
49the captured Cherenkov light of air showers.
50In this note. different algorithms to reconstruct the signal from the read out samples
51are described and compared. Criteria for comparison are defined and used to judge the
52different extractors applied to calibration signals, cosmics and pedestals. At the end,
53a digital filter fitting the signal over four FADC slices is proposed as the best extractor.
54The question of pedestal calculation for the different extractors is adressed. The digital filter
55is used to extract and fit single photo-electron pulses from the night sky background.
56\end{abstract}
57
58%% contents %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
59\newpage
60\tableofcontents
61
62%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
63%\include{pedplots}
64\include{Introduction}
65\include{Reconstruction}
66\include{Algorithms}
67\include{Criteria}
68\include{Pedestal}
69\include{Calibration}
70\include{MonteCarlo}
71\include{Speed}
72\include{Results}
73\include{Conclusions}
74%\include{pheplots}
75
76\bibliography{bibfile}
77\bibliographystyle{bibstyle}
78
79\end{document}
80
81
82
Note: See TracBrowser for help on using the repository browser.