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 | # -------------------------------------------------------------------------
|
---|
25 | #ExtractSignal: MExtractTimeAndChargeDigitalFilter
|
---|
26 | #ExtractSignal.WeightsFile: msignal/MC_weights46.dat
|
---|
27 | # -------------------------------------------------------------------------
|
---|
28 | # Define here an extractor which can be used for the December 04 data.
|
---|
29 | # -------------------------------------------------------------------------
|
---|
30 | #ExtractSignal: MExtractTimeAndChargeSpline, MExtractTimeAndChargeDigitalFilterPeakSearch, MExtractTimeAndChargeSlidingWindow
|
---|
31 | # -------------------------------------------------------------------------
|
---|
32 | # Define here parameters valid for all extractors above
|
---|
33 | # -------------------------------------------------------------------------
|
---|
34 | #ExtractSignal.HiGainFirst: 0
|
---|
35 | #ExtractSignal.HiGainLast: 15
|
---|
36 | #ExtractSignal.LoGainFirst: 3
|
---|
37 | #ExtractSignal.LoGainLast: 14
|
---|
38 | #ExtractSignal.SaturationLimit: 250
|
---|
39 | #ExtractSignal.OffsetLoGain: 1.51
|
---|
40 | #ExtractSignal.OffsetLoGain: 0
|
---|
41 | #ExtractSignal.LoGainSwitch: 150
|
---|
42 | #ExtractSignal.LoGainStartShift: -2.8
|
---|
43 | #ExtractSignal.LoGainStartShift: -2.8
|
---|
44 | # -------------------------------------------------------------------------
|
---|
45 | # Define here parameters valid for the spline:
|
---|
46 | # -------------------------------------------------------------------------
|
---|
47 | #ExtractSignal.Resolution: 0.05
|
---|
48 | #ExtractSignal.RiseTimeHiGain: 0.5
|
---|
49 | #ExtractSignal.FallTimeHiGain: 1.5
|
---|
50 | #ExtractSignal.LoGainStretch: 1.5
|
---|
51 | #ExtractSignal.ExtractionType: Integral <default>
|
---|
52 | #ExtractSignal.ExtractionType: Amplitude
|
---|
53 | # -------------------------------------------------------------------------
|
---|
54 | # Define here parameters valid for the sliding window:
|
---|
55 | # -------------------------------------------------------------------------
|
---|
56 | #ExtractSignal.HiGainWindowSize: 6
|
---|
57 | #ExtractSignal.LoGainWindowSize: 6
|
---|
58 | # -------------------------------------------------------------------------
|
---|
59 | # Define here parameters valid for the digital filter with peak search:
|
---|
60 | # -------------------------------------------------------------------------
|
---|
61 | #ExtractSignal.OffsetLeftFromPeak: 3
|
---|
62 | #ExtractSignal.OffsetRightFromPeak: 3
|
---|
63 | #ExtractSignal.PeakSearchWindowSize: 2
|
---|
64 | #ExtractSignal.HiGainFailureLimit: 10
|
---|
65 | #ExtractSignal.LoGainFailureLimit: 25
|
---|
66 |
|
---|
67 | # -------------------------------------------------------------------------
|
---|
68 | # In the case of the Digital filter you have to overwrite the default
|
---|
69 | # weights file depending on what you are extracting
|
---|
70 | # -------------------------------------------------------------------------
|
---|
71 | #ExtractSignal.WeightsFile: msignal/cosmics_weights.dat
|
---|
72 |
|
---|
73 | # -------------------------------------------------------------------------
|
---|
74 | # Setup level for determining of bad pixels
|
---|
75 | # -------------------------------------------------------------------------
|
---|
76 | #MBadPixelsCalc.PedestalLevel: 3.0
|
---|
77 | #MBadPixelsCalc.PedestalLevelVariance: 3.0
|
---|
78 | #MBadPixelsTreat.NumMinNeighbors: 3
|
---|
79 | #MBadPixelsTreat.UseInterpolation: yes
|
---|
80 | #MBadPixelsTreat.ProcessPedestalEvt: yes
|
---|
81 | #MBadPixelsTreat.ProcessPedestalRun: no
|
---|
82 | #MBadPixelsTreat.ProcessTimes: yes
|
---|
83 | #MBadPixelsTreat.UseCentralPixel: no
|
---|
84 | #MBadPixelsTreat.HardTreatment: no
|
---|
85 |
|
---|
86 | # -------------------------------------------------------------------------
|
---|
87 | # This is how you can setup the Image cleaning used in the Camera Display
|
---|
88 | # -------------------------------------------------------------------------
|
---|
89 | MImgCleanStd.CleanMethod: Scaled
|
---|
90 | MImgCleanStd.CleanLevel1: 4.5
|
---|
91 | MImgCleanStd.CleanLevel2: 3.0
|
---|