- Timestamp:
- 01/21/05 08:54:08 (20 years ago)
- Location:
- trunk/MagicSoft/TDAS-Extractor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/TDAS-Extractor/Algorithms.tex
r5913 r5919 260 260 \subsubsection{Sliding Window with Amplitude-Weighted Time} 261 261 262 This extractor is implemented in the MARS-class {\textit{ MExtractTimeAndChargeSlidingWindow}}.262 This extractor is implemented in the MARS-class {\textit{\bf MExtractTimeAndChargeSlidingWindow}}. 263 263 It extracts the signal from a sliding window of an adjustable size, for high-gain and low-gain 264 individually (default: 6 and 6) The signal is the one which maximizes the summed265 (clock-noise and pedestal-corrected) FADC slice contents.264 individually (default: 6 and 6). The signal is the one which maximizes the summed 265 (clock-noise and pedestal-corrected) consecutive FADC slice contents. 266 266 \par 267 267 The amplitude-weighted arrival time is calculated from the window with 268 the highest integral using the following formula:269 270 \begin{equation} 271 t = \frac{\sum_{i= 0}^{windowsize} s_i \cdot i}{\sum_{i=0}^{windowsize} i}272 \end{equation} 273 where $i$ denotes the FADC slice index, starting from the beginning of the extraction274 window and running over the window and$s_i$ the clock-noise and268 the highest FADC slice contents integral using the following formula: 269 270 \begin{equation} 271 t = \frac{\sum_{i=i_0}^{i_0+ws} s_i \cdot i}{\sum_{i=i_0}^{i_0t+ws} i} 272 \end{equation} 273 where $i$ denotes the FADC slice index, starting from $i_0$ 274 window and running over a window of size $ws$. $s_i$ the clock-noise and 275 275 pedestal-corrected FADC slice contents at slice position $i$. 276 276 \par 277 The following freeadjustable parameters have to be set from outside:277 The following adjustable parameters have to be set from outside: 278 278 \begin{description} 279 279 \item[Window sizes:\xspace] Independently for high-gain and low-gain (default: 6,6) … … 284 284 \includegraphics[width=0.49\linewidth]{MExtractTimeAndChargeSlidingWindow_23Led_Blue.eps} 285 285 \caption[Sketch calculated arrival times MExtractTimeAndChargeSlidingWindow]{% 286 Sketch of the calculated arrival times for the extractor {\textit{ MExtractTimeAndChargeSlidingWindow}}286 Sketch of the calculated arrival times for the extractor {\textit{\bf MExtractTimeAndChargeSlidingWindow}} 287 287 for two typical calibration pulses (pedestals have been subtracted) and a typical inner pixel. 288 288 The extraction window sizes modify the position of the (amplitude-weighted) mean FADC-slices slightly. 289 The pulse would be shifted half a slice to the right for an outer pixel s. }289 The pulse would be shifted half a slice to the right for an outer pixel. } 290 290 \label{fig:slidingwindowsketch} 291 291 \end{figure} … … 293 293 \subsubsection{Cubic Spline with Sliding Window or Amplitude Extraction} 294 294 295 This extractor is implemented in the MARS-class {\textit{ MExtractTimeAndChargeSpline}}.295 This extractor is implemented in the MARS-class {\textit{\bf MExtractTimeAndChargeSpline}}. 296 296 It interpolates the FADC contents using a cubic spline algorithm, adapted from \cite{NUMREC}. 297 The following free adjustable parameters have to be set from outside: 297 In a second step, it searches for the position of the spline maximum. From then on, two 298 possibilities are offered: 299 300 \begin{enumerate} 301 \item[Extraction Type Amplitude:\xspace] The amplitude of the spline maximum is taken as charge signal 302 and the (precisee) position of the maximum is returned as arrival time. This type is faster, since it 303 performs not spline intergraion . 304 \item[Extraction Type Integral:\xspace] The integrated spline between maximum position minus 305 rise time (default: 1.5 slices) and maximum position plus fall time (default: 4.5 slices) 306 is taken as charge signal and the position of the half maximum left from the position of the maximum 307 is returned as arrival time (default). 308 The low-gain signal stretches the rise and fall time by a stretch factor (default: 1.5). This type 309 is slower, but yields more precise results (see section~\ref{sec:performance}) . 310 The charge integration resolution is set to 0.1 FADC slices. 311 \end{enumerate} 312 313 The following adjustable parameters have to be set from outside: 298 314 299 315 \begin{description} … … 700 716 %%% TeX-master: "MAGIC_signal_reco" 701 717 %%% TeX-master: "MAGIC_signal_reco" 718 %%% TeX-master: "MAGIC_signal_reco" 702 719 %%% End: -
trunk/MagicSoft/TDAS-Extractor/Performance.tex
r5896 r5919 1 \section{Performance }1 \section{Performance \label{sec:performance}} 2 2 3 3 \subsection{Calibration} … … 735 735 %%% TeX-master: "MAGIC_signal_reco" 736 736 %%% TeX-master: "MAGIC_signal_reco" 737 %%% TeX-master: "MAGIC_signal_reco" 737 738 %%% End:
Note:
See TracChangeset
for help on using the changeset viewer.