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

Last change on this file since 1722 was 1722, checked in by moralejo, 22 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 3.2 KB
Line 
1** Add changes at the beginning! **
2
321/01/2003 A. Moralejo
4
5Removed from the output a null byte written right after the ascii label
6containing the program version number which is at the beginning of the rfl
7file.
8
919/12/2002 - 17/01/2003 A. Moralejo
10
11Lots of changes. Moved simulation of Mie scattering and Ozone absorption from
12attenu.f to atm.c, and changed the way it is done. Before it was not correct
13for large zenith angle (a variation like for Rayleigh scattering was assumed
14for both Mie scattering and Ozone absorption).
15
16
1713/12/2002 A. Moralejo
18
19attenu.f: Found mistake in Mie absorption calculation (height from sea
20level was taken as height above observation level). Changed optical depths
21table for Mie attenuation. Now they are no longer referred to 2 km height,
22but to sea level. Detector level is taken into account later in calculation.
23
2410/12/2002 A. Moralejo
25
26attenu.f: Added comments, removed old/unnecessary code, corrected small
27mistake in Elterman's table for ozone optical depth.
28
29atm.c,h : removed atmospheric model "ATM_ISOTHERMAL" which actually was
30not even implemented in the code, although it could be selected in the
31input card.
32
3315/11/2002 A. Moralejo
34
35ph2cph.c: Fixed BUG in timing calculation!!! The time to be subtracted
36(mirror till ground) had the wrong sign!!!
37
38reflector.c: in the wavelength range check, changed the range limits to
39the fixed values 290 and 600 nm. The StarFieldAdder cer files could not be
40processed otherwise, because the w range is not written in their headers.
41
42ph2cph.c: changed sign of phi angle to make it positive. This was necessary
43since now the vector indicating the reflected photon trajectory has also
44changed sign! (see note below, 11/11).
45
4614/11/2002 A. Moralejo
47reflector.c, parms.c: Added wobble mode option. Added wobble flag to the
48output and also an atmospheric_model flag.
49
5013/11/2002 A. Moralejo
51reflector.c, header.h: Introduced 3 counters to keep track of what proportion
52of the C-photons in each event have been produced by electrons, muons or
53other particles.
54
5511/11/2002 A. Moralejo
56ph2cph.c: BUG found! and fixed: the direction cosines in the cer files are
57those of the downgoing directions of photons, hence third component is
58negative. Before it was assumed positive. This, together with a wrong
59reflection in the individual mirrors (also changed) resulted in a subtle
60error which produced a quite de-focused reflector!
61
62reflector.c: for the same reason as above, the sign of theta in the calls
63to makeOmega had to be changed (+pi added to the phi argument).
64
65geometry.c, ph2cph.c, reflector.c, init.h: eliminated array ct_Focal[]
66which contained the focal lengths of individual mirrors. It was redundant
67since the same information is available in ct_data[].f
68
69Oct/2002 A. Moralejo
70added attach.c to attach the files magic.def, axisdev.dat and
71reflectivity.dat to the end of the reflector output.
72
73Sept/2002 A. Moralejo
74header.h, reflector.c: added run header (=Corsika's), changed event header.
75
763/7/2002 A. Moralejo
77reflector.c: Introduced NaN check in the photon loop.
78If NAns are found in a photon data block, it is not processed.
79
80ph2cph.c: Introduced "check of positiveness" before taking the sqrt
81in the calculation of the photon trajectory intersection with the
82global paraboloid.
83
84
85
Note: See TracBrowser for help on using the repository browser.