source: trunk/MagicSoft/Mars/NEWS@ 1178

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