source: trunk/MagicSoft/Mars/Changelog@ 8317

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