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