Changeset 5586 for trunk/MagicSoft/TDAS-Extractor
- Timestamp:
- 12/13/04 18:51:23 (20 years ago)
- Location:
- trunk/MagicSoft/TDAS-Extractor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/TDAS-Extractor/Algorithms.tex
r5585 r5586 42 42 consecutive non-saturating FADC slices in a (smaller) peak-search window. This reference 43 43 point 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 45 Then, it starts adding the FADC contents starting from one slice before the peak-search window up to 46 a pre-defined window size. 46 47 It loops twice over the all pixels every event, because it first has to find the reference point. 47 48 As it does not correct for the clock-noise, only an even number of samples is allowed. … … 336 337 SetRange(0,18,2,14); and: 337 338 \resume{enumerate} 338 \item SetWindows(2,2,2); 339 \item SetWindows(2,2,2); SetOffsetFromWindow(0); 339 340 \item SetWindows(4,4,2); 340 341 \item SetWindows(6,6,4); 341 \item SetWindows(4,6,4); 342 \item SetWindows(4,6,4); SetOffsetFromWindow(0); 342 343 \item SetWindows(8,8,4); 343 344 \item SetWindows(14,10,4); … … 390 391 %%% mode: latex 391 392 %%% TeX-master: "MAGIC_signal_reco" 393 %%% TeX-master: "MAGIC_signal_reco" 392 394 %%% End: -
trunk/MagicSoft/TDAS-Extractor/Changelog
r5585 r5586 25 25 - took out the UV-weights extractor with low-gain 26 26 inversed weights 27 - added the offsetFromWindow in the description of 28 MExtractFixedWindowPeakSearch 27 29 28 30 2004/12/07: Markus Gaug
Note:
See TracChangeset
for help on using the changeset viewer.