source: trunk/MagicSoft/Mars/Changelog@ 8293

Last change on this file since 8293 was 8293, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 9.9 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/02/03 Thomas Bretz
22
23 * mhist/MHCamEvent.[h,cc]:
24 - added Draw function to context menu
25 - added GetHist member functions
26 - added possibility to display the relative error
27
28 * mjobs/MJCalibration.cc:
29 - read the hi-/lo-gain calibration constants from a MHCamEvent
30 which is stored in a root file given in resources/hilocalib.rc
31
32 * msignal/MExtractTimeAndCharge.cc:
33 - improved the estimation in GetSaturationTime for the cases in
34 which the saturating pulse is so early, that an normal
35 interpolation is not appropriate.
36
37
38
39 2007/02/02 Thomas Bretz
40
41 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
42 - added new Fill functions allowing to fill photons versus
43 a z-value, e.g. energy.
44
45
46
47 2007/02/01 Thomas Bretz
48
49 * mhist/MHCamEvent.[h,cc]:
50 - allow to set a histogram for display from external
51
52 * mhist/MHCamera.[h,cc]:
53 - added functions to calc Median/Dev
54 - fixed adding a MHCamera with AddCamContent. It now takes also
55 the errors and binentries correctly into account
56 - simplified Reset() using TArray::Reset()
57
58 * mhvstime/MHSectorVsTime.[h,cc]:
59 - added option to use median/dev instead of mean/rms
60 - switched Grid on
61
62 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
63 - small improvements to splitting number rows
64 - handle possible tabs correctly
65
66 * mbase/MStatusArray.[h,cc]:
67 - improved handling in Read(). We make sure now that Read doesn't
68 produce a memory leak
69
70 * mhist/MHCamera.[h,cc]:
71 - overwrote Clone function to make sure that a cloned MHCamera
72 is never added to the current directory
73
74 * mcamera/MCameraTH.h:
75 - added a workaround to get rid of the obsolete discriminator thresholds
76 for the non-trigger pixels
77
78 * mreport/MReportCC.cc:
79 - added a sanity \o-Terminator to the dicriminator threshold extraction
80
81
82
83
84 2007/01/30 Thomas Bretz
85
86 * mbadpixels/MBadPixelsCam.[h,cc]:
87 - added function to return the uncalibrated and unsuitable
88 pixels as TArrayC (to be used in MHCamera)
89
90 * mhcalib/MHCalibrationChargeCam.cc:
91 - added a FIXME-comment
92
93 * mhist/MHCamEvent.[h,cc]:
94 - added an option to change the kind of error which is displayed
95 - consequently increased version number by 1
96
97 * mhist/MHCamera.[h,cc]:
98 - added a new bit to allow the error to be switched between
99 mean and spread
100
101 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
102 - adapted to changes in error display
103
104
105
106 2007/01/27 Thomas Bretz
107
108 * manalysis/MMcCalibrationUpdate.cc:
109 - fixed a typo in a comment
110
111 * mcalib/MCalibrateData.[h,cc]:
112 - commented out some obsolete currently unused code
113
114 * mdata/MDataPhrase.cc:
115 - added a sanity check
116
117 * mpedestal/MMcPedestalCopy.cc:
118 - Changed output to fit the structure used in all other classes
119
120 * mmain/MEventDisplay.cc:
121 - made sure that MPedestalSubtract dies the right thing
122 - removed badpixel calculation and treatment until a better
123 solution was found.
124
125 * mfbase/MFDataPhrase.cc:
126 - fixed a "comparison is always true" warning
127
128 * msignal/MExtractTimeAndChargeDigitalFilter.h:
129 - increased class version number to 3 to account for the removal
130 of the fTimeShift data members since last release
131
132
133
134 2007/01/27 Daniela Dorner
135
136 * datacenter/db/showplots.php:
137 - added (tool to click through the calib, signal and star plots of
138 one sequence)
139
140 * datacenter/db/index.html:
141 - added link to new plot tool
142
143 * datacenter/db/ganymed.php:
144 - added fDataSetName, removed fWobble
145 - removed mininmum value of 100 for dataset range
146
147 * datacenter/db/builddatasets.php:
148 - added fIsoInLimit2 and fIMCLimit2 in Init
149 - added check on observation mode
150
151
152
153 2007/01/26 Thomas Bretz
154
155 * mpedestal/MExtractPedestal.cc:
156 - fixed a bug which caused the pedestal to be set to 0 if the
157 AB-flag is invalid
158
159
160
161 2007/01/25 Thomas Bretz
162
163 * mreflector/MRflSinglePhoton.h:
164 - added copy constructor
165 - added a function to fill a TH2
166
167 * mreflector/MRflEvtData.[h,cc]:
168 - added copy costructor
169 - added Clone function
170 - added a function to fill a TH2
171
172
173
174 2007/01/24 Thomas Bretz
175
176 * mhflux/MHCollectionArea.cc:
177 - fixed a typo in the last change
178
179
180
181 2007/01/24 Daniel Hoehne
182
183 * msignal/*.dat:
184 - inserted missing third column (0) in all weights files
185
186
187
188 2007/01/18 Thomas Bretz
189
190 * mhflux/MHCollectionArea.cc:
191 - another fix for the error calculation of the collection area.
192 The totalarea was inluded in the error calculation as it would
193 be a wait, but actually it is not.
194
195
196
197 2007/01/16 Thomas Bretz
198
199 * mfileio/MReadMarsFile.cc:
200 - fixed two "comparison between signed and unsigned integer" warnings
201
202 * mhbase/MFillH.cc:
203 - small update to comments
204
205 * mimage/MHHillasExt.cc:
206 - call SetDirectory(NULL) after SetName
207
208 * mjobs/MSequence.[h,cc]:
209 - commented out obsolete GetFileNames
210
211 * msignal/MExtractor.[h,cc]:
212 - Some small updates
213 - removed code from Process function
214 - increased version number to 7
215
216 * msignal/MExtractedSignalPix.h:
217 - some simple reordering in the class header
218
219 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
220 - simplified the checks in SetWindowSize
221
222 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
223 - added third column with zeros
224
225
226
227 2007/01/16 Daniela Dorner
228
229 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
230 datacenter/db/magicdefs.php:
231 - implemented new variables for datasets
232
233
234
235 2007/01/15 Thomas Bretz
236
237 * mpedestal/MPedestalSubtract.cc:
238 - added a sanity check tomake sure that the pixel array has the
239 correct size when filled
240 - made sure the the number of pixels in the camera nd not the
241 number of connected pixels is used to initialize the size of
242 the arrays.
243
244 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
245 - allow the initialization of nuber of pixels and samples
246 independanly.
247
248
249 2007/01/15 Daniela Dorner
250
251 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
252 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
253 datacenter/db/plotdb.php, datacenter/db/menu.php,
254 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
255 datacenter/db/datasetinfo.php:
256 - fixed bug in init of $_GET
257
258
259
260 2007/01/12 Stefan Ruegamer
261
262 * datacenter/macros/writedatasetfile.C:
263 - addded #include <errno.h>
264
265
266
267 2007/01/11 Thomas Bretz
268
269 * mbase/MLogManip.cc:
270 - removed the obsolete include of MLog.h
271
272 * mbase/MLogManip.h:
273 - encapsulated an include in ifdefs
274
275 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
276 - updated log-output
277
278 * mhflux/MHEnergyEst.cc:
279 - replaced difficult to see green by blue
280
281 * mjobs/MDataSet.[h,cc]:
282 - added datat members for path of sequences and path of data files
283 to be able to store overwritten defaults
284 - check completeness of dataset files
285 - store a MSequence object in the list instead of the name and dir
286 (this is necessary to have all important information for a dataset
287 file, including the sequence number! - available)
288 - some changes to the output
289 - allow to print a perfect copy of the read dataset file to the console
290 just from the contents of the object
291
292 * mjobs/MJStar.cc:
293 - updated to use MSequence::GetFileName instead of MSequence:GetName
294
295 * mjobs/MSequence.[h,cc]:
296 - keep filename and datapath in header, this has some advantages
297 for sanity checks
298 - many improvements of sanity checking in case of missing or
299 unaccessible files
300 - Fixed "lightConditions" (was "LightCondition")
301 - Fixed "No_Moon" (was "NoMoon")
302 - allow to set the data path as second argument in the constructor
303 - implemented a check whether the sequence file is complete
304
305 * mjobs/MJCut.[h,cc]:
306 - added some code (still commented out) to display the excess rate
307 - with the other changes we can now store the original dataset in
308 the output
309
310 * mjoptim/MJOptimize.cc:
311 - Keep the sequence files in the file list instead of just the
312 filename and the directory
313
314 * mjtrain/MJTrainDisp.cc:
315 - use return value of MDataSet::AddFilesOn/Off for a sanity check
316
317 * mjobs/MJob.[h,cc]:
318 - removed obsolete fPathData and stuff
319
320 * callisto.cc, star.cc:
321 - removed obsolete calls to MJob::SetPathData
322
323 * callisto.rc, star.rc:
324 - removed obsolete examples for "PathData"-resource
325
326 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
327 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
328 - removed obsolete reference to fPathData
329
330
331
332 2007/01/11 Daniela Dorner
333
334 * datacenter/db/builddatasets.php:
335 - implemented username (the one who inserts the dataset has to give
336 his/her username now)
337 - fixed password query in case user inserted something wrong
338 - implemented check, if on-sequences have different observations
339 modes
340 - implemented check, if user has chosen one sequences as on and off
341 - adapted text of password prompt
342
343 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
344 runinfo-aio.php, sequinfo-aio.php:
345 - minor changes in formatting
346 - added 'alt' for +/- images
347
348 * datacenter/db/menu.js:
349 - added 'alt' for +/- images
350
351
352
353 2007/01/10 Thomas Bretz
354
355 * mhbase/MH.cc:
356 - fixed a bug in SetBinomialErrors. The errors of the two
357 histograms were exchanged in the calculation
358
359 * mbase/MEnv.[h,cc]:
360 - added new member function GetNumUntouched
361
Note: See TracBrowser for help on using the repository browser.