Ignore:
Timestamp:
04/30/03 18:22:48 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/ReflectorII/Changelog

    r2047 r2051  
    11** Add changes at the beginning! **
     2
     330/04/2003 A. Moralejo
     4
     5ph2cph.c: Found out that the fix from yesterday, although it "patched" the
     6loss of photons, did not remove the real cause for it. Actually in the
     7determination of the intersection of the photon with the paraboloid there
     8was an overflow which resulted in nonsense coordinates beyond 10 m from
     9the mirror dish center. It has been fixed fixed by changing the following
     10cut:
     11
     12  if ( fabs(a) < 1.e-3 ) {
     13    xcut[2] = -c / b
     14  }
     15
     16which was formerly < 1.e-6.
     17
     18I also noticed that the problem from yesterday was not so serious: it only
     19removed a significant amount of the photons nearly paralel to the telescope
     20axis, but globally, over a cer file there is no big difference.
    221
    32229/04/2003 A. Moralejo
Note: See TracChangeset for help on using the changeset viewer.