source: trunk/MagicSoft/Mars/NEWS@ 1216

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