1 | ** Add changes at the beginning! **
|
---|
2 |
|
---|
3 | 15/11/2002 A. Moralejo
|
---|
4 | ph2cph.c: changed sign of phi angle to make it positive. This was necessary
|
---|
5 | since now the vector indicating the reflected photon trajectory has also
|
---|
6 | changed sign! (see note below, 11/11).
|
---|
7 |
|
---|
8 | 14/11/2002 A. Moralejo
|
---|
9 | reflector.c, parms.c Added wobble mode option. Added wobble flag to the
|
---|
10 | output and also an atmospheric_model flag.
|
---|
11 |
|
---|
12 | 13/11/2002 A. Moralejo
|
---|
13 | reflector.c, header.h: Introduced 3 counters to keep track of what proportion
|
---|
14 | of the C-photons in each event have been produced by electrons, muons or
|
---|
15 | other particles.
|
---|
16 |
|
---|
17 | 11/11/2002 A. Moralejo
|
---|
18 | ph2cph.c: BUG found! and fixed: the direction cosines in the cer files are
|
---|
19 | those of the downgoing directions of photons, hence third component is
|
---|
20 | negative. Before it was assumed positive. This, together with a wrong
|
---|
21 | reflection in the individual mirrors (also changed) resulted in a subtle
|
---|
22 | error which produced a quite de-focused reflector!
|
---|
23 |
|
---|
24 | reflector.c: for the same reason as above, the sign of theta in the calls
|
---|
25 | to makeOmega had to be changed (+pi added to the phi argument).
|
---|
26 |
|
---|
27 | geometry.c, ph2cph.c, reflector.c, init.h: eliminated array ct_Focal[]
|
---|
28 | which contained the focal lengths of individual mirrors. It was redundant
|
---|
29 | since the same information is available in ct_data[].f
|
---|
30 |
|
---|
31 | Oct/2002 A. Moralejo
|
---|
32 | added attach.c to attach the files magic.def, axisdev.dat and
|
---|
33 | reflectivity.dat to the end of the reflector output.
|
---|
34 |
|
---|
35 | Sept/2002 A. Moralejo
|
---|
36 | header.h, reflector.c: added run header (=Corsika's), changed event header.
|
---|
37 |
|
---|
38 | 3/7/2002 A. Moralejo
|
---|
39 | reflector.c: Introduced NaN check in the photon loop.
|
---|
40 | If NAns are found in a photon data block, it is not processed.
|
---|
41 |
|
---|
42 | ph2cph.c: Introduced "check of positiveness" before taking the sqrt
|
---|
43 | in the calculation of the photon trajectory intersection with the
|
---|
44 | global paraboloid.
|
---|
45 |
|
---|
46 |
|
---|
47 |
|
---|