source: trunk/MagicSoft/Mars/Changelog@ 8323

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