source: tags/Mars-V0.8.7pre/mars.rc@ 13149

Last change on this file since 13149 was 6569, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 4.5 KB
Line 
1# ==========================================================================
2#############################################################################
3# ==========================================================================
4#
5# This is a resource file for the Mars executable. You can here setup
6# setup the tasks of the eventloops executed in the Mars executable -
7# if supported by these tasks.
8#
9# ==========================================================================
10#############################################################################
11# ==========================================================================
12
13# -------------------------------------------------------------------------
14# Use this if you want to setup the logging stream for the jobs
15# (overwrites command line options)
16# -------------------------------------------------------------------------
17#MLog.VerbosityLevel: 2
18#MLog.DebugLevel: 1
19#MLog.NoColors: yes
20
21# -------------------------------------------------------------------------
22# Define here which signal extractor you are going to use for the
23# whole calibration chain
24# -------------------------------------------------------------------------
25ExtractSignal: MExtractTimeAndChargeDigitalFilter
26# -------------------------------------------------------------------------
27# Define here an extractor which can be used for the December 04 data.
28# -------------------------------------------------------------------------
29#ExtractSignal: MExtractTimeAndChargeSpline, MExtractTimeAndChargeDigitalFilterPeakSearch, MExtractTimeAndChargeSlidingWindow
30# -------------------------------------------------------------------------
31# Define here parameters valid for all extractors above
32# -------------------------------------------------------------------------
33#ExtractSignal.HiGainFirst: 0
34#ExtractSignal.HiGainLast: 15
35#ExtractSignal.LoGainFirst: 3
36#ExtractSignal.LoGainLast: 14
37#ExtractSignal.SaturationLimit: 250
38#ExtractSignal.OffsetLoGain: 1.51
39#ExtractSignal.OffsetLoGain: 0
40#ExtractSignal.LoGainSwitch: 150
41#ExtractSignal.LoGainStartShift: -2.8
42#ExtractSignal.LoGainStartShift: -2.8
43# -------------------------------------------------------------------------
44# Define here parameters valid for the spline:
45# -------------------------------------------------------------------------
46#ExtractSignal.Resolution: 0.05
47#ExtractSignal.RiseTimeHiGain: 0.5
48#ExtractSignal.FallTimeHiGain: 1.5
49#ExtractSignal.LoGainStretch: 1.5
50#ExtractSignal.ExtractionType: Integral <default>
51#ExtractSignal.ExtractionType: Amplitude
52# -------------------------------------------------------------------------
53# Define here parameters valid for the sliding window:
54# -------------------------------------------------------------------------
55#ExtractSignal.HiGainWindowSize: 6
56#ExtractSignal.LoGainWindowSize: 6
57# -------------------------------------------------------------------------
58# Define here parameters valid for the digital filter with peak search:
59# -------------------------------------------------------------------------
60#ExtractSignal.OffsetLeftFromPeak: 3
61#ExtractSignal.OffsetRightFromPeak: 3
62#ExtractSignal.PeakSearchWindowSize: 2
63#ExtractSignal.HiGainFailureLimit: 10
64#ExtractSignal.LoGainFailureLimit: 25
65
66# -------------------------------------------------------------------------
67# In the case of the Digital filter you have to overwrite the default
68# weights file depending on what you are extracting
69# -------------------------------------------------------------------------
70#ExtractSignal.WeightsFile: msignal/cosmics_weights.dat
71
72# -------------------------------------------------------------------------
73# Setup level for determining of bad pixels
74# -------------------------------------------------------------------------
75#MBadPixelsCalc.PedestalLevel: 3.0
76#MBadPixelsCalc.PedestalLevelVariance: 3.0
77#MBadPixelsTreat.NumMinNeighbors: 3
78#MBadPixelsTreat.UseInterpolation: yes
79#MBadPixelsTreat.ProcessPedestalEvt: yes
80#MBadPixelsTreat.ProcessPedestalRun: no
81#MBadPixelsTreat.ProcessTimes: yes
82#MBadPixelsTreat.UseCentralPixel: no
83#MBadPixelsTreat.HardTreatment: no
84
85# -------------------------------------------------------------------------
86# This is how you can setup the Image cleaning used in the Camera Display
87# -------------------------------------------------------------------------
88MImgCleanStd.CleanMethod: Scaled
89MImgCleanStd.CleanLevel1: 4.5
90MImgCleanStd.CleanLevel2: 3.0
Note: See TracBrowser for help on using the repository browser.