source: trunk/MagicSoft/Mars/NEWS@ 1232

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