Changeset 6415 for trunk/MagicSoft


Ignore:
Timestamp:
02/12/05 18:54:32 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/TDAS-Extractor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/TDAS-Extractor/Algorithms.tex

    r6402 r6415  
    854854\item[MExtractTimeAndChargeDigitalFilterPeakSearch]: with the following initialization:
    855855\resume{enumerate}
    856 \item SetWeightsFile(``calibration\_weights\_UV.dat''); SetRange(0,20,0,14); \\
     856\item SetWeightsFile(``calibration\_weights4\_UV.dat''); SetRange(0,20,0,14); \\
    857857   SetOffsetLeftFromPeak(3); SetOffsetRightFromPeak(3); \\
    858858   SetPeakSearchWindowSize(2);
  • trunk/MagicSoft/TDAS-Extractor/Calibration.tex

    r6410 r6415  
    1 \section{Calibration \label{sec:calibration}}
     1
    22
    33In this section, we describe the tests performed using light pulses of different colour,
     
    8181
    8282We used data taken on the 7$^{th}$ of June, 2004 with different pulser LED combinations, each taken with
    83 16384 events. The corresponding MAGIC data run numbers range from nr. 31741 to 31772. These data was taken
     8316384 events. 19 different calibration configurations have been tested.
     84The corresponding MAGIC data run numbers range from nr. 31741 to 31772. These data was taken
    8485before the latest camera repair access which resulted in a replacement of about 2\% of the pixels known to be
    8586mal-functionning at that time.
     
    128129Moreover, the number of events are counted which have been reconstructed outside a 5 sigma region
    129130from the mean signal. These events are called ``outliers''. Figure~\ref{fig:outlier} shows a typical
    130 outlier obtained with the digital filter applied to a low-gain signal.
     131outlier obtained with the digital filter applied to a low-gain signal and figure~\ref{fig:unsuited:all}
     132shows the average number of all excluded pixels and outliers obtained from all 19 calibration configurations.
     133One can already see that the largest window sizes yield a high number of un-calibrated pixels, mostly
     134due to the missing ability to recognize the low-intensity pulses (see later). One can also see that
     135the amplitude extracting spline yields a higher number of outliers than the rest of the extractors.
     136The global champion in lowest number of un-calibrated pixels results to be
     137{\textit{\bf MExtractTimeAndChargeDigitalFilter}} with the correct calibration weights over 4 FADC slices
     138(extractor \#31). The one with the lowest number of outliers is
     139{\textit{\bf MExtractFixedWindowPeakSearch}} with an extraction range of 2 slices (extractor \#11).
    131140
    132141\begin{figure}[htp]
     
    140149\end{figure}
    141150
     151\begin{figure}[htp]
     152\centering
     153\includegraphics[height=0.75\textheight]{UnsuitVsExtractor-all.eps}
     154\caption{Uncalibrated pixels and pixels outside of the Gaussian distribution averaged over all available
     155calibration runs.}
     156\label{fig:unsuited:all}
     157\end{figure}
     158
    142159The following figures~\ref{fig:unsuited:5ledsuv},~\ref{fig:unsuited:1leduv},~\ref{fig:unsuited:2ledsgreen}
    143160and~\ref{fig:unsuited:23ledsblue} show the resulting numbers of un-calibrated pixels and events for
     
    183200of the inner pixels (fig.~\ref{fig:unsuited:1leduv}). This is an expected behavior since big windows
    184201add up more noise which in turn makes the search for the small signal more difficult.
    185 \par
    186 \ldots {\bf WHICH EXTRACTOR HAS THE LEAST NUMBER OF EXCLUDED PIXELS ???}
    187202\par
    188203In general, one can also find that all ``sliding window''-algorithms (extractors \#17-32) discard
Note: See TracChangeset for help on using the changeset viewer.