Changeset 8310 for trunk/MagicSoft/Mars/star.rc
- Timestamp:
- 02/09/07 09:02:23 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/star.rc
r8245 r8310 44 44 45 45 # ------------------------------------------------------------------------- 46 # Setup the image cleaning here 47 # ------------------------------------------------------------------------- 48 MImgCleanStd.CleanLevel1: 8.5 49 MImgCleanStd.CleanLevel2: 4.0 50 MImgCleanStd.CleanMethod: Absolute 51 #MImgCleanStd.CleanRings: 1 52 #MImgCleanStd.KeepSinglePixels: No 53 54 # ------------------------------------------------------------------------- 55 # Setup the cut applied to the Sparkless tab 56 # ------------------------------------------------------------------------- 57 58 # This is the simple default 59 #SparkCut.Condition: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596 60 61 # This is the more complicated cut from ganymed.rc 62 #SparkCut.Condition: ({0} || {1}) && {2} 63 #SparkCut.0: MImagePar.fNumSatPixelsHG < 1 64 #SparkCut.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325 65 #SparkCut.2: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596 66 67 # ------------------------------------------------------------------------- 68 # setup the image parameter calculation here 69 # ------------------------------------------------------------------------- 70 #MHillasCalc.IdxIsland: 0 71 72 # ------------------------------------------------------------------------- 46 73 # Setup or switch off the muon analysis here 47 74 # ------------------------------------------------------------------------- … … 62 89 #MuonSearcCut.Condition: (MMuonSearchPar.fRadius>180) && (MMuonSearchPar.fRadius<400) && (MMuonSearchPar.fDeviation<45) 63 90 #MuonFinalCut.Condition: (MMuonCalibPar.fArcPhi>190) && (MMuonSearchPar.fDeviation<35) && (MMuonCalibPar.fArcWidth<0.20) && (MMuonCalibPar.fArcWidth>0.04) 64 65 # -------------------------------------------------------------------------66 # Setup the image cleaning here67 # -------------------------------------------------------------------------68 MImgCleanStd.CleanLevel1: 8.569 MImgCleanStd.CleanLevel2: 4.070 MImgCleanStd.CleanMethod: Absolute71 #MImgCleanStd.KeepSinglePixels: No72 73 # -------------------------------------------------------------------------74 # setup the image parameter calculation here75 # -------------------------------------------------------------------------76 #MHillasCalc.IdxIsland: 077
Note:
See TracChangeset
for help on using the changeset viewer.