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

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