source: trunk/MagicSoft/Mars/NEWS@ 1185

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