source: trunk/MagicSoft/Simulation/Detector/ReflectorII/Changelog@ 1622

Last change on this file since 1622 was 1622, checked in by bigongia, 23 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 2.0 KB
Line 
1** Add changes at the beginning! **
2
315/11/2002 A. Moralejo
4
5reflector.c: in the wavelength range check, changed the range limits to
6the fixed values 290 and 600 nm. The StarFieldAdder cer files could not be
7processed otherwise, because the w range is not written in their headers.
8
9ph2cph.c: changed sign of phi angle to make it positive. This was necessary
10since now the vector indicating the reflected photon trajectory has also
11changed sign! (see note below, 11/11).
12
1314/11/2002 A. Moralejo
14reflector.c, parms.c Added wobble mode option. Added wobble flag to the
15output and also an atmospheric_model flag.
16
1713/11/2002 A. Moralejo
18reflector.c, header.h: Introduced 3 counters to keep track of what proportion
19of the C-photons in each event have been produced by electrons, muons or
20other particles.
21
2211/11/2002 A. Moralejo
23ph2cph.c: BUG found! and fixed: the direction cosines in the cer files are
24those of the downgoing directions of photons, hence third component is
25negative. Before it was assumed positive. This, together with a wrong
26reflection in the individual mirrors (also changed) resulted in a subtle
27error which produced a quite de-focused reflector!
28
29reflector.c: for the same reason as above, the sign of theta in the calls
30to makeOmega had to be changed (+pi added to the phi argument).
31
32geometry.c, ph2cph.c, reflector.c, init.h: eliminated array ct_Focal[]
33which contained the focal lengths of individual mirrors. It was redundant
34since the same information is available in ct_data[].f
35
36Oct/2002 A. Moralejo
37added attach.c to attach the files magic.def, axisdev.dat and
38reflectivity.dat to the end of the reflector output.
39
40Sept/2002 A. Moralejo
41header.h, reflector.c: added run header (=Corsika's), changed event header.
42
433/7/2002 A. Moralejo
44reflector.c: Introduced NaN check in the photon loop.
45If NAns are found in a photon data block, it is not processed.
46
47ph2cph.c: Introduced "check of positiveness" before taking the sqrt
48in the calculation of the photon trajectory intersection with the
49global paraboloid.
50
51
52
Note: See TracBrowser for help on using the repository browser.