source: trunk/MagicSoft/Mars/Changelog@ 8306

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