source: trunk/MagicSoft/Mars/Changelog@ 8264

Last change on this file since 8264 was 8264, checked in by Daniela Dorner, 18 years ago
*** empty log message ***
File size: 5.7 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2007/01/18 Daniel Hoehne
22
23 * msignal/*.dat:
24 - inserted missing third column (0) in all weights files
25
26
27
28 2007/01/18 Thomas Bretz
29
30 * mhflux/MHCollectionArea.cc:
31 - another fix for the error calculation of the collection area.
32 The totalarea was inluded in the error calculation as it would
33 be a wait, but actually it is not.
34
35
36
37 2007/01/16 Thomas Bretz
38
39 * mfileio/MReadMarsFile.cc:
40 - fixed two "comparison between signed and unsigned integer" warnings
41
42 * mhbase/MFillH.cc:
43 - small update to comments
44
45 * mimage/MHHillasExt.cc:
46 - call SetDirectory(NULL) after SetName
47
48 * mjobs/MSequence.[h,cc]:
49 - commented out obsolete GetFileNames
50
51 * msignal/MExtractor.[h,cc]:
52 - Some small updates
53 - removed code from Process function
54 - increased version number to 7
55
56 * msignal/MExtractedSignalPix.h:
57 - some simple reordering in the class header
58
59 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
60 - simplified the checks in SetWindowSize
61
62 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
63 - added third column with zeros
64
65
66
67 2007/01/16 Daniela Dorner
68
69 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
70 datacenter/db/magicdefs.php:
71 - implemented new variables for datasets
72
73
74
75 2007/01/15 Thomas Bretz
76
77 * mpedestal/MPedestalSubtract.cc:
78 - added a sanity check tomake sure that the pixel array has the
79 correct size when filled
80 - made sure the the number of pixels in the camera nd not the
81 number of connected pixels is used to initialize the size of
82 the arrays.
83
84 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
85 - allow the initialization of nuber of pixels and samples
86 independanly.
87
88
89 2007/01/15 Daniela Dorner
90
91 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
92 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
93 datacenter/db/plotdb.php, datacenter/db/menu.php,
94 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
95 datacenter/db/datasetinfo.php:
96 - fixed bug in init of $_GET
97
98
99
100 2007/01/12 Stefan Ruegamer
101
102 * datacenter/macros/writedatasetfile.C:
103 - addded #include <errno.h>
104
105
106
107 2007/01/11 Thomas Bretz
108
109 * mbase/MLogManip.cc:
110 - removed the obsolete include of MLog.h
111
112 * mbase/MLogManip.h:
113 - encapsulated an include in ifdefs
114
115 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
116 - updated log-output
117
118 * mhflux/MHEnergyEst.cc:
119 - replaced difficult to see green by blue
120
121 * mjobs/MDataSet.[h,cc]:
122 - added datat members for path of sequences and path of data files
123 to be able to store overwritten defaults
124 - check completeness of dataset files
125 - store a MSequence object in the list instead of the name and dir
126 (this is necessary to have all important information for a dataset
127 file, including the sequence number! - available)
128 - some changes to the output
129 - allow to print a perfect copy of the read dataset file to the console
130 just from the contents of the object
131
132 * mjobs/MJStar.cc:
133 - updated to use MSequence::GetFileName instead of MSequence:GetName
134
135 * mjobs/MSequence.[h,cc]:
136 - keep filename and datapath in header, this has some advantages
137 for sanity checks
138 - many improvements of sanity checking in case of missing or
139 unaccessible files
140 - Fixed "lightConditions" (was "LightCondition")
141 - Fixed "No_Moon" (was "NoMoon")
142 - allow to set the data path as second argument in the constructor
143 - implemented a check whether the sequence file is complete
144
145 * mjobs/MJCut.[h,cc]:
146 - added some code (still commented out) to display the excess rate
147 - with the other changes we can now store the original dataset in
148 the output
149
150 * mjoptim/MJOptimize.cc:
151 - Keep the sequence files in the file list instead of just the
152 filename and the directory
153
154 * mjtrain/MJTrainDisp.cc:
155 - use return value of MDataSet::AddFilesOn/Off for a sanity check
156
157 * mjobs/MJob.[h,cc]:
158 - removed obsolete fPathData and stuff
159
160 * callisto.cc, star.cc:
161 - removed obsolete calls to MJob::SetPathData
162
163 * callisto.rc, star.rc:
164 - removed obsolete examples for "PathData"-resource
165
166 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
167 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
168 - removed obsolete reference to fPathData
169
170
171
172 2007/01/11 Daniela Dorner
173
174 * datacenter/db/builddatasets.php:
175 - implemented username (the one who inserts the dataset has to give
176 his/her username now)
177 - fixed password query in case user inserted something wrong
178 - implemented check, if on-sequences have different observations
179 modes
180 - implemented check, if user has chosen one sequences as on and off
181 - adapted text of password prompt
182
183 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
184 runinfo-aio.php, sequinfo-aio.php:
185 - minor changes in formatting
186 - added 'alt' for +/- images
187
188 * datacenter/db/menu.js:
189 - added 'alt' for +/- images
190
191
192
193 2007/01/10 Thomas Bretz
194
195 * mhbase/MH.cc:
196 - fixed a bug in SetBinomialErrors. The errors of the two
197 histograms were exchanged in the calculation
198
199 * mbase/MEnv.[h,cc]:
200 - added new member function GetNumUntouched
201
Note: See TracBrowser for help on using the repository browser.