Changeset 6559
- Timestamp:
- 02/16/05 20:38:27 (20 years ago)
- Location:
- trunk/MagicSoft/TDAS-Extractor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/TDAS-Extractor/Criteria.tex
r6512 r6559 1 \section{Criteria for the Optimal Signal Extraction (STILL TO DO!!)}1 \section{Criteria for the Optimal Signal Extraction} 2 2 3 The goal for the optimal signal reconstruction algorithm is to compute an unbiased estimate of the strenght and arrival time of the Cherenkov signal with the highest possible resolution for all signal intensities. The algorithm shall be stable with respect to changes in observation conditions and background levels. Also the needed computing time is of concern. 4 3 The goal for the optimal signal reconstruction algorithm is to compute an unbiased estimate of the strength and arrival time of the 4 Cherenkov signal with the highest possible resolution for all signal intensities. The MAGIC telescope has been optimized to 5 lower the energy treshold of observation in any respect. Particularly the choice for an FADC system has been made with an eye on the 6 possibility to extract the smallest possible signals from air showers. It would be inconsequent not to continue the optimization procedure 7 in the signal extraction algorithms and the subsequent image cleaning. 8 \par 9 In the image analysis, one hake the decision whether the extracted signal of a certain pixel is considered as signal or background. 10 Those considered as signal are further used to compute the image parameters while the background ones are simply rejected. The calculation 11 of the second moments of the image ``ellipse'' usually fails when applied to un-cleaned images, therefore the decision is yes or no. Moreover, 12 already low contributions of mis-estimated background can degrade the resolution of the image parameters considerably. If one wants to 13 lower the threshold for signal recognition, it is therefore mandatory to increase the efficiency with which the background is recognized as 14 such. If the background resolution is bad, the signal threshold goes up and vice versa. 15 \par 16 The algorithm must be stable with respect to changes 17 in observation conditions and background levels and between signals induced from gamma or hadronic showers or from muons. 5 18 The reconstructed signal shall be proportional to the total integrated charge in the FADCs due to the PMT pulse from the Cherenkov signal. 6 19 7 Discussion about the signal to noise for the image cleaning a la Maxim.20 Also the needed computing time is of concern. 8 21 22 \subsection{Bias and Mean-squared Error} 9 23 24 Consider a large number of same signals $S$. By applying a signal extractor 25 we obtain a distribution of estimated signals $\widehat{S}$ (for fixed $S$ and 26 fixed background fluctuations $BG$). The distribution of the quantity 10 27 11 \subsection{Resolution and Bias} 12 \ldots {\textit{The jitter to identical input pulses is measured, for times, amplitudes, 13 high-gain and low-gain pulses and different signal and background levels }} 28 \begin{equation} 29 X = \widehat{S}-S 30 \end{equation} 31 32 has 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 40 The parameter $B$ is also called the {\textit{\bf BIAS}} of the estimator and $MSE$ 41 the {\textit{\bf MEAN-SQUARED ERROR}} which combines the variance of $\widehat{S}$ and 42 the bias. Both depend generally on the size of $S$ and the background fluctuations $BG$, 43 thus: $B = B(S,BG)$ and $MSE = MSE(S,BG)$. 44 45 \par 46 Usually, one measures easily the parameter $R$, but needs the $MSE$ for statistical analysis (e.g. 47 in the image cleaning). 48 However, only in case of a vanishing bias $B$, the two numbers are equal. Otherwise, 49 the bias $B$ has to be known beforehand. Note that every sliding window extractor has a 50 bias, especially at low or vanishing signals $S$. 14 51 15 52 \subsection{Linearity} -
trunk/MagicSoft/TDAS-Extractor/Pedestal.tex
r6498 r6559 11 11 By definition, the $\boldsymbol{B}$ and thus the ``pedestal RMS'' 12 12 is independent from the signal extractor. 13 14 \subsection{Bias and Mean-squared Error}15 16 Consider a large number of same signals $S$. By applying a signal extractor17 we obtain a distribution of estimated signals $\widehat{S}$ (for fixed $S$ and18 fixed background fluctuations $BG$). The distribution of the quantity19 20 \begin{equation}21 X = \widehat{S}-S22 \end{equation}23 24 has the mean $B$ and the Variance $MSE$ defined as:25 26 \begin{eqnarray}27 B \ \ \ \ = \ \ \ \ \ \ <X> \ \ \ \ \ &=& \ \ <\widehat{S}> \ -\ S\\28 R \ \ \ \ = \ <(X-B)^2> &=& \ Var[\widehat{S}]\\29 MSE \ = \ \ \ \ \ <X^2> \ \ \ \ &=& \ Var[\widehat{S}] +\ B^230 \end{eqnarray}31 32 The parameter $B$ is also called the {\textit{\bf BIAS}} of the estimator and $MSE$33 the {\textit{\bf MEAN-SQUARED ERROR}} which combines the variance of $\widehat{S}$ and34 the bias. Both depend generally on the size of $S$ and the background fluctuations $BG$,35 thus: $B = B(S,BG)$ and $MSE = MSE(S,BG)$.36 37 \par38 Usually, one measures easily the parameter $R$, but needs the $MSE$ for statistical analysis (e.g.39 in the image cleaning).40 However, only in case of a vanishing bias $B$, the two numbers are equal. Otherwise,41 the bias $B$ has to be known beforehand. Note that every sliding window extractor has a42 bias, especially at low or vanishing signals $S$.43 13 44 14 \subsection{Pedestal Fluctuations as Contribution to the Signal Fluctuations \label{sec:ffactor}}
Note:
See TracChangeset
for help on using the changeset viewer.