# ========================================================================== ############################################################################# # ========================================================================== # # This is a resource file for the Mars executable. You can here setup # setup the tasks of the eventloops executed in the Mars executable - # if supported by these tasks. # # ========================================================================== ############################################################################# # ========================================================================== # ------------------------------------------------------------------------- # Use this if you want to setup the logging stream for the jobs # (overwrites command line options) # ------------------------------------------------------------------------- #MLog.VerbosityLevel: 2 #MLog.DebugLevel: 1 #MLog.NoColors: yes # ------------------------------------------------------------------------- # Define here which signal extractor you are going to use for the # whole calibration chain # ------------------------------------------------------------------------- #ExtractSignal: MExtractTimeAndChargeDigitalFilter #ExtractSignal.WeightsFile: msignal/MC_weights46.dat # ------------------------------------------------------------------------- # Define here an extractor which can be used for the December 04 data. # ------------------------------------------------------------------------- #ExtractSignal: MExtractTimeAndChargeSpline, MExtractTimeAndChargeDigitalFilterPeakSearch, MExtractTimeAndChargeSlidingWindow # ------------------------------------------------------------------------- # Define here parameters valid for all extractors above # ------------------------------------------------------------------------- #ExtractSignal.HiGainFirst: 0 #ExtractSignal.HiGainLast: 15 #ExtractSignal.LoGainFirst: 3 #ExtractSignal.LoGainLast: 14 #ExtractSignal.SaturationLimit: 250 #ExtractSignal.OffsetLoGain: 1.51 #ExtractSignal.OffsetLoGain: 0 #ExtractSignal.LoGainSwitch: 150 #ExtractSignal.LoGainStartShift: -2.8 #ExtractSignal.LoGainStartShift: -2.8 # ------------------------------------------------------------------------- # Define here parameters valid for the spline: # ------------------------------------------------------------------------- #ExtractSignal.Resolution: 0.05 #ExtractSignal.RiseTimeHiGain: 0.5 #ExtractSignal.FallTimeHiGain: 1.5 #ExtractSignal.LoGainStretch: 1.5 #ExtractSignal.ExtractionType: Integral #ExtractSignal.ExtractionType: Amplitude # ------------------------------------------------------------------------- # Define here parameters valid for the sliding window: # ------------------------------------------------------------------------- #ExtractSignal.HiGainWindowSize: 6 #ExtractSignal.LoGainWindowSize: 6 # ------------------------------------------------------------------------- # Define here parameters valid for the digital filter with peak search: # ------------------------------------------------------------------------- #ExtractSignal.OffsetLeftFromPeak: 3 #ExtractSignal.OffsetRightFromPeak: 3 #ExtractSignal.PeakSearchWindowSize: 2 #ExtractSignal.HiGainFailureLimit: 10 #ExtractSignal.LoGainFailureLimit: 25 # ------------------------------------------------------------------------- # In the case of the Digital filter you have to overwrite the default # weights file depending on what you are extracting # ------------------------------------------------------------------------- #ExtractSignal.WeightsFile: msignal/cosmics_weights.dat # ------------------------------------------------------------------------- # Setup level for determining of bad pixels # ------------------------------------------------------------------------- #MBadPixelsCalc.PedestalLevel: 3.0 #MBadPixelsCalc.PedestalLevelVariance: 3.0 #MBadPixelsTreat.NumMinNeighbors: 3 #MBadPixelsTreat.UseInterpolation: yes #MBadPixelsTreat.ProcessPedestalEvt: yes #MBadPixelsTreat.ProcessPedestalRun: no #MBadPixelsTreat.ProcessTimes: yes #MBadPixelsTreat.UseCentralPixel: no #MBadPixelsTreat.HardTreatment: no # ------------------------------------------------------------------------- # This is how you can setup the Image cleaning used in the Camera Display # ------------------------------------------------------------------------- MImgCleanStd.CleanMethod: Scaled MImgCleanStd.CleanLevel1: 4.5 MImgCleanStd.CleanLevel2: 3.0