source: trunk/MagicSoft/Mars/Changelog@ 8326

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