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

Last change on this file since 6643 was 6641, checked in by gaug, 20 years ago
*** empty log message ***
File size: 2.3 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\usepackage{lscape}
20
21\setlength{\parindent}{0cm}
22
23\sloppy
24
25\renewcommand{\captionfont}{\small\slshape}
26\renewcommand{\baselinestretch}{1.0}
27\renewcommand{\arraystretch}{1.0}
28
29\begin{document}
30
31
32
33%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34%% Please, for the formatting just include here the standard
35%% elements: title, author, date, plus TDAScode
36%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37\title{Comparison of Signal Reconstruction Algorithms for the MAGIC Telescope}
38\author{H. Bartko, M. Gaug, A. Moralejo, \\
39Th. Schweizer, M. Shayduk, N. Sidro, W. Wittek}
40\date{February 28$^{\mathrm{th}}$, 2005\\}
41\TDAScode{MAGIC-TDAS 05-xx\\ 050228}
42%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
43
44%% title %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
45\maketitle
46
47%% abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
48\begin{abstract}
49Presently, the MAGIC telescope uses a 300~MHz FADC system to sample the transmitted and shaped signals from
50the captured Cherenkov light of air showers.
51In this note. different algorithms to reconstruct the signal from the read out samples
52are described and compared. Criteria for comparison are defined and used to judge the
53different extractors applied to calibration signals, cosmics and pedestals. At the end,
54a digital filter fitting the signal over four FADC slices is proposed as the best extractor.
55The question of pedestal calculation for the different extractors is adressed. The digital filter
56is used to extract and fit single photo-electron pulses from the night sky background.
57\end{abstract}
58
59%% contents %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
60\newpage
61\tableofcontents
62
63%% body %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
64%\include{pedplots}
65\include{Introduction}
66\include{Reconstruction}
67\include{Algorithms}
68\include{Criteria}
69\include{Pedestal}
70\include{Calibration}
71\include{Pulpo}
72\include{MonteCarlo}
73\include{Speed}
74\include{Results}
75\include{Conclusions}
76%\include{pheplots}
77
78\bibliography{bibfile}
79\bibliographystyle{bibstyle}
80
81\end{document}
82
83
84
Note: See TracBrowser for help on using the repository browser.