Changeset 5781
- Timestamp:
- 01/10/05 18:14:29 (20 years ago)
- Location:
- trunk/MagicSoft/TDAS-Extractor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/TDAS-Extractor/Changelog
r5778 r5781 22 22 2004/01/08: Markus Gaug 23 23 * Algorithms.tex: text updated and new figures 24 24 * Pedestal.tex: text updated 25 25 26 26 2005/01/05: Hendrik Bartko -
trunk/MagicSoft/TDAS-Extractor/Pedestal.tex
r5718 r5781 22 22 can be completely described by the noise-autocorrelation matrix $\boldsymbol{B}$ 23 23 (eq.~\ref{eq:autocorr}), 24 where the diagonal elements give what is usually denoted as the ``Pedestal RMS''. Note that 25 in the MAGIC readout, the diagonal elements do not scale exactly with the square root of 26 the number of slices as would be expected from pure stochasitic noise. 24 where the diagonal elements give what is usually denoted as the ``Pedestal RMS''. 27 25 28 26 \par … … 42 40 \end{equation} 43 41 44 has the mean $B$ and the RMS $R$ 42 has the mean $B$ and the RMS $R$ defined by: 45 43 46 44 \begin{eqnarray} … … 55 53 \end{equation} 56 54 57 $B$ is the bias, $R$ is the RMS of the distribution of $X$ and $D$ is something 55 The parameter $B$ can be called the bias of the pedestal extractor and $R$ 56 the RMS of the distribution of $X$ and $D$ is something 58 57 like the (asymmetric) error of $SE$. 59 58 The distribution of $X$, and thus the parameters $B$ and $R$, 60 depend on the size of $ST$ and the size of the background fluctuations $BG$.59 depend generally on the size of $ST$ and the size of the background fluctuations $BG$. 61 60 62 61 \par 63 62 64 63 For the normal image cleaning, knowledge of $B$ is sufficient and the 65 error $R$ should be know in order to calculate a correct background probability. 66 \par 67 Also for the model analysis $B$ and $R$ are needed, because you want to keep small 64 error $R$ should be known in order to calculate a correct background probability. 65 66 \par 67 \ldots {\textit{\bf THOMAS SCHWEIZER ???}} 68 \par 69 Also for the model analysis $B$ and $R$ are needed if one wants to keep small 68 70 signals. 69 71 \par … … 72 74 73 75 \begin{equation} 74 \frac{(\Delta ST)^2}{<ST>^2} = \frac{1}{< m_{pe}>} * F^276 \frac{(\Delta ST)^2}{<ST>^2} = \frac{1}{<n_{phe}>} * F^2 75 77 \end{equation} 76 78 77 79 Here $\Delta ST$ is the fluctuation of the true signal $ST$ due to the 78 80 fluctuation of the number of photo electrons. $ST$ is obtained from the 79 measured fluctuations of $SE$ ($RMS_{SE}$) by subtracting the fluctuation of the 80 extracted signal ($R$) due to the fluctuation of the pedestal. 81 82 \begin{equation} 83 (\Delta ST)^2 = RMS_{SE}^2 - R^2 84 \label{eq:rmssubtraction} 85 \end{equation} 86 81 measured fluctuations of $SE$ ($RMS_{SE}$) by subtracting those fluctuations of the 82 extracted signal which are due to the fluctuation of the pedestal ($R$)\footnote{% 87 83 A way to check whether the right RMS has been subtracted is to make the 88 84 Razmick plot … … 99 95 \end{equation} 100 96 101 where $c$ is the photon/ADC conversion factor $<ST>/<m_{pe}>$. 97 where $c$ is the photon/ADC conversion factor $<ST>/<m_{pe}>$.}. 98 99 \begin{equation} 100 (\Delta ST)^2 = RMS_{SE}^2 - R^2 101 \label{eq:rmssubtraction} 102 \end{equation} 102 103 103 104 \subsection{How to Retrieve Bias $B$ and Error $R$} … … 108 109 \par 109 110 In the case of the optimum filter, $R$ is in theory independent from the 110 signal amplitude $ST$ and depends only on the background $BG$ , see eq.~\ref{of_noise}.111 signal amplitude $ST$ and depends only on the background $BG$ (eq.~\ref{of_noise}). 111 112 It can be obtained from the 112 113 fitted error of the extracted signal ($\Delta(SE)_{fitted}$), … … 130 131 \end{enumerate} 131 132 132 \subsubsection{ \label{sec:determiner} Determine Error$R$ by Applying the Signal Extractor to a Fixed Window133 \subsubsection{ \label{sec:determiner} Determine $R$ by Applying the Signal Extractor to a Fixed Window 133 134 of Pedestal Events} 134 135 … … 136 137 determined the parameter $R$ for the case of no signal ($ST = 0$). In the case of 137 138 all extractors using a fixed window from the beginning (extractors nr. \#1 to \#22 138 in section~\ref{sec:algorithms}), the results were exactlythe same as calculating139 in section~\ref{sec:algorithms}), the results are thus by construction the same as calculating 139 140 the mean and the RMS of a same (fixed) number of FADC slices (the conventional ``Pedestal 140 141 Calculation''). 141 142 142 143 \par 143 In the case of the amplitude extracting spline (extractor nr. \#27), we took the 144 spline value at a random place within the digitizing binning resolution (0.02 FADC slices) of 145 one central FADC slice. 144 In the case of the amplitude extracting spline (extractor nr. \#23), we placed the 145 spline maximum value (which determines the exact extraction window) at a random place 146 within the digitizing binning resolution (0.01 FADC slices) 147 of one central FADC slice. 146 148 In the case of the digital filter (extractor nr. \#28), the time shift was 147 149 randomized for each event within one central FADC slice. … … 326 328 %%% TeX-master: "Pedestal" 327 329 %%% TeX-master: "MAGIC_signal_reco" 330 %%% TeX-master: "MAGIC_signal_reco." 328 331 %%% End:
Note:
See TracChangeset
for help on using the changeset viewer.