source: trunk/MagicSoft/Mars/NEWS@ 1172

Last change on this file since 1172 was 1172, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 3.7 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
28
29 *** Version 0.5 (2001/11/06)
30
31 - Added new GUI functionality (Analysis)
32
33 - Added a camera display to be able to display events in the camera
34 together with the calculated hillas ellipse
35
36 - Added a 'Clone'-Task (MClone) which can clone a parameter container
37 object at any state of the analysis, so that the output are several
38 states
39
40 - Fixed a bug in the collection area error calculation
41 (Thanks to Ciro and Abelardo)
42
43 - Fixed a bug which causes merpp to crash in some environments
44
45 - Implemented auto enabling scheme for Branches to speed up reading
46 a lot (see MReadTree and MTask)
47
48 - Fixed a bug in the Histogram classes which caused histograms to
49 be written to a file by MWriteRootFile without request
50
51 - changed the object I/O from the old stylish root I/O to the new
52 'auto evolution scheme' This was done only for classes which are not
53 yet used in Monte Carlo files, so that these files are still readable.
54
55 - Added support for a progress bar in MEvtLoop and MReadTree
56 (see the Analysis Window in Mars for an example)
57
58 - Fixed a bug in the package creation which disturbed the conversion
59 between a mars version unpacked from a tar file and the repository.
60
61 - Changed the code to writer merpped (converted into root format)
62 raw files, to get faster (around 10%)
63
64
65
66 *** Version 0.4 (2001/09/20)
67
68 - This release is made to compile on a root version >= 3.00
69
70 - Fixed a bug which causes MReadTree to read the first file only
71
72 - Added a task to compute the trigger rate (MMcTriggerRateCalc)
73
74 - Added a task to write a container to an Ascii file (MWriteAsciiFile)
75
76 - Added a task to write several container to a root file (MWriteRootFile)
77
78 - Added calculation of the Enegry Threshold (MMcThresholdCalc)
79
80 - Added calculation of the collection area (MMcCollectionAreaCalc)
81
82 - fixed some bugs in the Hillas calculation
83
84 - added filters to be able to control the task execution dependent on
85 a parameter (for example: the number of level 1 triggers in a MC-file)
86
87
88
89 *** Version 0.3 (2001/04/23)
90
91 - Many demo macros added
92
93 - MCT1ReadAscii is now able to handle more than one file (s. ::AddFile)
94
95 - Hillas Calculation added
96
97 - Standard image cleaning available
98
99 - MReadTree is now able to handle more than one file
100 (Remark: of the same structure)
101
102 - Now we are able to display events in a first version of the
103 Camera event display. To do this we must run the macro
104 "macros/readCT1.C" to read data from CT1.
105
106
107
108 *** Version 0.2 (2001/01/24)
109
110 - First Implementation of a Gui to read the raw data. Start the
111 gui with the command mars.
112
113
114
115 *** Version 0.1 (2000/12/20)
116
117 - First official release 0.1
118
119 - Changes:
120
121 + changed calling style of MRawPixelIterator from do...while to
122 while-loop
123
Note: See TracBrowser for help on using the repository browser.