Changeset 7997 for trunk


Ignore:
Timestamp:
09/29/06 12:57:28 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7996 r7997  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/09/29 Thomas Bretz
     21
     22   * ganymed_wobble.rc:
     23     - use the same spark cuts as in ganymed_onoff.rc. Seems to be
     24       unintentional that they were different.
     25
     26
     27
    2028 2006/09/28 Stefan Ruegamer
    2129
  • trunk/MagicSoft/Mars/NEWS

    r7991 r7997  
    142142     lead to improper, but not necessarily wrong, optimization results.
    143143
    144    - ganzmed: ganymed_onoff.rc, ganymed_wobble.rc - updated with comments
     144   - ganymed: ganymed_onoff.rc, ganymed_wobble.rc - updated with comments
    145145     how to use random forest
    146146
     147   - ganymed: use the same spark cuts as in ganymed_wobble.rc as in
     148     ganymed_onoff.rc. Seems to be unintentional that they were different.
    147149
    148150
  • trunk/MagicSoft/Mars/ganymed_wobble.rc

    r7981 r7997  
    117117Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}
    118118Cut0.0: MImagePar.fNumSatPixelsHG < 1
    119 Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.002*MImagePar.fNumSatPixelsHG) + 0.025
     119Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
    120120Cut0.2: MNewImagePar.fNumUsedPixels>5
    121121Cut0.3: MNewImagePar.fLeakage1 < 0.3
Note: See TracChangeset for help on using the changeset viewer.