Ignore:
Timestamp:
01/20/05 16:20:48 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5909 r5913  
    195195It loops twice over all pixels in every event, because it has to find the reference point, first.
    196196As it does not correct for the clock-noise, only an even number of samples is allowed.
    197 
     197For a high intensity calibration run causing high-gain saturation in the whole camera, this
     198extractor apparently fails since only dead pixels which cannot produced a saturated signal, are taken into account
     199in the peak search. For this special case, we modified {\textit{\bf MExtractFixedWindowPeakSearch}}
     200such to define the peak search window as the one starting from the mean position of the first saturating slice.
     201\par
    198202The following  adjustable parameters have to be set from outside:
    199203\begin{description}
     
    213217  \includegraphics[width=0.49\linewidth]{MExtractFixedWindowPeakSearch_23Led_Blue.eps}
    214218\caption[Sketch extraction ranges MExtractFixedWindowPeakSearch]{%
    215 Sketch of the extraction ranges for the extractor {\textit{MExtractFixedWindowPeakSearch}}
     219Sketch of the extraction ranges for the extractor {\textit{\bf MExtractFixedWindowPeakSearch}}
    216220for two typical calibration pulses (pedestals have been subtracted) and a typical inner pixel.
    217 The pulse would be shifted half a slice to the right for an outer pixels. }
     221The pulse would be shifted half a slice to the right for an outer pixel. }
    218222\label{fig:fixedwindowpeaksearchsketch}
    219223\end{figure}
     
    224228the charge at the same time and for the same pulse.
    225229All treated combined extractors here derive from the MARS-base
    226 class {\textit{MExtractTimeAndCharge}} which provides the following facilities:
     230class {\textit{\bf MExtractTimeAndCharge}} which itself derives from MExtractor and MExtractTime.
     231It provides the following facilities:
    227232
    228233\begin{itemize}
    229 \item Only one loop over all pixels is performed
     234\item Only one loop over all pixels is performed.
    230235\item The individual FADC slice values get the clock-noise-corrected pedestals immediately subtracted.
    231236\item The low-gain extraction range is adapted dynamically, based on the computed arrival time
    232     from the high-gain samples
     237    from the high-gain samples.
    233238\item Extracted times from the low-gain samples get corrected for the intrinsic time delay of the low-gain
    234     pulse
    235 \item The global extraction limits can be set from outside
    236 \item FADC saturation is kept track of
     239    pulse.
     240\item The global extraction limits can be set from outside.
     241\item FADC saturation is kept track of.
    237242\end{itemize}
    238243
    239 The following free adjustable parameters have to be set additionally from outside:
     244The following adjustable parameters have to be set from outside, additionally to those declared in the
     245base classes MExtractor and MExtractTime:
     246 
    240247\begin{description}
    241248\item[Global extraction limits:\xspace] Limits in between which the extractor is allowed
     
    692699%%% TeX-master: "MAGIC_signal_reco"
    693700%%% TeX-master: "MAGIC_signal_reco"
     701%%% TeX-master: "MAGIC_signal_reco"
    694702%%% End:
Note: See TracChangeset for help on using the changeset viewer.