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

Last change on this file since 6562 was 6562, checked in by gaug, 20 years ago
*** empty log message ***
File size: 4.6 KB
Line 
1\section{Criteria for the Optimal Signal Extraction}
2
3The goal for the optimal signal reconstruction algorithm is to compute an unbiased estimate of the strength and arrival time of the
4Cherenkov signal with the highest possible resolution for all signal intensities. The MAGIC telescope has been optimized to
5lower the energy treshold of observation in any respect. Particularly the choice for an FADC system has been made with an eye on the
6possibility to extract the smallest possible signals from air showers. It would be inconsequent not to continue the optimization procedure
7in the signal extraction algorithms and the subsequent image cleaning.
8\par
9In the image analysis, one takes the decision whether the extracted signal of a certain pixel is considered as signal or background.
10Those considered as signal are further used to compute the image parameters while the background ones are simply rejected. The calculation
11of the second moments of the image ``ellipse'' usually fails when applied to un-cleaned images, therefore the decision is yes or no. Moreover,
12already low contributions of mis-estimated background can degrade the resolution of the image parameters considerably. If one wants to
13lower the threshold for signal recognition, it is therefore mandatory to increase the efficiency with which the background is recognized as
14such. If the background resolution is bad, the signal threshold goes up and vice versa.
15\par
16The algorithm must be stable with respect to changes
17in observation conditions and background levels and between signals induced from gamma or hadronic showers or from muons.
18The reconstructed signal shall be proportional to the total integrated charge in the FADCs due to the PMT pulse from the Cherenkov signal.
19
20Also the needed computing time is of concern.
21
22\subsection{Bias and Mean-squared Error}
23
24Consider a large number of same signals $S$. By applying a signal extractor
25we obtain a distribution of estimated signals $\widehat{S}$ (for fixed $S$ and
26fixed background fluctuations $BG$). The distribution of the quantity
27
28\begin{equation}
29X = \widehat{S}-S
30\end{equation}
31
32has the mean $B$ and the Variance $MSE$ defined as:
33
34\begin{eqnarray}
35 B \ \ \ \ = \ \ \ \ \ \ <X> \ \ \ \ \ &=& \ \ <\widehat{S}> \ -\ S\\
36 R \ \ \ \ = \ <(X-B)^2> &=& \ Var[\widehat{S}]\\
37 MSE \ = \ \ \ \ \ <X^2> \ \ \ \ &=& \ Var[\widehat{S}] +\ B^2
38\end{eqnarray}
39
40The parameter $B$ is also called the {\textit{\bf BIAS}} of the estimator and $MSE$
41the {\textit{\bf MEAN-SQUARED ERROR}} which combines the variance of $\widehat{S}$ and
42the bias. Both depend generally on the size of $S$ and the background fluctuations $BG$,
43thus: $B = B(S,BG)$ and $MSE = MSE(S,BG)$.
44
45\par
46Usually, one measures easily the parameter $R$, but needs the $MSE$ for statistical analysis (e.g.
47in the image cleaning).
48However, only in case of a vanishing bias $B$, the two numbers are equal. Otherwise,
49the bias $B$ has to be known beforehand. Note that every sliding window extractor has a
50bias, especially at low or vanishing signals $S$.
51
52\subsection{Linearity}
53\ldots {\textit The Nuria plots ... }
54
55\subsection{Low Gain Extraction}
56\ldots {\textit The stability of the low-gain extraction w.r.t. the high-gain extraction}
57
58
59\subsection{Stability}
60\ldots {\textit The stability of an extractor to slightly varying pulse shapes is examined. }
61
62
63\subsection{Treatment of Calibration Pulses}
64
65
66
67\subsection{Applicability for Different Sampling Speeds / No Pulse Shaping.}
68The current read-out system of the MAGIC telescope \cite{Magic-DAQ} with 300 MSamples/s is relatively slow compared to the fast pulses of about 2 ns FWHM of Cherenkov pulses. To acquire the pulse shape an artificial pulse shaping to about 6.5 ns FWHM is used. Thereby also more LONS is integrated that acts as noise.
69
70For 2 ns FWHM fast pulses a 2 GSamples/s FADC provides at least 4 sampling points. This permits a reasonable reconstruction of the pulse shape. First prototype tests with fast digitization systems for MAGIC have been successfully conducted \cite{GSamlesFADC}. The signals have been reconstructed within the common MAGIC Mars software framework.
71
72
73\ldots {\textit Some comments by Hendrik ...}
74
75\subsection{CPU Requirements}
76\ldots {\textit The needed CPU time for each extractor}
77
78
79
80
81\subsection{Pulpo Pulses}
82\subsection{Cosmics Data?}
83The results of this subsection are based on the following runs taken
84on the 21st of September 2004.
85\begin{itemize}
86\item{Run 39000}: OffCrab11 at 19.1 degrees zenith angle and 106.2
87azimuth.
88\item{Run 39182}: CrabNebula at 19.0 degrees zenith angle and 106.0 azimuth.
89\end{itemize}
90
91
92%%% Local Variables:
93%%% mode: latex
94%%% TeX-master: "MAGIC_signal_reco"
95%%% End:
Note: See TracBrowser for help on using the repository browser.