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