source: trunk/MagicSoft/TDAS-Extractor/Pedestal.tex@ 6308

Last change on this file since 6308 was 6308, checked in by gaug, 20 years ago
*** empty log message ***
File size: 22.6 KB
Line 
1\section{Pedestal Extraction \label{sec:pedestals}}
2
3\subsection{Pedestal RMS}
4
5The background $BG$ (Pedestal)
6can be completely described by the noise-autocorrelation matrix $\boldsymbol{B}$
7(eq.~\ref{eq:autocorr}),
8where the diagonal elements give what is usually denoted as the ``Pedestal RMS''.
9\par
10
11By definition, the noise autocorrelation matrix $B$ and thus the ``pedestal RMS''
12is independent from the signal extractor.
13
14\subsection{Bias and Error}
15
16Consider a large number of signals (FADC spectra), all with the same
17integrated charge $ST$ (true signal). By applying a signal extractor
18we obtain a distribution of extracted signals $SE$ (for fixed $ST$ and
19fixed background fluctuations $BG$). The distribution of the quantity
20
21\begin{equation}
22X = SE-ST
23\end{equation}
24
25has the mean $B$ and the RMS $R$ defined by:
26
27\begin{eqnarray}
28 B &=& <X> \\
29 R &=& \sqrt{<(X-B)^2>}
30\end{eqnarray}
31
32The parameter $B$ can be called the {\textit{\bf bias}} of the pedestal extractor and $R$
33the RMS of the distribution of $X$ which
34depend generally on the size of $ST$ and the size of the background fluctuations $BG$.
35
36\par
37
38For the normal image cleaning, knowledge of $B$ is sufficient and the
39error $R$ should be known in order to calculate a correct background probability.
40\par
41Also for the model analysis, $B$ and $R$ are needed if one wants to keep small
42signals.
43
44\subsection{Pedestal Fluctuations as Contribution to the Signal Fluctuations}
45
46In case of the calibration with the F-Factor methoid,
47the basic relation is:
48
49\begin{equation}
50\frac{(\Delta ST)^2}{<ST>^2} = \frac{1}{<n_{phe}>} * F^2
51\end{equation}
52
53Here $\Delta ST$ is the fluctuation of the true signal $ST$ due to the
54fluctuation of the number of photo-electrons. $ST$ is obtained from the
55measured fluctuations of $SE$ ($RMS_{SE}$) subtracting those contributions to the
56fluctuations of the
57extracted signal which are due to the fluctuation of the pedestal\footnote{%
58A way to check whether the right RMS has been subtracted is to make the
59``Razmick''-plot
60
61\begin{equation}
62 \frac{(\Delta ST)^2}{<ST>^2} \quad \textit{vs.} \quad \frac{1}{<ST>}
63\end{equation}
64
65This should give a straight line passing through the origin. The slope of
66the line is equal to
67
68\begin{equation}
69 c * F^2
70\end{equation}
71
72where $c$ is the photon/ADC conversion factor $<ST>/<m_{pe}>$.}.
73
74\begin{equation}
75 (\Delta ST)^2 = RMS_{SE}^2 - R^2
76\label{eq:rmssubtraction}
77\end{equation}
78
79If $R$ does not dependent on the signal height, (as it is the case
80for the digital filter, eq.~\ref{eq:of_noise}), then one can retrieve $R$ by
81applying the signal extractor on a {\textit{\bf fixed window}} of pedestal events.
82
83\subsection{Methods to Retrieve Bias $B$ and Errors $R$}
84
85$R$ is in general different from the pedestal RMS. It cannot be
86obtained by applying the signal extractor to pedestal events, especially
87for large signals (e.g. calibration signals).
88\par
89In the case of the digital filter, $R$ is in theory independent from the
90signal amplitude $ST$ and depends only on the background $BG$ (eq.~\ref{eq:of_noise}).
91It can be obtained from the
92fitted error of the extracted signal ($\Delta(SE)_{fitted}$),
93which one can calculate for every event or by applying the extractor to a fixed window
94of pure background events (``pedestal events'').
95
96\par
97
98In order to get the missing information, we did the following investigations:
99\begin{enumerate}
100\item Determine $R$ by applying the signal extractor to a fixed window
101 of pedestal events. The background fluctuations can be simulated with different
102 levels of night sky background and the continuous light source, but no signal size
103 dependency can be retrieved with the method.
104\item Determine bias $B$ and resolution $R$ from MC events with and without added noise.
105 Assuming that $R$ and $B$ are negligible for the events without noise, one can
106 get a dependency of both values from the size of the signal.
107\item Determine $R$ from the fitted error of $SE$, which is possible for the
108 fit and the digital filter (eq.~\ref{eq:of_noise}).
109 In prinicple, all dependencies can be retrieved with this method.
110\end{enumerate}
111
112\subsubsection{ \label{sec:determiner} Application of the Signal Extractor to a Fixed Window
113of Pedestal Events}
114
115By applying the signal extractor to a fixed window of pedestal events, we
116determine the parameter $R$ for the case of no signal ($ST = 0$). In the case of
117all extractors using a fixed window from the beginning (extractors nr. \#1 to \#22
118in section~\ref{sec:algorithms}), the results are by construction the same as calculating
119the pedestal RMS.
120\par
121In MARS, this possibility is implemented with a function-call to: \\
122
123{\textit{\bf MJPedestal::SetExtractionWithExtractorRndm()}}. \\
124
125In the case of the {\textit{\bf amplitude extracting spline}} (extractor nr. \#23), we placed the
126spline maximum value (which determines the exact extraction window) at a random place
127within the digitizing binning resolution of one central FADC slice.
128In the case of the {\textit{\bf digital filter}} (extractor nr. \#28), the time shift was
129randomized for each event within a fixed global extraction window.
130
131\par
132
133The following plots~\ref{fig:df:distped:run38993} through~\ref{fig:amp:relrms:run38996} show results
134obtained with the second method for three background intensities:
135\begin{enumerate}
136\item Closed camera and no (Poissonian) fluctuation due to photons from the night sky background
137\item The camera pointing to an extra-galactic region with stars in the field of view
138\item The camera illuminated by a continuous light source of high intensity causing much higher pedestal
139fluctuations than in usual observation conditions.
140\end{enumerate}
141
142
143\begin{figure}[htp]
144\centering
145\includegraphics[height=0.29\textheight]{MExtractTimeAndChargeDigitalFilter_Weights_cosmics_weights.dat_Range_00_18_02_14_Run_38993_Signal_Pixel200.eps}
146\caption{MExtractTimeAndChargeDigitalFilter: Distribution of extracted "pedestals" from pedestal run with
147closed camera lids for one channel.}
148\label{fig:df:distped:run38993}
149\vspace{\floatsep}
150\includegraphics[height=0.29\textheight]{MExtractTimeAndChargeDigitalFilter_Weights_cosmics_weights.dat_Range_00_18_02_14_Run_38995_Signal_Pixel200.eps}
151\caption{MExtractTimeAndChargeDigitalFilter: Distribution of extracted "pedestals" from pedestal run with
152extra-galactic star background for one channel.}
153\label{fig:df:distped:run38995}
154\vspace{\floatsep}
155\includegraphics[height=0.29\textheight]{MExtractTimeAndChargeDigitalFilter_Weights_cosmics_weights.dat_Range_00_18_02_14_Run_38996_Signal_Pixel200.eps}
156\caption{MExtractTimeAndChargeDigitalFilter: Distribution of extracted "pedestals" from run with
157continuous light level 100 for one channel.}
158\label{fig:df:distped:run38996}
159\end{figure}
160
161\begin{figure}[htp]
162\centering
163\includegraphics[height=0.27\textheight]{MExtractTimeAndChargeDigitalFilter_Weights_cosmics_weights.dat_Range_01_14_02_14_Run_38993_RelMean.eps}
164\caption{MExtractTimeAndChargeDigitalFilter: Difference in mean pedestal (per FADC slice) from pedestal
165run with closed camera lids (in photo-electrons)}
166\label{fig:df:relmean:run38993}
167\vspace{\floatsep}
168\includegraphics[height=0.27\textheight]{MExtractTimeAndChargeDigitalFilter_Weights_cosmics_weights.dat_Range_01_14_02_14_Run_38995_RelMean.eps}
169\caption{MExtractTimeAndChargeDigitalFilter: Difference in mean pedestal (per FADC slice) from pedestal
170run with extra-galactic star background (in photo-electrons)}
171\label{fig:df:relmean:run38995}
172\vspace{\floatsep}
173\includegraphics[height=0.27\textheight]{MExtractTimeAndChargeDigitalFilter_Weights_cosmics_weights.dat_Range_01_14_02_14_Run_38996_RelMean.eps}
174\caption{MExtractTimeAndChargeDigitalFilter: Difference in mean pedestal (per FADC slice) from run
175with continuous light level: 100 (in photo-electrons)}
176\label{fig:df:relmean:run38996}
177\end{figure}
178
179
180\begin{figure}[htp]
181\centering
182\includegraphics[height=0.25\textheight]{MExtractTimeAndChargeDigitalFilter_Weights_cosmics_weights.dat_Range_01_14_02_14_Run_38993_RMSDiff.eps}
183\caption{MExtractTimeAndChargeDigitalFilter: Difference pedestal RMS (per FADC slice) with extraction algorithm
184appied on a fixed window, and simply summing up the same number of FADC slices.
185Pedestal run
186with closed camera lids for inner (left) and outer (right) pixels. }
187\label{fig:df:relrms:run38993}
188\vspace{\floatsep}
189\includegraphics[height=0.25\textheight]{MExtractTimeAndChargeDigitalFilter_Weights_cosmics_weights.dat_Range_01_14_02_14_Run_38995_RMSDiff.eps}
190\caption{MExtractTimeAndChargeDigitalFilter: Difference pedestal RMS (per FADC slice) with extraction algorithm
191appied on a fixed window, and simply summing up the same number of FADC slices.
192 from pedestal run with extra-galactic star background for inner (left)
193and outer (right) pixels. }
194\label{fig:df:relrms:run38995}
195\vspace{\floatsep}
196\includegraphics[height=0.25\textheight]{MExtractTimeAndChargeDigitalFilter_Weights_cosmics_weights.dat_Range_01_14_02_14_Run_38996_RMSDiff.eps}
197\caption{MExtractTimeAndChargeDigitalFilter: Difference pedestal RMS (per FADC slice) with extraction algorithm
198appied on a fixed window, and simply summing up the same number of FADC slices.
199 from run with continuous light level: 100 for inner (left)
200and outer (right) pixels. }
201\label{fig:df:relrms:run38996}
202\end{figure}
203
204
205\begin{figure}[htp]
206\centering
207\includegraphics[height=0.29\textheight]{MExtractTimeAndChargeSpline_Amplitude_Range_00_10_04_11_Run_38993_Signal_Pixel200.eps}
208\caption{MExtractTimeAndChargeSpline with amplitude: Distribution of extracted "pedestals" from pedestal run
209with closed camera lids for one channel.}
210\label{fig:amp:distped:run38993}
211\vspace{\floatsep}
212\includegraphics[height=0.29\textheight]{MExtractTimeAndChargeSpline_Amplitude_Range_00_10_04_11_Run_38995_Signal_Pixel200.eps}
213\caption{MExtractTimeAndChargeSpline with amplitude: Distribution of extracted "pedestals" from pedestal run
214with extra-galactic star background for one channel.}
215\label{fig:amp:distped:run38995}
216\vspace{\floatsep}
217\includegraphics[height=0.29\textheight]{MExtractTimeAndChargeSpline_Amplitude_Range_00_10_04_11_Run_38996_Signal_Pixel200.eps}
218\caption{MExtractTimeAndChargeSpline with amplitude: Distribution of extracted "pedestals" from run with
219continuous light level: 100 for one channel.}
220\label{fig:amp:distped:run38996}
221\end{figure}
222
223\begin{figure}[htp]
224\centering
225\includegraphics[height=0.27\textheight]{MExtractTimeAndChargeSpline_Amplitude_Amplitude_Range_01_09_01_10_Run_38993_RelMean.eps}
226\caption{MExtractTimeAndChargeSpline with amplitude: Difference in mean pedestal (per FADC slice) with extraction algorithm
227appied on a fixed window, and simply summing up the same number of FADC slices.
228Pedestal run with closed camera lids.}
229\label{fig:amp:relmean:run38993}
230\vspace{\floatsep}
231\includegraphics[height=0.27\textheight]{MExtractTimeAndChargeSpline_Amplitude_Amplitude_Range_01_09_01_10_Run_38995_RelMean.eps}
232\caption{MExtractTimeAndChargeSpline with amplitude: Difference in mean pedestal (per FADC slice) with extraction algorithm
233appied on a fixed window, and simply summing up the same number of FADC slices
234Pedestal run with extra-galactic star background.}
235\label{fig:amp:relmean:run38995}
236\vspace{\floatsep}
237\includegraphics[height=0.27\textheight]{MExtractTimeAndChargeSpline_Amplitude_Amplitude_Range_01_09_01_10_Run_38996_RelMean.eps}
238\caption{MExtractTimeAndChargeSpline with amplitude: Difference in mean pedestal (per FADC slice) with extraction algorithm
239appied on a fixed window, and simply summing up the same number of FADC slices.
240Pedestal run with continuous light level: 100}
241\label{fig:amp:relmean:run38996}
242\end{figure}
243
244
245\begin{figure}[htp]
246\centering
247\includegraphics[height=0.25\textheight]{MExtractTimeAndChargeSpline_Amplitude_Amplitude_Range_01_09_01_10_Run_38993_RMSDiff.eps}
248\caption{MExtractTimeAndChargeSpline with amplitude: Difference pedestal RMS (per FADC slice) with extraction
249 algorithm appied on a fixed window, and simply summing up the same number of FADC slices.
250Pedestal run
251with closed camera lids for inner (left) and outer (right) pixels. }
252\label{fig:amp:relrms:run38993}
253\vspace{\floatsep}
254\includegraphics[height=0.25\textheight]{MExtractTimeAndChargeSpline_Amplitude_Amplitude_Range_01_09_01_10_Run_38995_RMSDiff.eps}
255\caption{MExtractTimeAndChargeSpline with amplitude: Difference pedestal RMS (per FADC slice) with extraction
256algorithm appied on a fixed window, and simply summing up the same number of FADC slices.
257Pedestal run with extra-galactic star background for inner (left)
258and outer (right) pixels.}
259\label{fig:amp:relrms:run38995}
260\vspace{\floatsep}
261\includegraphics[height=0.25\textheight]{MExtractTimeAndChargeSpline_Amplitude_Amplitude_Range_01_09_01_10_Run_38996_RMSDiff.eps}
262\caption{MExtractTimeAndChargeSpline with amplitude: Difference pedestal RMS (per FADC slice) with extraction
263algorithm appied on a fixed window, and simply summing up the same number of FADC slices.
264Pedestal run with continuous light level: 100 for inner (left)
265and outer (right) pixels.}
266\label{fig:amp:relrms:run38996}
267\end{figure}
268
269Figures~\ref{fig:df:distped:run38993},~\ref{fig:df:distped:run38995},~\ref{fig:df:distped:run38996},
270and~\ref{fig:amp:distped:run38993},~\ref{fig:amp:distped:run38995},~\ref{fig:amp:distped:run38996} show the
271extracted pedestal distributions for the digital filter with cosmics weights (extractor~\#28) and the
272spline amplitude (extractor~\#27), respectively for one examplary channel (corresponding to pixel 200).
273One can see the (asymmetric) Poisson behaviour of the
274night sky background photons for the distributions with open camera and the cutoff at the lower egde
275for the distribution with high-intensity continuous light due to a limited pedestal offset and the cutoff
276to negative fluctuations.
277\par
278Figures~\ref{fig:df:relmean:run38993},~\ref{fig:df:relmean:run38995},~\ref{fig:df:relmean:run38996},
279and~\ref{fig:amp:relmean:run38993},~\ref{fig:amp:relmean:run38995},~\ref{fig:amp:relmean:run38996} show the
280relative difference between the calculated pedestal mean and
281the one obtained by applying the extractor for
282all channels of the MAGIC camera. One can see that in all cases, the distribution is centered around zero,
283while its width is never larger than 0.01 which corresponds about to the precision of the extracted mean for
284the number of used events. (A very similar distribution is obtained by comparing the results
285of the same pedestal calculator applied to different ranges of FADC slices.)
286\par
287Figures~\ref{fig:df:relrms:run38993},~\ref{fig:df:relrms:run38995},~\ref{fig:df:relrms:run38996},
288and~\ref{fig:amp:relrms:run38993},~\ref{fig:amp:relrms:run38995},~\ref{fig:amp:relrms:run38996} show the
289relative difference between the calculated pedestal RMS, normalized to an equivalent number of slices
290(2.5 for the digital filter and 1. for the amplitude of the spline) and
291the one obtained by applying the extractor for all channels of the MAGIC camera.
292One can see that in all cases, the distribution is not centered around zero, but shows an offset depending
293on the light intensity. The difference can be 10\% in the case of the digital filter and even 25\% for the
294spline. This big difference for the spline is partly explained by the fact that the pedestals have to be
295calculated from an even number of slices to account for the clock-noise. However, the (normalized) pedestal
296RMS depends critically on the number of summed FADC slices, especially at very low numbers. In general,
297the higher the number of summed FADC slices, the higher the (to the square root of the number of slices)
298normalized pedestal RMS.
299
300
301\begin{figure}[htp]
302\centering
303\includegraphics[height=0.27\textheight]{MExtractTimeAndChargeSpline_Rise-and-Fall-Time_0.5_1.5_Range_01_10_02_12_Run_38993_RelMean.eps}
304\caption{MExtractTimeAndChargeSpline with integral over 2 slices: Difference in mean pedestal (per FADC slice)
305Pedestal run with closed camera lids.}
306\label{fig:int:relmean:run38993}
307\vspace{\floatsep}
308\includegraphics[height=0.27\textheight]{MExtractTimeAndChargeSpline_Rise-and-Fall-Time_0.5_1.5_Range_01_10_02_12_Run_38995_RelMean.eps}
309\caption{MExtractTimeAndChargeSpline with integral over 2 slices: Difference in mean pedestal (per FADC slice)
310Pedestal run with extra-galactic star background.}
311\label{fig:int:relmean:run38995}
312\vspace{\floatsep}
313\includegraphics[height=0.27\textheight]{MExtractTimeAndChargeSpline_Rise-and-Fall-Time_0.5_1.5_Range_01_10_02_12_Run_38996_RelMean.eps}
314\caption{MExtractTimeAndChargeSpline with integral over 2 slices: Difference in mean pedestal (per FADC slice)
315Pedestal run with continuous light level: 100}
316\label{fig:int:relmean:run38996}
317\end{figure}
318
319\begin{figure}[htp]
320\centering
321\includegraphics[height=0.25\textheight]{MExtractTimeAndChargeSpline_Rise-and-Fall-Time_0.5_1.5_Range_01_10_02_12_Run_38993_RMSDiff.eps}
322\caption{MExtractTimeAndChargeSpline with integral over 2 slices: Difference pedestal RMS (per FADC slice)
323 from pedestal run
324with closed camera lids for inner (left) and outer (right) pixels (in photo-electrons). }
325\label{fig:amp:relrms:run38993}
326\vspace{\floatsep}
327\includegraphics[height=0.25\textheight]{MExtractTimeAndChargeSpline_Rise-and-Fall-Time_0.5_1.5_Range_01_10_02_12_Run_38995_RMSDiff.eps}
328\caption{MExtractTimeAndChargeSpline with integral over 2 slices: Difference pedestal RMS (per FADC slice)
329 from pedestal run with extra-galactic star background for inner (left)
330and outer (right) pixels (in photo-electrons).}
331\label{fig:amp:relrms:run38995}
332\vspace{\floatsep}
333\includegraphics[height=0.25\textheight]{MExtractTimeAndChargeSpline_Rise-and-Fall-Time_0.5_1.5_Range_01_10_02_12_Run_38996_RMSDiff.eps}
334\caption{MExtractTimeAndChargeSpline with integral over 2 slices: Difference pedestal RMS (per FADC slice)
335 from run with continuous light level: 100 for inner (left)
336and outer (right) pixels (in photo-electrons).}
337\label{fig:amp:relrms:run38996}
338\end{figure}
339
340
341\subsubsection{ \label{sec:determiner} Application of the Signal Extractor to a Sliding Window
342of Pedestal Events}
343
344In this section, we apply the signal extractor to a sliding window of pedestal events.
345\par
346In MARS, this possibility can be used with a call to
347{\textit{\bf MJPedestal::SetExtractionWithExtractor()}}.
348\par
349Because the background is determined by the single photo-electrons from the night-sky background,
350the following possibilities can occur:
351
352\begin{enumerate}
353\item There is no ``signal'' (photo-electron) in the extraction window and the extractor
354finds only electronic noise.
355Usually, the returned signal charge is then negative.
356\item The extractor finds the signal from one photo-electron
357\item The extractor finds an overlap of two or more photo-electrons.
358\end{enumerate}
359
360Although the probability to find a certain number of photo-electrons in a fixed window follows a
361Poisson distribution, the one for employing the sliding window is {\textit{not}} Poissonian. The extractor
362will usually find one photo-electron even if more are present in the global search window, i.e. the
363probability for two or more photo-electrons to occur in the global search window is much higher than
364the probability for these photo-electrons to overlap in time such as to be recognized as a double
365or triple photo-electron pulse by the extractor. This is especially true for small extraction windows
366and for the digital filter.
367
368\par
369
370Given a global extraction window of size $WS$ and an average rate of photo-electrons from the night-sky
371background $R$, we will now calculate the probability for the extractor to find zero photo-electrons in the
372$WS$. The probability to find $k$ photo-electrons can be written as:
373
374\begin{equation}
375P(k) = \frac{e^{-R\cdot WS} (R \cdot WS)^k}{k!}
376\end{equation}
377
378and thus:
379
380\begin{equation}
381P(0) = e^{-R\cdot WS}
382\end{equation}
383
384The probability to find more than one photo-electron is then:
385
386\begin{equation}
387P(>0) = 1 - e^{-R\cdot WS}
388\end{equation}
389
390Figures~\ref{fig:sphe:sphespectrum} show spectra
391obtained with the digital filter applied on two different global search windows.
392One can clearly distinguish a pedestal peak (fitted to Gaussian with index 0),
393corresponding to the case of  $P(0)$ and further
394contributions of $P(1)$ and $P(2)$ (fitted to Gaussians with index 1 and 2).
395One can also see that the contribution of $P(0)$ dimishes
396with increasing global search window size.
397
398\begin{figure}
399\centering
400\includegraphics[height=0.3\textheight]{SinglePheSpectrum-28-Run38995-WS2.5.eps}
401\vspace{\floatsep}
402\includegraphics[height=0.3\textheight]{SinglePheSpectrum-28-Run38995-WS4.5.eps}
403\vspace{\floatsep}
404\includegraphics[height=0.3\textheight]{SinglePheSpectrum-28-Run38995-WS8.5.eps}
405\caption{MExtractTimeAndChargeDigitalFilter: Spectrum obtained from the extraction
406of a pedestal run using a sliding window of 6 FADC slices allowed to move within a window of
4077 (top), 9 (center) and 13 slices.
408A pedestal run with galactic star background has been taken and one exemplary pixel (Nr. 100).
409One can clearly see the pedestal contribution and a further part corresponding to one or more
410photo-electrons.}
411\label{fig:df:sphespectrum}
412\end{figure}
413
414In the following, we will make a short consistency test: Assuming that the spectral peaks are
415attributed correctly, one would expect the following relation:
416
417\begin{equation}
418P(0) / P(>0) = \frac{e^{-R\cdot WS}}{1-e^{-R\cdot WS}}
419\end{equation}
420
421We tested this relation assuming that the fitted area underneath the pedestal peak $Area_0$ is
422proportional to $P(0)$ and the sum of the fitted areas underneath the single photo-electron peak
423$Area_1$ and the double photo-electron peak $Area_2$ proportional to $P(>0)$. Thus, one expects:
424
425\begin{equation}
426Area_0 / (Area_1 + Area+2 ) = \frac{e^{-R\cdot WS}}{1-e^{-R\cdot WS}}
427\end{equation}
428
429We estimated the effective window size $WS$ as the sum of the range in which the digital filter
430amplitude weights are greater than 0.5 (1.6 FADC slices) and the global search window minus the
431size of the window size of the weights (which is 6 FADC slices). Figures~\ref{fig::df:ratiofit}
432show the result for two different levels of night-sky background.
433
434\par
435
436\begin{figure}[htp]
437\centering
438\includegraphics[height=0.4\textheight]{SinglePheRatio-28-Run38995.eps}
439\vspace{\floatsep}
440\includegraphics[height=0.4\textheight]{SinglePheRatio-28-Run39258.eps}
441\caption{MExtractTimeAndChargeDigitalFilter: Fit to the ratio of the area beneath the pedestal peak and
442the single and double photo-electron(s) peak(s) with the extraction algorithm
443applied on a sliding window of different sizes.
444In the top plot, a pedestal run with extra-galactic star background has been taken and in the bottom,
445a galatic star background. An exemplary pixel (Nr. 100) has been used.
446Above, a rate of 0.8 phe/ns and below, a rate of 1.0 phe/ns has been obtained.}
447\label{fig:df:ratiofit}
448\end{figure}
449
450
451
452%%% Local Variables:
453%%% mode: latex
454%%% TeX-master: "MAGIC_signal_reco"
455%%% End:
Note: See TracBrowser for help on using the repository browser.