Ignore:
Timestamp:
12/13/04 18:51:23 (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

    r5585 r5586  
    4242consecutive non-saturating FADC slices in a (smaller) peak-search window. This reference
    4343point removes the coherent movement of the arrival times over whole camera due to the trigger jitter.
    44 
    45 Then, simply adds the FADC contents around the reference point in a fixed window manner.
     44\par
     45Then, it starts adding the FADC contents starting from one slice before the peak-search window up to
     46a pre-defined window size.
    4647It loops twice over the all pixels every event, because it first has to find the reference point.
    4748As it does not correct for the clock-noise, only an even number of samples is allowed.
     
    336337SetRange(0,18,2,14); and:
    337338\resume{enumerate}
    338 \item SetWindows(2,2,2);
     339\item SetWindows(2,2,2); SetOffsetFromWindow(0);
    339340\item SetWindows(4,4,2);
    340341\item SetWindows(6,6,4);
    341 \item SetWindows(4,6,4);
     342\item SetWindows(4,6,4); SetOffsetFromWindow(0);
    342343\item SetWindows(8,8,4);
    343344\item SetWindows(14,10,4);
     
    390391%%% mode: latex
    391392%%% TeX-master: "MAGIC_signal_reco"
     393%%% TeX-master: "MAGIC_signal_reco"
    392394%%% End:
  • trunk/MagicSoft/TDAS-Extractor/Changelog

    r5585 r5586  
    2525                    - took out the UV-weights extractor with low-gain
    2626                      inversed weights
     27                    - added the offsetFromWindow in the description of
     28                      MExtractFixedWindowPeakSearch
    2729
    28302004/12/07: Markus Gaug
Note: See TracChangeset for help on using the changeset viewer.