source: tags/Mars-V0.6/NEWS@ 9752

Last change on this file since 9752 was 1181, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 4.2 KB
Line 
1 -*-*- END -*-*-
2
3 *** Version 0.6
4
5 - Introduce the option of disable pixels (MBlindPixels and
6 MBlindPixelCalc) for the analysis (eg MHillasCalc) to be
7 able to deal with Star Field NSB.
8
9 - Fixed a bug in the pedestals substraction
10
11 - Introduced verbosity levels
12
13 - Introduced a task (MReadMarsFile) which reads the RunHeader tree, too.
14
15 - Fixed several bugs in MFTriggerLvl1 which caused to filter not to
16 work correctly (thanks to Abelardo)
17
18 - Introduced correct treatment of the diffuse Night Sky Background
19 and NSB (MMcPedestalNSB)
20
21 - Corrected treatment of the electronic noise (MMcPedestalCopy)
22
23 - Introduced MMcRunHeaders which contains monte carlo run informations
24
25 - Added a 'Print'-Task (MPrint) which calls the Print function
26 of a parameter container for each event
27
28 - Removed MHtml (was replaced by THtml of root 3.02) in dohtml.C
29
30 - changes to be more efficient with root 3.02/06
31
32 - root 3.02/06 fixes:
33 + the memory leak when reading MRawEvtData
34 + loosing more time than necessary to update the progress bar
35
36 - MWriteAsciiFile is now capable of writing more than one container
37 in a line. For example: To be able to write Monte Carlo and
38 Hillas values (energy and alpha) in one line.
39
40
41
42 *** Version 0.5 (2001/11/06)
43
44 - Added new GUI functionality (Analysis)
45
46 - Added a camera display to be able to display events in the camera
47 together with the calculated hillas ellipse
48
49 - Added a 'Clone'-Task (MClone) which can clone a parameter container
50 object at any state of the analysis, so that the output are several
51 states
52
53 - Fixed a bug in the collection area error calculation
54 (Thanks to Ciro and Abelardo)
55
56 - Fixed a bug which causes merpp to crash in some environments
57
58 - Implemented auto enabling scheme for Branches to speed up reading
59 a lot (see MReadTree and MTask)
60
61 - Fixed a bug in the Histogram classes which caused histograms to
62 be written to a file by MWriteRootFile without request
63
64 - changed the object I/O from the old stylish root I/O to the new
65 'auto evolution scheme' This was done only for classes which are not
66 yet used in Monte Carlo files, so that these files are still readable.
67
68 - Added support for a progress bar in MEvtLoop and MReadTree
69 (see the Analysis Window in Mars for an example)
70
71 - Fixed a bug in the package creation which disturbed the conversion
72 between a mars version unpacked from a tar file and the repository.
73
74 - Changed the code to writer merpped (converted into root format)
75 raw files, to get faster (around 10%)
76
77
78
79 *** Version 0.4 (2001/09/20)
80
81 - This release is made to compile on a root version >= 3.00
82
83 - Fixed a bug which causes MReadTree to read the first file only
84
85 - Added a task to compute the trigger rate (MMcTriggerRateCalc)
86
87 - Added a task to write a container to an Ascii file (MWriteAsciiFile)
88
89 - Added a task to write several container to a root file (MWriteRootFile)
90
91 - Added calculation of the Enegry Threshold (MMcThresholdCalc)
92
93 - Added calculation of the collection area (MMcCollectionAreaCalc)
94
95 - fixed some bugs in the Hillas calculation
96
97 - added filters to be able to control the task execution dependent on
98 a parameter (for example: the number of level 1 triggers in a MC-file)
99
100
101
102 *** Version 0.3 (2001/04/23)
103
104 - Many demo macros added
105
106 - MCT1ReadAscii is now able to handle more than one file (s. ::AddFile)
107
108 - Hillas Calculation added
109
110 - Standard image cleaning available
111
112 - MReadTree is now able to handle more than one file
113 (Remark: of the same structure)
114
115 - Now we are able to display events in a first version of the
116 Camera event display. To do this we must run the macro
117 "macros/readCT1.C" to read data from CT1.
118
119
120
121 *** Version 0.2 (2001/01/24)
122
123 - First Implementation of a Gui to read the raw data. Start the
124 gui with the command mars.
125
126
127
128 *** Version 0.1 (2000/12/20)
129
130 - First official release 0.1
131
132 - Changes:
133
134 + changed calling style of MRawPixelIterator from do...while to
135 while-loop
136
Note: See TracBrowser for help on using the repository browser.