Changeset 5759 for trunk


Ignore:
Timestamp:
01/10/05 10:34:34 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5758 r5759  
    2929     - stop program in case that multiple colours are found in same file
    3030       without intensity calibration
     31
     32   * mbadpixels/MBadPixelsPix.h
     33     - added two new possible UnCalibrated_t flags for the hi-lo
     34       calibration
     35
    3136
    3237 2005/01/10 Wolfgang Wittek
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h

    r5481 r5759  
    5050      kConversionHiLoNotValid   = BIT(18),
    5151      kHiGainOverFlow           = BIT(19),
    52       kLoGainOverFlow           = BIT(20)
     52      kLoGainOverFlow           = BIT(20),
     53      kHiLoNotFitted            = BIT(21),
     54      kHiLoOscillating          = BIT(22)
    5355    };
    5456   
  • trunk/MagicSoft/TDAS-Extractor/Algorithms.tex

    r5754 r5759  
    264264  t = \frac{\sum_{i=0}^{windowsize} s_i \cdot i}{\sum_{i=0}^{windowsize} i}
    265265\end{equation}
    266 where $i$ denotes the FADC slice index, starting from the beginning of the derived
     266where $i$ denotes the FADC slice index, starting from the beginning of the extraction
    267267window and running over the window and $s_i$ the clock-noise and
    268 pedestal-corrected FADC value at slice index i.
     268pedestal-corrected FADC slice contents at slice position $i$.
    269269\par
    270270The following free adjustable parameters have to be set from outside:
     
    276276
    277277This extractor is implemented in the MARS-class {\textit{MExtractTimeAndChargeSpline}}.
    278 It uses a cubic spline algorithm, adapted from \cite{NUMREC}.
     278It interpolates the FADC contents using a cubic spline algorithm, adapted from \cite{NUMREC}.
    279279The following free adjustable parameters have to be set from outside:
    280280
    281281\begin{description}
    282 \item[Time Extraction Type:\xspace] The position of the maximum can be chosen (default) or the
    283 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
     283position of the half maximum at the rising edge of the pulse (default).
    284284\item[Charge Extraction Type:\xspace] The amplitude of the maximum can be chosen (default) or the
    285285integrated 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
     286fall time (default: 4.5 slices). The low-gain signal integrates half a slice more at the rising
     287falling part of the
    287288signal.
    288289\item[Rise Time and Fall Time:\xspace] Can be adjusted for the integration charge extraction type.
     
    618619%%% TeX-master: "MAGIC_signal_reco"
    619620%%% TeX-master: "MAGIC_signal_reco"
     621%%% TeX-master: "MAGIC_signal_reco"
    620622%%% End:
Note: See TracChangeset for help on using the changeset viewer.