source: trunk/MagicSoft/Mars/NEWS@ 1299

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