source: trunk/MagicSoft/Mars/NEWS@ 1203

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