Changeset 5759 for trunk/MagicSoft
- Timestamp:
- 01/10/05 10:34:34 (20 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5758 r5759 29 29 - stop program in case that multiple colours are found in same file 30 30 without intensity calibration 31 32 * mbadpixels/MBadPixelsPix.h 33 - added two new possible UnCalibrated_t flags for the hi-lo 34 calibration 35 31 36 32 37 2005/01/10 Wolfgang Wittek -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h
r5481 r5759 50 50 kConversionHiLoNotValid = BIT(18), 51 51 kHiGainOverFlow = BIT(19), 52 kLoGainOverFlow = BIT(20) 52 kLoGainOverFlow = BIT(20), 53 kHiLoNotFitted = BIT(21), 54 kHiLoOscillating = BIT(22) 53 55 }; 54 56 -
trunk/MagicSoft/TDAS-Extractor/Algorithms.tex
r5754 r5759 264 264 t = \frac{\sum_{i=0}^{windowsize} s_i \cdot i}{\sum_{i=0}^{windowsize} i} 265 265 \end{equation} 266 where $i$ denotes the FADC slice index, starting from the beginning of the derived266 where $i$ denotes the FADC slice index, starting from the beginning of the extraction 267 267 window and running over the window and $s_i$ the clock-noise and 268 pedestal-corrected FADC value at slice index i.268 pedestal-corrected FADC slice contents at slice position $i$. 269 269 \par 270 270 The following free adjustable parameters have to be set from outside: … … 276 276 277 277 This extractor is implemented in the MARS-class {\textit{MExtractTimeAndChargeSpline}}. 278 It usesa cubic spline algorithm, adapted from \cite{NUMREC}.278 It interpolates the FADC contents using a cubic spline algorithm, adapted from \cite{NUMREC}. 279 279 The following free adjustable parameters have to be set from outside: 280 280 281 281 \begin{description} 282 \item[Time Extraction Type:\xspace] The position of the maximum can be chosen (default)or the283 position of the half maximum at the rising edge of the pulse 282 \item[Time Extraction Type:\xspace] The position of the maximum can be chosen or the 283 position of the half maximum at the rising edge of the pulse (default). 284 284 \item[Charge Extraction Type:\xspace] The amplitude of the maximum can be chosen (default) or the 285 285 integrated spline between maximum position minus rise time (default: 1.5 slices) and maximum position plus 286 fall time (default: 4.5 slices). The low-gain signal integrates one slice more at the falling part of the 286 fall time (default: 4.5 slices). The low-gain signal integrates half a slice more at the rising 287 falling part of the 287 288 signal. 288 289 \item[Rise Time and Fall Time:\xspace] Can be adjusted for the integration charge extraction type. … … 618 619 %%% TeX-master: "MAGIC_signal_reco" 619 620 %%% TeX-master: "MAGIC_signal_reco" 621 %%% TeX-master: "MAGIC_signal_reco" 620 622 %%% End:
Note:
See TracChangeset
for help on using the changeset viewer.