source: trunk/MagicSoft/Mars/Changelog@ 8719

Last change on this file since 8719 was 8719, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 113.4 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 2007/08/28 Thomas Bretz
21
22 * mbase/MEnv.[h,cc]:
23 - added handling an Include-resource. Note, that there is no
24 check for recursions, they can crash your program.
25
26 * sponde.cc:
27 - check for batch mode and no output file
28 - changed title
29 - moved HasWritePermission to MJSpectrum.cc
30
31 * mdata/MDataPhrase.cc:
32 - fixed a bug which caused a variable (eg. [0]) at the beginning
33 of a line not be detected correctly
34
35 * mhbase/MHn.cc:
36 - added some comments
37
38 * mhflux/MHDisp.[h,cc]:
39 - changed axis titles from x/y to dx/dy
40 - changed cutting out a part of the cake into stamping a hole
41 at the source position (currently with a fix PSF!)
42 - for the moment display everything in Wobble-mode (to be fixed!)
43
44 * mhflux/MMcSpectrumWeight.cc:
45 - some cosmetics to output
46
47 * mjobs/MJCut.cc:
48 - check if output file is writeable (necessary in on/off mode
49 to detect that incident before filling the source plot)
50
51 * mjobs/MJob.cc:
52 - added a comment
53 - fixed a bug in HasWritePermission (it must be fOverwrite not
54 !fOverwrite)
55
56 * mjobs/MJSpectrum.cc:
57 - replaced #cdot by a dot (it seems it is not supported anymore??)
58 - set a proper display name
59 - print an error message if writing the result failed
60
61 * mjtrain/MJTrainDisp.[h,cc]:
62 - a further small step to unify all MJOptim classes
63 - let the user change the theta-cut for the displayed efficiency
64
65 * macros/train/traindisp.C:
66 - added comment about new SetThetaCut
67
68 * mjtrain/MJTrainEnergy.[h,cc]
69 - a further small step to unify all MJOptim classes
70 - removed obsolete columns for Impact and TelescopeTheta
71 (MHEnergyEst doesn't read from the matrix here)
72 - set palette
73
74 * mpointing/MSrcPosCalc.[h,cc]:
75 - replaced CalcXYinCamera by MAstro::GetDistOnPlain. It has the
76 same accuracy and is not remarkably slower
77
78 * mpointing/MSrcPosCorrect.[h,cc]:
79 - changed comments
80 - made sure that any possible anti-source position in the camera
81 is handled correctly (maybe we should move it before
82 MSrcPosCalc and skip the anti-source here???)
83
84
85
86
87 2007/08/27 Markus Meyer
88
89 * mmuon/MHMuonPar.cc:
90 - Reference lines changed
91
92
93
94 2007/08/27 Thomas Bretz
95
96 * resources/starguider00000001.txt, resources/starguider0085240.txt,
97 resources/starguider00089180.txt:
98 - added more starguider calibration files
99
100 * resources/starguider.txt:
101 - removed obsolete old one
102
103
104
105 2007/08/26 Thomas Bretz
106
107 * mranforest/MRFEnergyEst.[h,cc]:
108 - removed obsolete files
109
110
111
112 2007/08/25 Thomas Bretz
113
114 * sponde.cc:
115 - check for write permissionbefore job is started
116
117 * sponde.rc, sponde_onoff.rc:
118 - cosmetics to comment
119
120 * macros/train/traindisp.C:
121 - better order of comments
122
123 * manalysis/MParameterCalc.[h,cc]:
124 - print name of output container
125 - allow setting name of output container from resource file
126
127 * mbase/MStatusDisplay.cc:
128 - added sanity check for batch mode in SetProgressBarPosition
129
130 * mfbase/MFDataPhrase.[h,cc]:
131 - initialize new data member fDefault in constructors
132 - increased class version number by one
133
134 * mhbase/MH.cc:
135 - do not divide by zero in SetBinomialErrors
136
137 * mhbase/MH3.[h,cc]:
138 - automatically set more log labels and suppress exponent
139
140 * mhbase/MHn.cc:
141 - set margin between new tabs in Divide to a small value
142
143 * mhflux/MHCollectionArea.cc:
144 - new default energy binning based on the typical simulation range
145
146 * mhflux/MHEnergyEst.cc:
147 - new default energy binning based on the typical simulation range
148 - set the impact binning to one bis as a default for speed
149 reasons. It is normally not used at all
150 - added two blue lines at the zero-bias level for convinience
151
152 * mhflux/MMcSpectrumWeight.cc:
153 - small cosmetics to Print-output
154
155 * mjobs/MJCut.cc:
156 - renamed the instances of the Calc* tasks
157 - store all three taskenvs
158
159 * mjobs/MJSpectrum.[h,cc]:
160 - handle a CalcDisp-task gotten from ganymed properly
161 - do not reexecute CalcHaronness for data
162 - renamed the instances of the Calc* tasks
163
164 * msql/MSQLMagic.cc, msql/MSQLServer.cc:
165 - delete created TSQLRow. They are not deleted automatically
166
167
168
169 2007/08/24 Thomas Bretz
170
171 * mdata/MDataMember.cc:
172 - added a sanity check in GetValue()
173
174 * mdata/MDataPhrase.[h,cc]:
175 - Allow to use MDataPhrase also with variables x,y,z and t
176 - Allow evaluation of the function with given x,y,z,t
177
178 * mjobs/MJSpectrum.h:
179 - commented IntermediateLoop, was unused
180
181 * mjoptim/MJOptimize.cc:
182 - added two comments
183
184 * mjtrain/MJTrainDisp.cc:
185 - added new MHn to display more information about the test
186 - improved result-histogram
187 - added PreTasks, PostTasks and TestTasks to testing tasklist
188 - some fixes if the user closed the display
189
190 * mjtrain/MJTrainEnergy.cc
191 - added new MHn to display more information about the test
192 - allow to set fTrainParameter and fResultFunction from
193 outside, this allows to train on whatever you like
194 - added TestTasks to testing tasklist
195 - added new member functions to set Train parameter and
196 evaluation function: SetTrainLog/Log and SetTrainFunc
197
198 * mranforest/MRanForestCalc.[h,cc]:
199 - changed evaluatio function-type from TF1 to MDataPhrase
200
201 * mraw/MRawEvtData.cc:
202 - initialize fNumBytesPerSample with 1
203
204 * mraw/MRawRunHeader.[h,cc]
205 - set default FADC type to 1 (Siegen)
206 - it turned out that we use 1/2 and not 0/1 as expected
207
208 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
209 - updated some comments
210 - added new CutT
211
212 * sponde.rc, sponde_onoff.rc:
213 - updated with thousands of comments
214 - adapted to new sponde respources
215 - added examples for missing resources
216 - added a new energy estimation formula which can be used instead
217 of using the random forest
218
219 * macros/optim/optimonoff.C, macros/optim/optimwobble.C:
220 - updated with the latest cuts and some comments
221
222 * macros/train/traindisp.C:
223 - updated with the latest knowledge and cuts
224 - updated with more examples
225
226 * mfbase/MFDataPhrase.[h,cc]:
227 - added a default value which can be used if no phrase is setup
228 - allow to use a constrcutor without phrase but name and title
229
230 * mjobs/MJCut.cc:
231 - removed SetAllowEmpty from CutT
232 - initialize CutT with no phrase instead of an empty one
233
234 * mjobs/MJSpectrum.h:
235 - removed obsolete function definition for IntermediateLoop
236
237 * mranforest/MRanForestCalc.cc:
238 - if weights are used output the sum of the weights for control
239 purpose
240
241 * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C,
242 datacenter/macros/plotrundb.C:
243 - delete TSQLRow if allocated
244
245
246
247 2007/08/23 Thomas Bretz
248
249 * mhbase/MH3.[h,cc]:
250 - added new data members fBins, allowing to set bins from the outside
251 - removed obsolete SetColors
252 - set palette automatically if it is a 2D histogram (more flexible
253 solution pending)
254
255 * mhbase/MHn.cc:
256 - added comments
257 - allow setting of binning without parlist
258 - added functions to set Scale, Log, AutoRange and Sumw2
259 - delete obsolete pads, if any
260
261 * mjoptim/MJOptimizeBase.h:
262 - added new data meber fTestTasks to be executed only for testing
263 - added comments
264
265 * mjtrain/MJTrainRanForest.cc:
266 - removed obsolete code already in comments
267
268 * mranforest/MRanForestCalc.[h,cc]:
269 - added the possibility to set a function which converts the
270 result of the rf. eg "pow(10, x)"
271
272 * mraw/MRawRunHeader.[h,cc]:
273 - replaced fNumSignificantBits by fFadcResolution for compatibility
274 - replaced fFreqSampling by fSamplingFrequency for compatibility
275 - increased ClassVersion to 9
276
277 * mraw/MRawEvtData.cc:
278 - initialize fNumBytesPerSample to 1 to make it compatible with reading
279 old MC files.
280
281 * mjobs/MJSpectrum.cc:
282 - added control plot for the residual of Energy
283 - fixed the "Overflow-Bug". It was a loop from o to <n, while histogram
284 bins are from 1 to ==n
285
286
287
288 2007/08/22 Thomas Bretz
289
290 * mbase/MEnv.cc:
291 - changed title print out for untouched resources
292
293 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
294 - added new class MHn
295
296 * mhbase/MH.[h,cc]
297 - changed start bin to search for GetRange
298 - added GetRangeX and GetRangeY member functions
299 - added GetRangeUserX and GetRangeUserY member functions
300 - added default to SetPalette
301
302 * mhbase/MH3.[h,cc]:
303 - chnaged to tokenize the name allowing to have different
304 Binning names for all axes
305 - added a style bit which allow to auto scale an axis if the
306 histogram is finally filled
307 - replaced 9999 with -1 in ProfileX/Y
308 - moved SetLog from Paint to Draw
309 - increased class version
310
311 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
312 mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
313 mreflector/MHReflector.cc:
314 - replaced 9999 with -1 in ProjectionX/Y/Z
315 - replaced 9999 with -1 in ProfileX/Y
316
317 * mhflux/MMcSpectrumWeight.cc:
318 - tiny change to output of Print
319
320 * mjobs/MJCut.cc:
321 - added a new Tab CuT displaying VsSize a second time, but with a
322 user definable cut "CutT" applied
323
324 * mjobs/MSequence.[h,cc]:
325 - added "Comment" to resources
326 - increased class version nimber
327
328 * mmuon/MHMuonPar.cc:
329 - enable all grids
330
331 * mimage/MNewImagePar.cc:
332 - Set fConcCOG to 0 if smaller 0. This produces at least a defined
333 value (-inf) when the logarithm is calculated, which is better
334 than an undefined one (NaN).
335
336
337
338 2007/08/22 Markus Meyer
339
340 * datacenter/macros/fillstar.C
341 - changed reference values for muon analysis according to
342 the large muon sample with old image cleaning (Mars-1.2) and
343 smaller integration region (0.75 to 1.2)
344
345 * resources/calibration.rc
346 - changed correction coefficients due to new reference values
347
348 * resources/calibration_spline.rc
349 - changed correction coefficients for MUX
350
351 * mmuon/MHMuonPar.cc
352 - changed FHistBraod from ArcWidth/Radius vs. Radius to
353 ArcWidth vs. Radius
354
355 * datacenter/macros/fillstar.C
356 - changed reference values for muon analysis again according to
357 the large muon sample with time image cleaning (for new release)
358 with integration region 0.75 to 1.2
359
360
361
362 2007/08/22 Stefan Ruegamer
363
364 * datacenter/scripts/runcallisto
365 - modified staging of files
366
367 * datacenter/scripts/runstar
368 - corrected server and added logfile entry for staging of files
369
370
371
372 2007/08/21 Thomas Bretz
373
374 * mpointing/MHSrcPosCam.[h,cc]:
375 - we now buffer the events instead of average them. This removes
376 strange (fake) events near the camera center in wobble mode
377
378
379
380 2007/08/21 Markus Meyer
381
382 * datacenter/macros/fillstar.C
383 - changed reference values for muon analysis according to
384 the large muon sample with time image cleaning and smaller
385 integration region (0.8 to 1.2)
386
387 * mmuon/MHMuonPar.cc
388 - changed fgIntegralLoLim from 0.7 to 0.8
389
390
391
392 2007/08/21 Stefan Ruegamer
393
394 * datacenter/scripts/movingrawfiles_OK
395 - removed rmdir -p option
396
397 * datacenter/scripts/runcallisto
398 - added staging of files
399
400
401
402 2007/08/20 Stefan Ruegamer
403
404 * datacenter/scripts/setup
405 - changed number of allowed processes
406
407 * datacenter/scripts/movingrawfiles
408 - changed login server from apollo to dc09
409 - removed lines for moving files from fromlapalma as the transfer
410 is not working anymore with finished files
411 - added comment
412
413 * datacenter/scripts/movingrawfiles_OK
414 - script for moving files according to the new "_OK" structure in
415 the fromlapalma folder
416
417 * datacenter/scripts/checkmd5sum
418 - added automatic detection of the L number
419 - added check for already existing output files
420 - added description
421
422 * resources/calibration_spline.rc
423 - added factors for period 56 and 57 (same value as for 55)
424
425
426
427 2007/08/20 Thomas Bretz
428
429 * .rootrc:
430 - added some comments about defaults
431 - set the ShowEventStatus for the canvases to yes as default
432
433 * sponde.cc:
434 - removed the refill option (it was just a dummy)
435 - removed the accurate option. It didn't give more accurate
436 results at all
437
438 * mbase/MStatusDisplay.[h,cc]:
439 - added an update option to SetProgressBarPosition
440
441 * mhflux/MMcSpectrumWeight.[h,cc]:
442 - allow to give a container name to GetFormula*
443 - changed default for spectral slope from -9 to -99
444 - allow to give integral range to GetSpec*Integral
445 - added a new member function CompeleteEnergySpectrum which completes
446 a simulated spectrum starting at an energy fEnergyMin down to
447 an energy emin.
448 - added two options ("new" and "old") to Print function
449 - do not stop anymore if lower energy boundary changes
450
451 * mjobs/MJSpectrum.[h,cc]:
452 - cleaned the code in general
453 - removed fRefill (was not used in the code at all)
454 - added MJSpectrum to global ListOfCleanups to handle
455 the display more properly
456 - removed reading of the first (it was the second!)
457 MMcCorsikaRunHeader. It is now read for each file individually
458 - The read monte carlo events are now weighted with the mc
459 production area (events per area)
460 - incomplete (to lower energies) spectra are completed
461 - removed accurate mode, it was not more accurate
462 - we fit the spectrum now from the first to the last bin
463 - for comparison crab and 1553 are plotted
464 - changed the processing such that first the MCs are processed
465 and then the spectrum is refilled
466 - now the MC distribution from OriginalMC is read only once
467 - added new tab showing the basic event distribution
468
469 * callisto.cc, star.cc, ganymed.cc, sponde.cc, mars.cc, showplot.cc:
470 - some improvements in case of wrong number of arguments
471
472
473
474 2007/08/19 Thomas Bretz
475
476 * mbase/MStatusDisplay.cc:
477 - fixed the fix of the strange crashes. Now fBatch is added to
478 the ListOfCleanups instead of removing the newly created canvas
479 from the global list of canvases
480
481 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
482 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
483 - enables a lot of grids
484
485 * mhbase/MBinning.[h,cc]:
486 - addec constructor with a TArrayD
487
488 * mhbase/MH.[h,cc]:
489 - added two new member functions GetRange and GetRangeUser
490
491 * mjoptim/MJOptimizeDisp.[h,cc]:
492 - added new option UseThetaSq
493
494 * mjoptim/MJOptimizeEnergy.[h,cc]:
495 - added possibility to use also logarithmic fits
496
497 * mmc/MMcCorsikaRunHeader.cc:
498 - improved Print function
499
500 * msignal/MExtractTimeAndChargeSpline.cc:
501 - initialize rise and fall time as suggested by valgrind
502
503 * mtools/MChisqEval.[h,cc]:
504 - implemented the possibility to use weights
505
506
507
508
509 2007/08/18 Thomas Bretz
510
511 * sponde.cc:
512 - added new option --force-theta
513
514 * mbase/MEnv.[h,cc], mjobs/MSequence.[h,cc], mjobs/MDataSet.[h,cc]:
515 - GetName noe returns only the filename not the whole path. The
516 old behaviour made it impossible to access the container from
517 the file.
518 - GetRcName now returns the whole path/name.
519 - Print now outputs also path and file-name
520
521 * mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
522 - fixed typos in comments
523
524 * mhflux/MHCollectionArea.cc:
525 - reset fCorsikaVersion to 0 in PreProcess
526 - print old and new Cosika version if mismatch is found
527
528 * mhflux/MMcSpectrumWeight.cc:
529 - replaced the %.16f by %.16e. This is more accurate in cases
530 with high exponents
531 - added some sample/test code to weight the Zenith Angle
532 according to the sin-distribution produced by Corsika.
533 Currently not in use
534
535 * mjobs/MJSpectrum.cc:
536 - removed the simple/accurate mode. There is now reason why
537 the previous "accurate"-mode should be more accurate at all.
538 It is only slower
539 - Reading the OriginalMC tree now is done such that the
540 events are properly weighted by the production area. This
541 allowes to use different impact paramters from dfferent files.
542 - a check has been implemented which compared the zenith angle
543 distribution of the data and the resulting monte carlo data.
544 Execution of the program can be forced with a new option.
545 - write more information to output file.
546 - added a new tab showing the vent distribution without weights
547
548
549
550 2007/08/17 Thomas Bretz
551
552 * sponde.cc:
553 - removed switch for simple and accurate mode
554
555 * mbase/MMath.cc:
556 - fixed a problem in LiMaExc which could result in NaN
557 (if signal and background is 0)
558
559 * mbase/MStatusDisplay.cc:
560 - remove canvases in batch-mode from the global list of canvases,
561 this could result in crahses if two canvases in the display
562 had the same name
563
564 * mhflux/MHCollectionArea.[h,cc]:
565 - output the maximum impact found in Finalize
566
567 * mhflux/MHEnergyEst.cc:
568 - made the y-axis in the Eest vs Emc plot logarithmic
569
570
571
572 2007/08/16 Markus Meyer
573
574 * resources/calibration.rc:
575 - update of muon calibration factors for the periods 41 to 50
576
577
578
579 2007/08/15 Thomas Bretz
580
581 * mhflux/MHEnergyEst.cc:
582 - exchanged x- and y-contents of Eest vs Emc hist. It turned out
583 that it was wrong.
584
585 * mjobs/MDataSet.[h,cc]:
586 - added member functions AddFiles filling a MDirIter
587
588 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
589 - updated the disp-parametrization after fixing the lo-gain bug
590 - fixed a bug in the quality cuts (all showers with saturating
591 hi-gains were removed)
592
593 * mhbase/MH3.cc:
594 - allow to split the histogram name and the binning name
595 - set a different line color in case of the "same" option
596
597 * mjobs/MJCut.cc:
598 - show distribution of observation time for on and off data
599
600 * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
601 mjoptim/MJOptimizeEnergy.cc:
602 - added display to output
603
604 * macros/optim/optimenergy.C, macros/optim/optimonoff.C,
605 macros/optim/optimwobble.C:
606 - added example how to write output file
607
608
609
610 2007/08/13 Thomas Bretz
611
612 * mjobs/MJSpectrum.cc:
613 - fixed reading of Binning* from ganymed*.file
614
615
616
617 2007/08/11 Thomas Bretz
618
619 * mhflux/MHAlpha.cc:
620 - on special request omega has been removed from the nice plot
621
622
623
624 2007/08/10 Thomas Bretz
625
626 * msignal/MExtractTimeAndCharge.cc:
627 - fSaturationLimit must be multiplied with GetScale() not with
628 GetMax()... grmpf.
629
630 * mjobs/MJCut.cc:
631 - fixed a bug which caused nonsense effective on-time values
632 for real data since three weeks.
633
634
635
636 2007/08/06 Thomas Bretz
637
638 * mcalib/CalibLinkDef.h, mcalib/Makefile:
639 - removed obsolete MMcCalibrationCalc
640
641 * mhbase/MH.[h,cc]:
642 - adde ApplyBinning member functions for two- and three-dim hists
643
644 * mimage/MHHillasExt.[h,cc]:
645 - removed plot for max dist
646 - added plot for SlopeL
647 - increased class version number
648
649 * mjobs/MJCut.cc:
650 - added BinningSlope to list of binnings
651 - added BinningM3Trans to list of binnings
652 - added BinningM3Asym to list of binnings
653 - removed BinningMaxDist from list of binnings
654
655 * mjtrain/MJTrainDisp.cc:
656 - renamed TrainDist to Train
657
658 * mpointing/MHSrcPosCam.cc:
659 - changed default palette from glow1 to pretty
660
661 * mpointing/MSrcPosCam.h:
662 - added a function to return the distance to the camera center
663
664 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
665 - updated binnings
666 - replaced old spark-cut by a new one
667
668 * mfilter/MFMagicCuts.[h,cc]:
669 - increased version number to 2
670
671 * mjobs/MJStar.cc:
672 - replaced the old spark-cut with a new one
673
674 * mimage/MHVsSize.cc:
675 - changes some comments
676
677 * mmuon/MHSingleMuon.cc:
678 - skip the "error estimation" step. It is just a multiplication
679 with a fixed value. This doesn't influence enaything. And the
680 absolute avlue of the error is not used at all.
681
682
683
684 2007/08/03 Thomas Bretz
685
686 * macros/optim/optimdisp.C:
687 - adapted to new parametrization
688
689 * mjtrain/MJTrainDisp.[h,cc]:
690 - some small fixes and changes.
691 - added code (as comment) for training a ghostbuster
692
693
694
695 2007/08/02 Thomas Bretz
696
697 * mjobs/MJSpectrum.[h,cc]:
698 - made it compile again
699
700
701
702 2007/07/29 Thomas Bretz
703
704 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
705 - reordered pre-cuts
706 - removed conc1-spark cut
707 - changed cut coefficients to new algorithm
708
709 * mars.rc, star.rc:
710 - switched to use new image cleaning
711
712
713
714 2007/07/28 Thomas Bretz
715
716 * mjobs/MJSpectrum.[h,cc]:
717 - added CutQ
718 - added some checks for the Zenith angle distribution
719
720
721
722 2007/07/26 Daniela Dorner
723
724 * scripts/dospectrum:
725 - bugfix (variable for outpath for ganymed was wrong)
726
727
728
729 2007/07/26 Thomas Bretz
730
731 * mfilter/MFMagicCuts.cc:
732 - implemented new disp-parametrization
733 - implemented new ghostbusting
734 - implemented possibility to use an external ghostbuster
735 - implemented possibility to use an external disp calculator
736
737 * mimage/MImgCleanStd.[h,cc]:
738 - implemented the cleaning in a recursive way. It should be
739 a little bit faster
740 - implemented post-cleaning using timing information
741 - implemented new options how to treat the removed single
742 core pixels
743
744 * mjobs/MJCut.cc:
745 - write an external ghostbuster to the output file if available
746
747 * mjtrain/MJTrainEnergy.cc, mjtrain/MJTrainSeparation.cc:
748 - set display name of MRanForestCalc as title instead of name
749
750 * mranforest/MRanForestCalc.cc:
751 - set fTitle as eventloop name instead of fName
752
753 * mimage/MNewImagePar.[h,cc]:
754 - removed the fInner-stuff. It was never good for anything
755 only for space- and time-consumption
756 - increased class-version number by one
757
758
759
760 2007/07/25 Thomas Bretz
761
762 * scripts/merppupdate:
763 - small fixes
764
765
766
767 2007/07/24 Thomas Bretz
768
769 * mbase/MEvtLoop.cc:
770 - removed the "Status Display" in front of the window name
771
772 * mcalib/MCalibrationChargeCalc.cc:
773 - initialized some more variables in the constructor as suggested
774 by valgrind
775
776 * mjobs/MJCut.cc:
777 - reset number of off-source positions in on-/off-mode to one
778
779 * mjobs/MJob.[h,cc]:
780 - added many comments
781 - simplified the functions for setting a new resource file
782 - replaced some repeated code by new function CombinePath
783 - added new member function HasWritePermission
784
785 * mjoptim/MJOptimize.cc:
786 - set title as window title of eventloop
787
788 * mjoptim/MJOptimizeCuts.cc:
789 - stop if filter is set and it is not MFMagicCuts
790
791 * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
792 mjoptim/MJOptimizeEnergy.cc:
793 - set window title of status display
794
795 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
796 mjtrain/MJTrainSeparation.cc:
797 - set window title of status display
798 - check for write permission of the output file
799
800 * mjtrain/MJTrainDisp.[h,cc]:
801 - implemented new plots showing the result in a more
802 convinient way
803 - allow to set a different result value than dist
804
805 * mranforest/MRanForest.[h,cc]:
806 - improvement to output when training. Moved code to a
807 new member function
808
809 * mranforest/MRanForestCalc.cc:
810 - set window title of status display
811
812 * mtools/MTFillMatrix.[h,cc]:
813 - implemented setting name and title in the constructor
814 - set window title when wvent loop is started to title
815
816
817
818 2007/07/19 Thomas Bretz
819
820 * mjobs/MJCut.cc:
821 - added a sanity check for one off-position in on/off-mode
822
823 * mjoptim/MJOptimize.[h,cc]:
824 - moved the functions and data-members to set cuts etc to new
825 base class
826 - added setting of pre- and post-tasks to reading the data
827
828 * mjoptim/Makefile, mjoptim/OptimLinkDef.h:
829 - added new MJOptimizeBase
830
831 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
832 mjtrain/MJTrainSeparation.cc:
833 - changed to use fDebug and WriteDisplay from the new base class
834
835 * mjtrain/MJTrainRanForest.[h,cc]:
836 - moved all data members and setting of pre-/posttasks/-cuts
837 to new base class
838
839 * mjtrain/Makefile:
840 - added include of mjoptim for new base class
841
842 * mjoptim/MJOptimizeBase.[h,cc]:
843 - new base class for optimization and training classes
844
845
846
847
848 2007/07/18 Thomas Bretz
849
850 * mpointing/MPointingDevCalc.cc:
851 - changed limit for starguide calibration from 87751 to 85240
852
853 * mbase/MContinue.cc:
854 - changed some debug output
855 - fixed a bug if the filter already decided to be skiped
856
857 * mbase/MEvtLoop.cc:
858 - changed RecursiveRemove to use the newly implemented scheme
859
860 * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
861 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
862 - improved debug output
863 - added RecursiveRemove member function
864 - removed screen output from Remove function
865 - call RecursiveRemove when something is removed from the list
866
867 * mbase/MStatusDisplay.h:
868 - aaded a new enum kLastElement
869
870 * mbase/MTask.cc:
871 - set kMustCleanup for fFilter
872
873 * mbase/MTaskList.cc:
874 - added debugg code
875
876 * mfileio/MWriteRootFile.cc:
877 - always set kMustCleanup when a TFile is created
878 - make sure RecursiveRemove is called in the correct way
879
880 * mmain/MEventDisplay.h:
881 - fixed the starting index for the first gui element
882
883 * msignal/MExtractor.cc:
884 - added some initializations in the constructor suggested by
885 valgrind
886
887 * mcalib/MCalibrateData.cc:
888 - improved output
889
890
891
892 2007/07/17 Thomas Bretz
893
894 * mjobs/MDataSet.cc:
895 - fixed a typo
896
897
898
899 2007/07/17 Daniela Dorner
900
901 * scripts/dospectrum:
902 - added comments
903 - adapted variables to changes in preparemc
904 - new path for condor submit and dag files (the new condor path in
905 Mars)
906
907 * scripts/preparemc:
908 - added comments
909 - added checks
910
911 * condor:
912 - added (directory to store condor submit files)
913
914 * condor/processds.submit:
915 - added (condor submit file to run ganymed for a dataset, used in
916 scripts/dospectrum)
917
918 * condor/processsponde.submit:
919 - added (condor submit file to run sponde for a dataset, used in
920 scripts/dospectrum)
921
922
923
924 2007/07/15 Thomas Bretz
925
926 * mdata/MDataPhrase.[h,cc]:
927 - fixed a problem with predefined variables (such as used for
928 disp optimization [0])
929 - added a debug member function GetRuleRaw()
930
931 * mhflux/MHAlpha.[h,cc]:
932 - allow to set the watermark from the DrawNice menu entry
933
934 * mjobs/MDataSet.cc:
935 - allow to set the default sequence- and data-path from
936 the dataset file
937
938 * mjobs/MJCut.cc:
939 - set the number of random off-source position for the on-data
940 - fixed a "&", should have been a logical And
941 - make sure that even for MCs the source position is always
942 calculated (this is necessary for more than one wobble position)
943
944 * mjoptim/MJOptimizeDisp.cc:
945 - fixed a typo which made the optimtrain.C fail (kDegToRad does
946 not exist)
947
948 * mjtrain/MJTrainEnergy.cc:
949 - some cosmetics: changed kRad2Deg to TMath::RadToDeg()
950
951 * mpointing/MSrcPosCalc.[h,cc]:
952 - added a random off-source position calculation to make the
953 more-than-one-off-source-position analysis symmetric in case of
954 on-source
955 - added lots of comments
956
957
958
959 2007/07/14 Thomas Bretz
960
961 * mpedestal/MPedestalSubtract.[h,cc]:
962 - fixed the buggy Memcpy function introduced with the last change
963 07/06/17 ;( Fortunately this bug was only effectingt the MC data.
964 The MUX and old FADC data got copied correctly because they are
965 stored in the hi-gain array only, so that the number of hi-gain
966 samples returned in Process is 30/80.
967
968 * mpedestal/MExtractPedestal.cc:
969 - some cosmetics
970
971 * mfilter/MFMagicCuts.cc:
972 - changed some comments
973
974 * mjobs/MJCut.cc:
975 - some cosmetics. Simplified the setting of the scale factor
976
977 * macros/train/traindisp.C, macros/train/trainenergy.C,
978 macros/train/trainseparation.C:
979 - added some more helpfull comment
980
981
982
983 2007/07/03 Thomas Bretz
984
985 * mmain/MEventDisplay.[h,cc]:
986 - changed default size
987 - added two butons to switch of the display of the image
988 parameters
989
990
991
992 2007/06/30 Thomas Bretz
993
994 * msignal/MExtractTimeAndCharge.cc:
995 - when splitting the extraction of the maximum position and the
996 maximum value into two functions (after the last release)
997 an error in extracting the time of a saturating lo-gain pixel
998 was introduced. fixed.
999
1000 * resources/starguider.txt:
1001 - starguider calbration file added
1002
1003
1004
1005 2007/06/29 Daniela Dorner
1006
1007 * datacenter/db/sources.php:
1008 - fixed bug (test-sources where displayed although 'incl. test
1009 sources was not checked)
1010 - added input field for source name (regular expressions)
1011 - adapted link for source name from sequinfo.php to
1012 sequinfo-aio.php
1013
1014 * datacenter/db/menu.php, datacenter/db/builddatasets.php:
1015 - moved init of limits (setting of know values) from
1016 builddatasets.php to menu.php (function InitFindOffData), so that
1017 the values are also available in sequinfo-aio.php
1018
1019 * scripts/dospectrum:
1020 - completely new version using condor dag
1021
1022 * scripts/preparemc:
1023 - new version
1024 - adapted path
1025 - giving mars not needed anymore
1026 - adapted to 8 digit run numbers for MC
1027
1028
1029
1030 2007/06/29 Thomas Bretz
1031
1032 * mimage/MHillasExt.[h,cc]:
1033 - added new timing parameters fSlopeTrans and fSlopeLong
1034 - removed never used parameter fMaxDist
1035 - increased accordingly the class version number by 1
1036 - replaced the old calculation of the third moments by a
1037 numerically more accurate one, by avoiding to calculate
1038 to many differences too often.
1039
1040 * mfilter/MFMagicCuts.[h,cc]:
1041 - added the usage of the new SlopeLong parameter for ghostbusting
1042
1043 * mjobs/MJStar.cc:
1044 - preselect events for muon analysis not only by size but also
1045 by fConcCOG.
1046
1047 * mmuon/MMuonSearchPar.[h,cc]:
1048 - added a new member function to return the dist (sqrt(x^2+y^2))
1049 - to create outliers which are outling as much as possible we
1050 let the fit change x and y to infinity.
1051
1052 * mmuon/MHSingleMuon.cc:
1053 - adapted the histogram binning from Siegen slices to ns.
1054 - adapted the par limits for the fit to ns
1055 - adapted the starting value for the rms to ns
1056 - removed the fit range, it was anyhow identical to the histogram
1057 - changed the condition of the pixel index into a condition
1058 of the pixel size
1059
1060 * scripts/merppupdate:
1061 - the second argument was silently ignored
1062
1063 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
1064 - updates to the latest changes
1065
1066
1067
1068 2007/06/28 Thomas Bretz
1069
1070 * mars.cc:
1071 - added new options to use a sequence file instead of a run
1072
1073 * mhbase/MFillH.h:
1074 - added new member function to reset weights
1075
1076 * mmain/MEventDisplay.[h,cc]:
1077 - added path argument to allow to give an input path
1078 - added to allow to setup a sequence file for reading
1079
1080 * mmain/Makefile:
1081 - added inlcude of mjobs for MSequence
1082
1083 * mbadpixels/MBadPixelsTreat.cc:
1084 - we assume now that the maximum arrival time difference
1085 is calibrated already in nanoseconds
1086
1087 * mcalib/MCalibrateRelTimes.[h,cc]:
1088 - the arrival time is now converted from slices into nanoseconds
1089
1090 * mfilter/MFSoftwareTrigger.cc:
1091 - the arrival time is now assumed to be in nanoseconds.
1092 the default is changed accordingly from 0.5 to 1.7
1093
1094 * mjobs/MJCalibrateSignal.cc:
1095 - changed axis label of PulsePos plot (now in nanosec)
1096
1097 * mpointing/MSrcPosCalc.[h,cc]:
1098 - allow to set a tasklist as callback to now which n-th
1099 pass of the same task list it is
1100
1101 * mbase/MTaskList.[h,cc]:
1102 - added some code to allow the execution of one task list more
1103 than once. This is for example necessary to process three
1104 different off-source regions.
1105
1106 * mjobs/MJCut.[h,cc]:
1107 - use the new feature in MTaskList to setup a tasklist
1108 processing the off-source calculation tasklist more than once
1109 - added a new data meber fNumOffSourcePos
1110 - added a new resource option NumOffSourcePositions
1111 - added a new CutQ before Cut0 which takes place before all
1112 source posisiton dependant stuff
1113
1114 * ganymed_onoff.rc:
1115 - renamed Cut0 to CutQ
1116
1117
1118
1119 2007/06/27 Thomas Bretz
1120
1121 * mfilter/MFMagicCuts.cc:
1122 - added the missing include of MHillas.h
1123
1124 * mhist/Makefile, mhist/HistLinkDef.h:
1125 - removed obsolete MHFadcCam
1126 - removed obsolete MHFadcPix
1127
1128 * msignal/MExtractPINDiode.cc:
1129 - commented out some non-compiling code which is not used at all.
1130
1131 * Makefile:
1132 - removed compmux program which entered by chance
1133
1134
1135
1136 2007/06/26 Thomas Bretz
1137
1138 * mmain/Makefile:
1139 - added inlclude path for mfilter
1140
1141 * mmain/MEventDisplay.cc:
1142 - added MFEvtNumber to choose selected preselected events
1143
1144
1145
1146 2007/06/25 Daniel Hoehne
1147
1148 * datacenter/scripts/linkmc:
1149 - implemented execution of fillcamera.C, now first a mc camera file
1150 is linked and then fillcamera.C runs for this file
1151
1152 * datacenter/macros/fillcamera.C:
1153 - bugfix: the macro doesn't giva a seg-fault anymore
1154 (thanks to Thomas)
1155 - arranged the structure more clearly
1156
1157
1158
1159 2007/06/23 Thomas Bretz
1160
1161 * mbadpixels/MBadPixelsCam.cc:
1162 - fixed some Print output
1163
1164 * mhflux/MHAlpha.cc:
1165 - added the missing include of MHillas.h
1166 - removed the obsolete ClassImp(MAlphaFitter)
1167
1168 * mhflux/MHFalseSource.cc, mimage/MHillasSrc.cc:
1169 - added the missing include MHillas.h
1170
1171 * mimage/MHHillasSrc.cc, mimage/MHillasSrc.h:
1172 - removed obsolete include of MHillas.h
1173
1174 * mpointing/MPointingDevCalc.[h,cc]:
1175 - added the real starguider calibration using a pointing model
1176 for the strguider. The dates for which the model is valid
1177 can still be tuned.
1178
1179 * mpointing/MSrcPosCalc.cc, mreport/MReportStarguider.cc:
1180 - added some comment
1181
1182
1183
1184 2007/06/23 Thomas Bretz
1185
1186 * mpointing/MPointing.cc:
1187 - improved output
1188
1189
1190
1191 2007/06/23 Daniela Dorner
1192
1193 * datacenter/db/index.html:
1194 - added link to showplots-seq.php
1195 - added link to builddatasets.php
1196
1197 * datacenter/db/showplots-seq.php:
1198 - added (analog to shoeplots-ds, but instead of dataset number a
1199 sequence range and/or a source name can be chosen)
1200
1201 * datacenter/db/plotinclude.php:
1202 - added function to print pull-down menu for type in showplots*.php
1203
1204 * datacenter/db/showplots.php:
1205 - moved getting of plotname out of if-clauses
1206
1207 * datacenter/db/showplots-ds.php:
1208 - added check if datasetfile is existing
1209
1210 * datacenter/db/showplots-ds.php, datacenter/db/showplots.php:
1211 - added comments
1212 - added home-button
1213 - added reset-button
1214 - changed choosing of type from input field to pull-down menu and
1215 implemented function for this pulldown
1216
1217
1218
1219 2007/06/22 Thomas Bretz
1220
1221 * mhflux/MHThetaSqN.cc:
1222 - fixed optimization (it just didn't work)
1223
1224 * mpointing/MPointing.[h,cc]:
1225 - added some checks in Load
1226 - fixed a problem with the constructors (the pointers MUST be
1227 initialized to 0)
1228 - renamed fNumPar to fgNumPar
1229 - Load and Save now return kTRUE or kFALSE
1230
1231
1232
1233 2007/06/22 Daniela Dorner
1234
1235 * datacenter/db/builddatasets.php:
1236 - fixed typo
1237
1238
1239
1240 2007/06/21 Thomas Bretz
1241
1242 * mjobs/MJCut.cc:
1243 - fixed a problem with the Wobble MCs (the could not be processed
1244 anymore because they needed MTime for MHSrcPos)
1245
1246
1247
1248 2007/06/20 Thomas Bretz
1249
1250 * msql/MSQLMagic.[h,cc]:
1251 - added a new function InsertUpdate
1252
1253
1254
1255 2007/06/20 Daniela Dorner
1256
1257 * datacenter/db/showplots.php:
1258 - implemented different number of tabs for muxdata for
1259 signal*.root
1260
1261
1262
1263 2007/06/19 Thomas Bretz
1264
1265 * callisto.rc, callisto_Dec04Jan05.rc:
1266 - changed the default values (commented out anyhow) to the real
1267 values.
1268
1269 * mbase/MEnv.h:
1270 - allow printing contents from the context menu
1271
1272 * mcalib/MCalibrationRelTimeCalc.cc:
1273 - replaced kDeviatingTimeResolution by new
1274 kDeviatingRelTimeResolution
1275
1276 * mhcalib/MHCalibrationPulseTimeCam.cc:
1277 - automatically scale the saturation limit to the fadc range
1278
1279 * mjobs/MJCalibrateSignal.cc:
1280 - save resource file into signal*.root file
1281 - added some code (still commented) for saving the calibration
1282 results
1283 - do not fill the bad-pixel plots with MCs
1284
1285 * mjobs/MJCalibration.cc, mjobs/MJStar.cc, mjobs/MJCut.cc,
1286 mjobs/MJSpectrum.cc:
1287 - save resource file into signal*.root file
1288
1289 * mjobs/MJPedestal.cc:
1290 - clarified output for "mean pulse time" further
1291
1292 * mjobs/MJob.cc:
1293 - made write container more flexible to allow easier calles
1294 if fPathOut contains the file name already
1295
1296 * mpedestal/MExtractPedestal.cc:
1297 - automatically scale the maximum variation and the
1298 maximum value to fit the FADC range
1299
1300 * msignal/MExtractor.cc:
1301 - removed the reset of the saturation limit. Maybe the user
1302 wants to switch off saturation detection.
1303 - removed a lot of old code (in comments)
1304
1305 * msignal/MExtractTimeAndCharge.cc:
1306 - scale the saturation limit from the maximum of
1307 the FADC range to 256
1308 - use the maximum value of the raw position as the input for
1309 half the signal height in GetSaturationTime again
1310 - calculate maxposhi only if needed
1311 - calculate maxrawlo only if needed
1312
1313 * mraw/MRawRunHeader.[h,cc]:
1314 - implemented new format version 9
1315 - increased version number by one
1316 - added some comments in the header
1317 - added a function returning the maximum value of the FADC
1318 - changed the GetScale from a calculation to a switch
1319 (faster and easier to understand)
1320
1321 * callisto_mux.rc:
1322 - replaced saturation and lower signal limit in
1323 MJPedestalY2.MHCalibrationPulseTimeCam by the defaults
1324
1325 * mbase/MMath.[h,cc]:
1326 - added a function to do a InterpolParab assuming that the
1327 x-coordinates are -1, 0, 1
1328
1329
1330
1331 2007/06/18 Thomas Bretz
1332
1333 * mbadpixels/Makefile:
1334 - added include of mraw
1335
1336 * mbadpixels/MBadPixelsTreat.[h,cc]:
1337 - added some comments
1338 - check for MRawRunHeader
1339 - calculate max time difference from time in ns
1340
1341 * callisto.rc callisto_mux.rc, callisto_Dec04Jan05.rc:
1342 - changed old value for time difference to 3.0
1343 - use the default value (3.0) in all files
1344
1345 * mbadpixels/MBadPixelsPix.h, mbadpixels/MBadPixelsCam.cc,
1346 mcalib/MCalibrationChargeCalc.cc:
1347 - renamed kFluctuatingArrivalTimes to kDeviatingAbsTimeResolution
1348
1349 * mbase/MMath.cc:
1350 - improved (according to the numerical recipes) the calculation
1351 of the one value solution. This should also accelerate
1352 execution a bit
1353
1354
1355
1356 2007/06/17 Thomas Bretz
1357
1358 * mpedestal/MExtractPedestal.[h,cc],
1359 mpedestal/MPedestalSubtract.cc,
1360 mpedestal/MPedestalSubtractedEvt.[h,cc]:
1361 - changed USample_t finally from Byte_t to UShort_t
1362 - adapted Memcpy accordingly
1363
1364 * mraw/MRawEvtData.[h,cc]:
1365 - increased class version to 7
1366 - added fNumBytesPerSample for simplification
1367 - take fNumBytesPerSample into account
1368 - changed draw and print option accordingly
1369 - changed reading of pixel information (in fact it is a
1370 simplification allowed by the flexible storage format)
1371 - added a private GetSample member function to be used in
1372 data access for drawing a pixel
1373 - added returning of the scale (2^((numbytes-1)*8))
1374 - FIXME: GetPixelContent must be reimplemented!
1375
1376 * mraw/MRawEvtPixelIter.[h,cc]:
1377 - changed according to changes in MRawEvtData to support
1378 flexible daza format
1379 - removed a lot of old, obsolete and unsused member functions
1380
1381 * msignal/MSignalCalc.cc, mpedestal/MHPedestalCor.cc:
1382 - changed to use USample_t instead of Byte_t
1383 - ToBeFIXED! The saturation limits are still around 2^8
1384
1385 * callisto_mux.rc:
1386 - removed obsolete LoGainSwitch statement
1387
1388
1389
1390 2007/06/16 Thomas Bretz
1391
1392 * mbase/MGList.cc:
1393 - added some sanity checks
1394
1395 * mbase/MMath.cc:
1396 - don't start caluclation if x<mean in GaussProb
1397
1398 * mpedestal/MExtractPedestal.[h,cc]:
1399 - added new data member for the absulte max signal fMaxSignalAbs
1400 - replaced Byte_t for a sample by USample_t set in the header
1401 to Byte_t
1402 - in the case of random pedestal calculation the MaxPos is
1403 not calculated anymore
1404 - scale the pedestal and pedestalrms according to the sample
1405 size in the data (the scale is retrieved from the run-header)
1406
1407 * mpedestal/MPedestalSubtract.[h,cc]:
1408 - replaced build-in memcpy by a new Memcpy function which is more
1409 flexible depending on the input data format
1410 - scale the signal into the range 0-256 according to the
1411 scale given by the event header
1412 - replaced Byte_t by USample_t
1413
1414 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1415 - replaced Byte_t by USample_t and set it accordingly to Byte_t
1416
1417 * mraw/MRawRunHeader.h:
1418 - added returning of the scale (2^((numbytes-1)*8))
1419
1420
1421
1422 2007/06/15 Thomas Bretz
1423
1424 * mpedestal/MPedestalSubtractedEvt.cc:
1425 - fixed a bug in the determination of the maximum slice. Only
1426 each second slice was checked. This has been introduced with
1427 the last change four weeks ago.
1428
1429
1430
1431 2007/06/15 Daniela Dorner
1432
1433 * datacenter/db/index-footer.html:
1434 - adapted path of validator picture
1435
1436 * scripts/processsequence:
1437 - added sequence number (get it from sequence file) to path name
1438 in case only a sequence file is given
1439 - added two new command line options: the callisto and star rc can
1440 be given now
1441
1442
1443
1444 2007/06/14 Daniela Dorner
1445
1446 * scripts/processsequence:
1447 - bugfix (getting of runno didn't work in case the outpath
1448 contained a _)
1449
1450
1451
1452 2007/06/13 Thomas Bretz
1453
1454 * mimage/MImgCleanStd.cc:
1455 - print name of MPedPhotCam only if used
1456
1457
1458
1459 2007/06/13 Daniela Dorner
1460
1461 * datacenter/db/plotdb.php:
1462 - enlarged inputs for Set1 and Set2 to 150 (was too short for all
1463 sequences of one dataset)
1464
1465 * datacenter/db/showplots.php:
1466 - implemented variable for number of tabs (calib*.root,
1467 signal*.root and star*.root) to simplify future changes
1468 - adapted number of tabs for signal*.root
1469
1470
1471
1472 2007/06/12 Thomas Bretz
1473
1474 * mbase/MTime.[h,cc]:
1475 - added new constant kDaySec
1476 - use kDaySec where possible
1477 - added second argument to SetUnixTime and allow using it ;-)
1478 - use SetUnixTime in Set(timeval)
1479
1480 * mhcalib/MHCalibrationChargeCam.cc:
1481 - made sure that Draw doesn't crash if the hi-gains
1482 have saturated but the lo-gains don't exist
1483
1484 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
1485 - replaced type of SaturationLimit and LowerSignalLimit by UInt_t
1486 - accordingly increased class version number
1487
1488
1489
1490 2007/06/12 Daniela Dorner
1491
1492 * datacenter/db/ganymed.php:
1493 - added comment
1494
1495 * datacenter/db/tabs.php:
1496 - corrected tabs for ganymed for wobble
1497
1498
1499
1500 2007/06/11 Thomas Bretz
1501
1502 * sponde.cc:
1503 - added check for validity of resource file
1504
1505 * mbase/MMath.cc:
1506 - small speed improvement to calclation of three solutions
1507 for the third order pol.
1508 - for a second order pol. set x1 and x2 if it has only one
1509 solution
1510
1511 * mbase/MMath.h:
1512 - speed improvement using ::cbrt instead of pow(x, 1/3)
1513
1514 * mcalib/MCalibrationChargeCalc.cc:
1515 - improved output
1516
1517 * mextralgo/MExtralgoSpline.cc:
1518 - speed improvement by using a look up table for often used
1519 and identical coefficients
1520 - use MMath::SolvePol2 to get the null-points of the first
1521 derivative (EvalDerivEq0)
1522 - removed a lot of old an obsolete comments
1523 - fixed the newly introduced EvlInteg(int, int) -- must
1524 return 0 explicitly if a==b
1525 - fixed the upward search
1526
1527
1528
1529 2007/05/25 Thomas Bretz
1530
1531 * callisto.cc, star.cc:
1532 - removed obsolete check whether config file exists
1533
1534 * sponde.cc:
1535 - aded check for validity of config file (returns 0xfe if not)
1536
1537 * mbase/MEnv.[h,cc]:
1538 - removed obsolete fName workaround
1539 - made sure that also ~ paths are correctly expanded and used
1540
1541 * mjobs/MJob.cc:
1542 - one more sanity check if MEnv is not valid
1543
1544 * Makefile:
1545 - first compile the programs source code and then link the library
1546 this make it much faster to debug the code of the program sources.
1547
1548
1549
1550 2007/05/22 Daniel Hoehne
1551
1552 * datacenter/macros/fillcamera.C:
1553 - added (macro to fill mc parameters into the db)
1554
1555
1556
1557 2007/05/22 Thomas Bretz
1558
1559 * mmuon/MMuonSearchPar.cc:
1560 - tiny speed improvement in the fit function
1561
1562
1563
1564 2007/05/22 Daniela Dorner
1565
1566 * datacenter/scripts/sourcefile:
1567 - adapted the function finish to avoid removing of non existing
1568 files in case the variable lockfile is empty
1569
1570 * steps.rc:
1571 - fixed typo
1572
1573 * datacenter/scripts/checkscriptrunning:
1574 - added (script to check if a script is runnning, including
1575 command line option, to allow for several jobmanagers and
1576 zipscripts of one Mars Version)
1577
1578
1579
1580 2007/05/21 Daniela Dorner
1581
1582 * datacenter/db/showplots-ds.php:
1583 - also off-sequences are plottet now
1584 - by plotting the link to the plot in colour, it is marked, whether
1585 a on sequence (green) or a off sequence is plotted
1586
1587
1588
1589 2007/05/21 Daniel Hoehne
1590
1591 * datacenter/tools/resetdataset:
1592 - re-implemented fAllFilesAvail=NULL
1593
1594 * datacenter/macros/fillstar.C:
1595 - bugfix: for sparkrate='inf', now 0.00 is filled into the db
1596
1597
1598
1599 2007/05/21 Thomas Bretz
1600
1601 * msignal/MSignalPix.h:
1602 - added missing arrival time in Copy function
1603 - added copy constructor
1604
1605 * msignal/MSignalCam.[h,cc]:
1606 - added a function to compare cleanigngs of two objects
1607 - added a function to compare the islands in two objects
1608 - adde Copy function
1609
1610 * mjobs/MJStar.cc:
1611 - added MHEffictiveOnTime to parlist to get access from the
1612 resource file
1613
1614 * mjobs/Makefile:
1615 - added include of mhflux
1616
1617
1618
1619 2007/05/18 Daniela Dorner
1620
1621 * datacenter/scripts/runcorsika:
1622 - added (script to run corsika automatically)
1623
1624 * datacenter/scripts/runreflector:
1625 - added (script to run reflector automatically)
1626
1627 * datacenter/scripts/runcamera:
1628 - added (script to run camera automatically)
1629
1630 * datacenter/scripts/jobmanager:
1631 - added possibility to start separate jobmanager for the MC
1632 processing by giving 'mc' as command line option
1633
1634 * datacenter/scripts/setup:
1635 - added setting for MC production steps
1636
1637 * datacenter/scripts/sourcefile:
1638 - added fail codes for MC production steps
1639
1640 * steps.rc:
1641 - added settings for MC production steps
1642 - removed timer table information (this was only neede by the
1643 macro getdolist.C in case of day-wise processing of data)
1644
1645
1646
1647 2007/05/17 Thomas Bretz
1648
1649 * metralgo/MExtralgoSpline.h:
1650 - improved the speed of the integration by simplifying the evaluated
1651 term. It has been checked that the result is identical.
1652
1653
1654
1655 2007/05/17 Daniela Dorner
1656
1657 * scripts/processsequence:
1658 - added -v5 to all commands
1659
1660 * datacenter/scripts/sourcefile:
1661 - adapted in function makedir if-clause to avoid removing of non
1662 existing files in case todofile is empty or todfile or lockfile is
1663 missing
1664
1665 * datacenter/scripts/runcallisto, datacenter/scripts/runganymed
1666 datacenter/scripts/runstar:
1667 - adapted comment (was still about old way to get from the database
1668 what has to be done)
1669
1670
1671
1672 2007/05/16 Daniel Hoehne
1673
1674 * datacenter/tools/resetdataset:
1675 - several bugfixes (mainly typos, for wobble datasets there was one
1676 colon too much due to no off sequences)
1677
1678
1679
1680 2007/05/16 Thomas Bretz
1681
1682 * callisto.cc:
1683 - switch of storage of job2 only in movie mode
1684
1685 * mjobs/MJCalibrateSignal.[h,cc]:
1686 - do not write the interlaced containers anymore
1687 they have no real meaning if only the ones of the last
1688 calibration are written
1689 - removed obsolete references to MCalibrationPulseTimeCam
1690 - changed default writingmode for the signal file to UPDATE
1691
1692 * mjobs/MJCalibration.cc, mjobs/MJCut.cc:
1693 - write display by adding it to the array
1694
1695 * mjobs/MJPedestal.[h,cc]:
1696 - added const qualifier to argument of DisplayResult
1697 - removed obsolete WriteResult
1698 - added a new function WritePulsePos
1699 - call WritePulsePos if PulsePosCheck is enabled
1700
1701 * mjobs/MJob.[h,cc]:
1702 - removed automatic writing of fDisplay from WriteContainer
1703 - added a new function WriteDisplay
1704
1705 * mhcalib/MHCalibrationChargeCam.cc, mpedestal/MExtractPedestal.cc,
1706 msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
1707 - replaced GetMax by GetMaxPos
1708
1709 * mhcalib/MHCalibrationPulseTimeCam.cc:
1710 - use new GetMax returning position and height at once
1711
1712 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1713 - devided the old function GetMax into GetMax and GetRawMax
1714
1715 * msignal/MExtractTimeAndCharge.cc:
1716 - GetSaturationTime now uses the real maximum as reference not
1717 the maximum of the raw-date
1718 - adapted the use of GetMax
1719
1720 * mextralgo/MExtralgoSpline.h:
1721 - added a function which allows the outside world to access the
1722 spline
1723 - removed Align from EvalInteg, it is done in EvalPrimitive already
1724
1725 * macros/test/extralgospline.C:
1726 - added a macro to test the spline
1727
1728
1729
1730 2007/05/14 Stefan Ruegamer
1731
1732 * datacenter/scripts/checkmd5sum
1733 - added this script which makes an md5sum check of files that have
1734 been copied from tape to the directory
1735 /magic/datacenter/fromtape. This script will run later auto-
1736 matically before movingrawfiles.
1737
1738
1739
1740 2007/05/14 Daniela Dorner
1741
1742 * datacenter/scripts/checkfilesforsequenceavail:
1743 - added missing 'set -C'
1744
1745 * scripts/processsequence:
1746 - added option (now callisto rc can be giving in a command line
1747 option)
1748
1749
1750
1751 2007/05/14 Daniel Hoehne
1752
1753 * datacenter/db/menu.php, magicdefs.php, querycal.php:
1754 - implemented new columns fUnsuitableMax and fDeadMax
1755
1756
1757
1758 2007/05/14 Thomas Bretz
1759
1760 * RELEASE 1.2
1761
1762
1763
1764 2007/05/14 Thomas Bretz
1765
1766 * callisto_mux.rc:
1767 - cleanup of some comments
1768
1769 * mjobs/MJCalibration.cc:
1770 - fixed the unintentionally removed setting of pedestal
1771 for MPedestalSubtract
1772
1773 * mpedestal/MPedestalSubtract.cc:
1774 - improved output for debugging purpose
1775
1776 * msignal/MExtractor.[h,cc]:
1777 - according to the last changes the version number has been
1778 increased to 9
1779
1780 * mcalib/MCalibrationCam.cc:
1781 - added code to GetPixelContent from MCalibrationPedCam
1782
1783 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1784 - removed obsolete MCalibrationPedCam
1785
1786 * mhcalib/MHPedestalCam.cc:
1787 - Removed references to MCalibrationPedCam use a MCalibrationCam
1788 with the name MCalibrationPedCam instead
1789
1790 * mjobs/MJCalibration.cc:
1791 - changed background color in Defects to be able to read
1792 the yellow text color
1793
1794 * mjobs/MJPedestal.cc:
1795 - removed obsolete include of MCalibrationPedCam
1796
1797 * mcalib/MCalibrationPulseTimeCam.[h,cc]:
1798 - removed some obsolete Add functions already contained in
1799 the base class
1800
1801 * mcalib/MCalibrationIntensityBlindCam.[h,cc],
1802 mcalib/MCalibrationIntensityQECam.[h,cc],
1803 mcalib/MCalibrationIntensityTestCam.[h,cc]:
1804 - removed
1805
1806
1807
1808 2007/05/11 Daniela Dorner
1809
1810 * scripts/processsequence:
1811 - added information about the created paths to the output of
1812 Usage()
1813 - adapted regular expressions
1814 - bugfix in getting date for cc and caco file
1815 - bugfix (subsystempath was missing)
1816 - exit instead of break, if cc or caco file is missing
1817 - merpplogdirectory is created after finding of files now
1818 - improved logging
1819
1820 * datacenter/scripts/setup:
1821 - adapted number of processes
1822 - removed datacheck
1823
1824
1825
1826 2007/05/11 Thomas Bretz
1827
1828 * mcalib/MCalibrationChargeCalc.cc, mhcalib/MHPedestalCam.cc,
1829 msignal/MExtractBlindPixel.cc:
1830 - replaced the call to GetTotalEntries by the product
1831 of the number of slices with the number of events of the
1832 individual pixel
1833
1834 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
1835 mpedestal/MPedCalcFromLoGain.[h,cc]:
1836 - unified the summing part of Process() into a new function
1837 CalcPixel in the base class
1838 - in MPedCalcPedRun individual pixels could be skipped due to
1839 high variations, but it was still divided by the number of events
1840 procesed. This let to a pedestal which was a tiny amount too
1841 small and gave an small positive offset of the randomly extracted
1842 pedestal.
1843 - unified the loops over the individual pixels to calculate the
1844 pixel-, area-, and sector-defaults for the whole camera into
1845 the base-class
1846 - moved fNumEventsUsed into the base-class and removed obsolete
1847 fUsedEvents
1848 - removed obsolete fTotalCounter, use the product of the number
1849 of slices and the number of events stored in each individual
1850 pixel instead
1851 - added some sanity checks not to calculate average and/or rms
1852 values if the statistics is too low (division by zero)
1853 - for calculating min and/or max values at most places now
1854 an int is used. This increases the range for further
1855 upgrade to 16bit samples.
1856
1857 * mpedestal/MPedestalCam.[h,cc]:
1858 - removed obsolete fTotalEntries and replaced by fNumSlices
1859 because the number of total entries depends on the number of
1860 events used for each individual pixel
1861 - adapted GetPixelContent accordingly
1862 - increased class version to 2
1863
1864 * manalysis/MCameraData.cc:
1865 - added include of TArrayI (previously included from MPedestalCam)
1866
1867 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationRelTimeCam.cc:
1868 - fixed GetPixelContant to give more proper output
1869 - reformatted GetPIxelContent code
1870 - added const-qualifiers
1871
1872 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1873 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc,
1874 mpedestal/MExtractPedestal.[h,cc], msignal/MExtractor.[h,cc],
1875 msignal/MExtractBlindPixel.cc, msignal/MExtractPINDiode.cc:
1876 - removed data members fPedestal and fPedestalsIn respectively,
1877 and all referencing functions because it was never used at all
1878
1879 * mextralgo/MExtralgoDigitalFilter.[h,cc],
1880 mextralgo/MExtralgoSpline.cc
1881 msignal/MExtractTimeAndChargeDigitalFilter.cc:
1882 - made the noise extraction completely random and automatic
1883 - gave the noise extraction completely into the hand of
1884 the extractors
1885
1886
1887
1888 2007/05/10 Daniela Dorner
1889
1890 * datacenter/scripts/runcallisto:
1891 - bugfix (typo in getting date for finding cc and cacofile)
1892
1893 * scripts/merppupdate:
1894 - added (script to merpp update already calibrated files)
1895 - added possibility to give outpath and regular expression for
1896 filename as command line options
1897
1898
1899
1900 2007/05/10 Thomas Bretz
1901
1902 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
1903 - cleanup of some comments
1904
1905 * mbase/MMath.cc:
1906 - removed the usage of a storage space for the index in
1907 GetMedianDev because the index is reacalculated anyhow
1908
1909 * mbase/MStatusArray.cc:
1910 - if several objects of the same name (but different class
1911 types) are in a pad we don't stop searching if an object
1912 with the right name has been found
1913
1914 * mcalib/MCalibrateData.cc, mcalib/MCalibrationChargeCalc.cc,
1915 mcalib/MCalibrationRelTimeCalc.cc:
1916 - updated output
1917
1918 * mhist/MHCamera.[h,cc]
1919 - added two new member functions to count the number of bins
1920 above or below a threshold
1921
1922 * mjobs/MJCalibrateSignal.cc:
1923 - added a new Tab to show the time development of the unsuitable
1924 pixels
1925 - added a new tab showing the eveloution of the number of
1926 dead pixels
1927
1928 * mjobs/MJCalibration.cc:
1929 - updated texts in bad pixel display
1930
1931 * datacenter/macros/fillsignal.C:
1932 - replaced CalcUnsuitable by the new members of MHCamera
1933 - also fill the maximum number of unsuitable pixels
1934 - and fill the maximum number of dead pixels
1935
1936 * mfilter/MFSoftwareTrigger.cc, mhcalib/MHCalibrationTestCam.cc,
1937 mimage/MCameraSmooth.cc:
1938 - removed obsolete calls to GetPixById
1939
1940 * msignal/MSignalCam.[h,cc]:
1941 - removed obolete function to access the MSignalPix'
1942 - removed obsolete GetPixById
1943 - added new function returning the number of unmapped pixels
1944 - a little code cleanup
1945
1946
1947
1948
1949 2007/05/09 Daniela Dorner
1950
1951 * scripts/makemovie:
1952 - added comment
1953 - removed not needed lines
1954
1955 * datacenter/scripts/buildsequenceentries,
1956 datacenter/scripts/checkfilesforsequenceavail,
1957 datacenter/scripts/checklogs, datacenter/scripts/checkstardone,
1958 datacenter/scripts/checktransfer, datacenter/scripts/copyscript,
1959 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
1960 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
1961 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
1962 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1963 datacenter/scripts/fillstar, datacenter/scripts/findnewstars,
1964 datacenter/scripts/findnotseqruns,
1965 datacenter/scripts/insertdatasets,
1966 datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
1967 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
1968 datacenter/scripts/mcsequences,
1969 datacenter/scripts/movingsubsystemfiles,
1970 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
1971 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
1972 datacenter/scripts/runstar, datacenter/scripts/scriptlauncher,
1973 datacenter/scripts/setup, datacenter/scripts/sourcefile,
1974 datacenter/scripts/webupdate-callisto,
1975 datacenter/scripts/webupdate-ganymed,
1976 datacenter/scripts/webupdate-sinope,
1977 datacenter/scripts/webupdate-star,
1978 datacenter/scripts/writedatasetfiles,
1979 datacenter/scripts/writesequencefiles,
1980 datacenter/scripts/zipscript:
1981 - change time for 'Software-Developement'
1982
1983 * datacenter/scripts/buildsequenceentries,
1984 datacenter/scripts/checkfilesforsequenceavail,
1985 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1986 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
1987 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1988 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
1989 datacenter/scripts/runganymed, datacenter/scripts/runstar,
1990 datacenter/scripts/writedatasetfiles,
1991 datacenter/scripts/writesequencefiles:
1992 - removed variable needed only for setstatusroot
1993 - adapted variable needed for setstatus
1994 - adapted comment
1995
1996 * datacenter/scripts/writedatasetfiles:
1997 - added missing 'setstatus "start"'
1998
1999 * datacenter/scripts/correcttime:
2000 - improved regular expressions
2001
2002 * datacenter/macros/findcacofiles.C:
2003 - added algorithm for searching missing caco files and inserting
2004 the according runnumber to the database
2005 - adapted comment
2006
2007 * datacenter/scripts/filesondisk:
2008 - removed algorithm for finding missing caco files (done by
2009 findcacofiles.C no)
2010 - adapted comment
2011 - added removing of files conaining the run lists
2012
2013 * datacenter/scripts/zipscript:
2014 - added possibility to start several zipscripts giving a commanline
2015 option
2016 - added locking of callisto
2017 - removed not needed lines
2018 - removed old code
2019 - fixed bug (filename for chmod was wrong)
2020
2021 * datacenter/scripts/runcallisto:
2022 - added locking of sequence for zipping
2023 - reduced find for cc and caco file to the directory of the date,
2024 where the files are stored (date taken from callisto filename)
2025 - improved regular expressions
2026
2027 * steps.rc:
2028 - added fNotZipping to Needs of fCallisto to allow for the locking
2029 of callistos by the zipscript
2030
2031 * datacenter/scripts/sourcefile:
2032 - removed functions setstatusroot and getdolistroot
2033 - renamed variable in setstatus
2034 - added function sendquery
2035 - adapted if-clause to avoid removing of non existing files in
2036 case todofile is empty
2037
2038 * datacenter/scripts/scriptlauncher:
2039 - fixed bug (in case condor_submit failed, the scriptlauncher was
2040 waiting for the not submitted job, until it was killed)
2041
2042 * datacenter/scripts/jobmanager:
2043 - added algorithm to increase sleeping time in case condor failed
2044 several times in a row
2045
2046 * datacenter/scripts/setup:
2047 - renamed errorsleeptime for usage in algorithm in jobmanager
2048
2049 * datacenter/scripts/dodatacheck:
2050 - added query for date to reduce the find to the directory of the
2051 date, where the rawfile is stored
2052 - removed not needed lines
2053
2054 * datacenter/scripts/dodatacheck, datacenter/scripts/doqualityplots,
2055 datacenter/scripts/dowebplots, datacenter/scripts/linkmc,
2056 datacenter/scripts/movingsubsystemfiles,
2057 datacenter/scripts/runcallisto, datacenter/scripts/sourcefile,
2058 scripts/dospectrum, scripts/makemovie, scripts/processsequence:
2059 - changed indentation to 3 spaces, where it was different
2060
2061 * datacenter/scripts/copyscript:
2062 - added sort and uniq to find for dates
2063 - removed not needed lines
2064 - adapted find for catalogue files such that only the directories
2065 of the last 31 days are searched with find and not the whole
2066 central control path
2067
2068 * datacenter/db/sequinfo.php:
2069 - show ranges menu on first loading of page
2070
2071 * datacenter/db/menu.js:
2072 - adapted functions to show ranges menu on first loading of the
2073 page and hide it, when a query is done
2074 - commented functions
2075
2076 * scripts/processsequence:
2077 - restricted find for cacofile to directory of date
2078
2079 * scripts/merppupdate:
2080 - added (script to do merpp update for already calibrated files)
2081
2082
2083
2084 2007/05/09 Thomas Bretz
2085
2086 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
2087 callisto_mux.rc:
2088 - changed ArrTimeRmsLimit in all cases to default 5.0
2089 because of the new meaning
2090
2091 * showplot.cc:
2092 - changed that it closes automatically if the file cannot
2093 be read
2094
2095 * datacenter/macros/fillstar.C:
2096 - commented the output of the query
2097
2098 * datacenter/macros/plotdb.C:
2099 - adapted ranges to MUX data values
2100 - added plots for new unsuitable columns
2101
2102 * mbadpixels/MBadPixelsPix.h:
2103 - added a new member function IsUncalibrated
2104 - further adapted the usuitable levels
2105
2106 * mcalib/MCalibrationChargeCalc.[h,cc]:
2107 - changed the meaning of ArrTimeRmsLimit such that it is now
2108 the deviation from the average rms expressed in significance
2109 levels
2110 - the new check is done similar to the check for the relative
2111 arrival time (to be unified!)
2112 - removed FinalizeArrivalTimes
2113 - removed calibration levels for first and last bin, this
2114 has to be redone more properly taken the extractor properties
2115 into account
2116 - some updates to the output
2117 - some simplifications to the code
2118
2119 * mcalib/MCalibrationRelTimeCalc.cc:
2120 - when calculating the median check for UnsuitableRun not
2121 unsuitable in general
2122 - small changes to output
2123 - calculate upper and lower limits only once
2124
2125 * mhvstime/MHVsTime.[h,cc]:
2126 - added fMinimum and fMaximum data members similar to
2127 MHSectorVsTime
2128 - to be unified with MHSectorVsTime
2129 - fixed draw/paint
2130 - increased version number
2131
2132 * mjobs/MJCalibration.cc:
2133 - removed the bad pixel levels for first and last bins
2134
2135 * msignal/MExtractTimeAndChargeSpline.[h,cc],
2136 mextralgo/MExtralgoSpline.cc:
2137 - changed to allow setup of the extraction type and the
2138 relative or absolute height for arrival
2139 - if the height is set < 0 and extraction type is set to
2140 relative integral the maximum is used instead of the leading edge.
2141 - accordingly increased version number by one
2142
2143 * mjobs/Makefile:
2144 - added mextralgo to includes
2145
2146
2147
2148 2007/05/08 Daniel Hoehne
2149
2150 * datacenter/macros/fillsignal.C:
2151 - implemented new variables fUnsuitable50 and fUnsuitable01
2152
2153 * datacenter/db/menu.php, magicdefs.php, querycal.php:
2154 - implemented new columns fUnsuitable50 and fUnsuitable01
2155
2156
2157
2158 2007/05/04 Thomas Bretz
2159
2160 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
2161 - removed writing MBadPixelsCam. It now gives trouble
2162 because the etReadyToSave flag is set at an unproper time.
2163 It is not used anyhow.
2164
2165 * datacenter/macros/fillsignal.C:
2166 - small simplification
2167
2168
2169
2170 2007/05/04 Daniela Dorner
2171
2172 * scripts/makemovie:
2173 - added (script to produce movies)
2174
2175
2176
2177 2007/05/03 Daniel Hoehne
2178
2179 * datacenter/macros/fillsignal.C:
2180 - fixed bug which made fillsignal fail for the new MUX data:
2181 for sequences > 200000 hilooff and hilocal are not needed anymore
2182
2183
2184
2185 2007/04/28 Daniela Dorner
2186
2187 * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots:
2188 - moved temporary directory for pstoimg to /tmp
2189
2190 * datacenter/scripts/copyscript:
2191 - moved file with diff for magic_favorites to /tmp
2192
2193 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
2194 datacenter/db/menu.js :
2195 - implemented possibility to plot datasets by inserting dataset
2196 number as Set1
2197
2198 * datacenter/db/plot.php:
2199 - implemented variables for colours
2200
2201 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
2202 datacenter/db/include.php, datacenter/db/datasetinfo-aio.php,
2203 datacenter/db/ganymed.php, datacenter/db/sequence.php:
2204 - removed header and footer for print version
2205
2206 * datacenter/db/runinfo-aio.php:
2207 - fixed small bug
2208
2209 * datacenter/db/magicdefs.php:
2210 - added fMEanPUlsePosInner to alias
2211
2212 * datacenter/db/ganymed.php:
2213 - added observation mode
2214
2215
2216
2217 2007/04/27 Daniela Dorner
2218
2219 * datacenter/scripts/jobmanager:
2220 - improved logging
2221
2222 * datacenter/scripts/scriptlauncher:
2223 - redirect of error messages of condor_submit to errorlogfile
2224 - in case condor_submit does not work (i.e. pid empty) an error
2225 message is written to the processlogfile
2226
2227 * datacenter/db/showplots-ds.php:
2228 - adapted maxwidth of input field
2229
2230 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
2231 datacenter/db/menu.js :
2232 - implemented possibility to give range for 2 additional values
2233 - implemented possibility to give only upper or lower limit
2234 - fixed bug, that ranges are not accepted before plotting once
2235
2236
2237
2238 2007/04/27
2239
2240 * RELEASE 1.1
2241
2242
2243
2244 2007/04/27 Daniel Hoehne
2245
2246 * datacenter/scripts/runcallisto:
2247 - modified the ccfile and cacofile search to not find ccfiles
2248 twice if one runnumber is part of a higher runnumber (as 23456
2249 and 223456)
2250
2251
2252
2253 2007/04/27 Thomas Bretz
2254
2255 * mcalib/CalibLinkDef.h, mcalib/Makefile:
2256 - removed obsolete MCalibrationIntensityCam
2257 - removed obsolete MCalibrationIntensityChargeCam
2258
2259 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
2260 mcalib/MCalibrateData.[h,cc], mhcalib/MHCalibrationChargeCam.[h,cc]:
2261 - removed obsolete MCalibrationIntensityChargeCam and replaced by
2262 MCalibrationChargeCam
2263
2264 * mcalib/MCalibrationChargeCalc.[h,cc]:
2265 - removed obsolete MCalibrationIntensityChargeCam and replaced by
2266 MCalibrationChargeCam
2267 - to realize the difference between continous and single calibration
2268 a new data member fContinousCalibration has been introduced
2269 - consequently increased version number to 6
2270 - do not set any exclusion in ReInit. it is nonsense not to fill
2271 histograms which might give (or give not) correct result,
2272 if the checks are all executed anyhow
2273
2274 * mcalib/MCalibrationRelTimeCalc.cc:
2275 - do not set any exclusion in ReInit and if a pixel is unsuitable.
2276 it is nonsense not to fill histograms which might give (or give
2277 not) correct result, if the checks are all executed anyhow
2278 - switched on the check for outliers
2279 - outliers are now set unsuitable rather than unreliable
2280 - some code simplification of the checks
2281
2282 * mcalib/MCalibrationChargeCam.cc:
2283 - added a comment in the Clear member function
2284
2285 * mcalib/MCalibrationRelTimeCam.cc:
2286 - some fixes of looong Form statements
2287 - a small cosmetic change to GetPixelContent
2288 - replaced the old check of the average time resolution by
2289 a more accurate check using the median and deviation
2290
2291 * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
2292 - removed data member fReferencePixel and corresponding code
2293 - use the median of pixels with area index 0 as reference instead of
2294 an artificial pixel
2295
2296 * mhcalib/MHCalibrationCam.[h,cc]:
2297 - finally removed all dependencies on the intensity cams and replaced
2298 them by the direct cam
2299 - if the lo-gain histogram is empty this is not a reason for an
2300 uncalibrated pixel. At least in case of extracted properties (charge
2301 and time) it is ok.
2302
2303 * mjobs/MJCalibration.[h,cc]:
2304 - let MCalibrationRelTimeCalc run after MCalibrationChargeCalc
2305 otherwise almost all unsuitable pixels have deviating
2306 relative arrival resolution.
2307 - added new level for deviating time reolution to plot of bad pixels
2308 - changed reference lines for timr resolution plots
2309 - removed data member fRefTimeOffsetInner, it is now 0 by definition
2310
2311 * mjobs/MJCalibrateSignal.cc:
2312 - finally removed all dependencies of Intensity cams
2313 - enable ContinousCalibration in MCalibrationChargeCalc instead
2314 - switched on interleaved relative time calibration
2315
2316 * mbadpixels/MBadPixelsPix.h:
2317 - adapted to new unsuitable flag kDeviatingTimeResolution
2318
2319 * callisto_mux.rc:
2320 - removed the obsolete resource statement about the level
2321 for the relative arrival time check.
2322
2323 * mjobs/calibrationref.rc, mjobs/calibrationref_Dec04.rc,
2324 mjobs/calibrationref_Nov04.rc, resources/calibrationref_mux.rc:
2325 - changed time resolution references accordingly
2326
2327 * resources/calibration_spline.rc:
2328 - added muon calibration factors up to period 55... to be corrected.
2329
2330 * mjobs/MJCut.[h,cc]:
2331 - reanimated the use of an energy estimator in ganymed for the
2332 purpose of having it as additional cut value if looking
2333 for events after cuts
2334
2335 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
2336 - added a corresponding example
2337
2338
2339
2340 2007/04/26 Thomas Bretz
2341
2342 * mjobs/MJPedestal.cc:
2343 - inverted the default of the CalibFilter for the case of no
2344 pattern available as the filter was inverted 4.3.07.
2345
2346 * callisto.rc:
2347 - fixed typos in examples for movie encoding
2348
2349
2350
2351 2007/04/25 Daniel Hoehne
2352
2353 * datacenter/scripts/runcallisto:
2354 - removed obsolete option -raw from command line for callisto
2355
2356
2357
2358 2007/04/25 Thomas Bretz
2359
2360 * mbadpixels/MBadPixelsCam.cc:
2361 - removed obsolete code from Print() which tried to align the
2362 output
2363
2364 * mhcalib/MHCalibrationChargeCam.cc:
2365 - increased the shown binning range further
2366
2367 * mhcalib/MHCalibrationPulseTimeCam.cc:
2368 - unimportant changes
2369
2370 * mjobs/MJPedestal.cc:
2371 - changed a comment
2372
2373 * mpedestal/MPedestalSubtractedEvt.h:
2374 - fixed a bug of preset upper limits. The last slice is
2375 fNumSamples-1 not fNumSamples
2376
2377
2378
2379 2007/04/24 Thomas Bretz
2380
2381 * callisto_Dec04Jan05.rc, callisto_MarApr05.rc, callisto_mux.rc:
2382 - fixed typos in examples for movie encoding
2383
2384 * mjobs/MJCalib.h, mjobs/MJPedestal.cc:
2385 - missing commit from yesterday :-(
2386
2387 * mmovie/MMovieWrite.cc:
2388 - changed resource Filename according to the other resources
2389 to FileName
2390
2391 * ganymed.cc:
2392 - enable dataset mc-mode if "-mc" is specified
2393 - removed obsolete call to EnableMonteCarloMode
2394 - removed EnableWobbleMode but use the setting of the dataset
2395 instead
2396
2397 * mjobs/MDataSet.[h,cc]:
2398 - renamed fIsWobbleMode to fWobbleMode
2399 - added setter for fWobbleMode
2400 - added fMonteCarlo which determins the default paths to be used
2401 if not overwritten
2402 - replaced the static variables for the paths by member functions
2403 which depend on the new fWobbleMode data member
2404 - some simple reordering inthe constructor was necessary
2405 - increased class version number accordingly to 2
2406
2407 * mjobs/MJCut.[h,cc]:
2408 - repaired On-only mode
2409 - removed data member fIsMonteCarlo, use the data-set getter instead
2410 - removed data member fIsWobbleMode, use the data-set getter instead
2411
2412 * sponde.cc:
2413 - print a warning if MC dataset doens't contain "MonteCarlo: Yes"
2414
2415 * mjobs/MJCalibrateSignal.cc:
2416 - do not write signal*.root in movie mode
2417
2418
2419
2420 2007/04/23 Thomas Bretz
2421
2422 * callisto.cc, star.cc:
2423 - removed "-raw" and "-root" option
2424 - replaced inflating sequence path by new InflatePath
2425 function
2426 - removed MJCalib::kUse* usage, use MSequence::IsMonteCarlo
2427 instead
2428
2429 * mhcalib/MHCalibrationChargeBlindCam.cc,
2430 mhcalib/MHCalibrationHiLoCam.cc,
2431 mhcalib/MHCalibrationPulseTimeCam.cc:
2432 - removed obsolete include of MCalibrationIntensityCam
2433
2434 * mhcalib/MHPedestalCam.cc:
2435 - removed obsolete usage of fIntensCam
2436
2437 * mhist/MHEvent.cc:
2438 - replacedcompilation of description string by new
2439 MMcEvt::GetDescription memeber function
2440
2441 * mjobs/MJCalib.[h,cc]:
2442 - removed fDataFlag and corresponding member functions and
2443 handling
2444
2445 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
2446 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.[h,cc]:
2447 - replaced IsUseRawData and IsUseRootData by
2448 MSequence::IsMonteCarlo
2449 - use fSequence to determin whether it is MC sequence or not
2450
2451 * mjobs/MJCalibrateSignal.cc:
2452 - renamed movie encoding task list
2453 - do not write output files if encoding movie
2454
2455 * mjobs/MSequence.[h,cc]:
2456 - removed "merpp"-path
2457 - monte carlo files now always have 8digits run numbers
2458 - added new resource "MonteCarlo"
2459 - added new static member function InflatePath
2460 - increased version number to 2
2461
2462 * mmc/MMcEvt.[hxx,cxx]:
2463 - added new member function GetDescription
2464
2465 * mmovie/MMovieWrite.[h,cc]:
2466 - added a sanity check for strange rms values
2467 - search for MMcEvt in the parlist and improve output
2468 in case of monte carlo data
2469 - fixed some typos in the comments of ReadEnv
2470
2471 * mmovie/Makefile:
2472 - added mmc search path
2473
2474 * mraw/MRawRunHeader.cc:
2475 - set new defaults of fTelescopeNumber, fCameraVersion,
2476 fFreqSampling and fNumSignificantBits for old MC data
2477
2478
2479
2480 2007/04/23 Daniela Dorner
2481
2482 * datacenter/scripts/linkmc:
2483 - removed workaround for 5-digit runnumbers
2484
2485 * datacenter/scripts/mcsequences:
2486 - added line 'MonteCarlo: Yes' to output to sequence file
2487
2488 * datacenter/scripts/runganymed:
2489 - adapted chosing of ganymed rc-file
2490 - added output of ganymed command line
2491
2492
2493
2494 2007/04/20 Daniel Hoehne
2495
2496 * datacenter/macros/filldotrun.C:
2497 - implemented new Arehucas version
2498
2499
2500
2501 2007/04/20 Thomas Bretz
2502
2503 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsPix.cc:
2504 - propagate option in Clear member function
2505 - the default is now to keep the previously excluded flag and
2506 set the unsuitable-run flag accordingly
2507
2508 * mcalib/MCalibrationChargeCalc.cc:
2509 - if the lower limit for the measured number of phe is calculated
2510 to be less than one phe it is artificially reset to one phe
2511
2512 * mhist/MHCamEvent.cc:
2513 - call SetFrameBorder(0) for all subpads explicitly
2514
2515 * mhist/MHCamera.cc:
2516 - removed the obsolete definition of kItemsLegend
2517
2518 * mbadpixels/MBadPixelsIntensityCam.cc, mcalib/MCalibrationIntensityCam.cc:
2519 - removed obsolete reference in comment to MCalibrationINtensityQECam
2520
2521 * mcalib/CalibLinkDef.h, mcalib/Makefile:
2522 - removed obsolete MCalibrationIntensityQECam
2523 - removed obsolete MCalibrationIntensityBlindCam
2524 - removed obsolete MCalibrationIntensityRelTimeCam
2525 - removed obsolete MCalibrationIntensityTestCam
2526
2527 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
2528 mcalib/MCalibrateData.[h,cc]:
2529 - replaced data member fIntensQE by fQECam
2530 - removed references to obsolete MCalibrationIntensityQECam
2531 - added some comments
2532 - replaced obsolete reference to MCalibrationIntensityBlindCam
2533 by reference to MCalibrationBlindCam
2534
2535 * mcalib/MCalibrationChargeCalc.[h,cc]:
2536 - replaced references to fIntensQE by direct access to fQECam
2537 - adde some comments
2538 - removed data member fIntensQECam
2539 - replaced obsoilete reference to MCalibrationIntensityBlindCam
2540 by reference to MCalibrationBlindCam
2541
2542 * mjobs/MJCalibrateSignal.cc, mhcalib/MHCalibrationChargeBlindCam.cc:
2543 - removed obsolete references to MCalibrationIntensityQECam
2544 - removed obsolete references to MCalibrationIntensityBlindCam
2545
2546 * mbase/MTask.cc:
2547 - added some unexecuted code to debug which taks are processed
2548
2549 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibrationIntensityCam.cc,
2550 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.h
2551 - removed obsolete MCalibrationIntensityRelTimeCam
2552
2553 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibrationRelTimeCalc.[h,cc],
2554 mhcalib/MHCalibrationRelTimeCam.cc:
2555 - replaced obsolete reference to MCalibrationIntensityRelTimeCam
2556 by referencing MCalibrationRelTimeCam
2557
2558 * mhcalib/MHCalibrationChargeBlindCam.cc:
2559 - replaced obsolete reference to MCalibrationIntensityBlindCam
2560 by referencing MCalibrationBlindCam
2561
2562 * mhcalib/MHCalibrationHiLoCam.cc:
2563 - replaced obsolete reference to MCalibrationIntensityHiLoCam
2564 by referencing MCalibrationHiLoCam
2565
2566 * mhcalib/MHCalibrationPulseTimeCam.cc
2567 - replaced obsolete reference to MCalibrationIntensityPulseTimeCam
2568 by referencing MCalibrationPulseTimeCam
2569
2570 * mcalib/MCalibrationTestCalc.cc
2571 - replaced obsolete reference to MCalibrationIntensityTestCam
2572 by referencing MCalibrationTestCam
2573
2574
2575
2576 2007/04/12 Daniela Dorner
2577
2578 * datacenter/db/showplots-ds.php:
2579 - added (script to plot all plots of a data set)
2580
2581 * datacenter/db/showplots.php:
2582 - added 'previous' and 'next' button
2583
2584 * datacenter/db/plotinclude.php, datacenter/db/showplots.php:
2585 - moved two function from showplots.php to plotinclude.php, as they
2586 are also used in showplots-ds.php
2587
2588 * datacenter/db/builddatasets.php, datacenter/db/datasetinfo-aio.php
2589 datacenter/db/indes-header.html, datacenter/db/indes.html,
2590 datacenter/db/menu.js, datacenter/db/reference.html,
2591 datacenter/db/regexp.html, datacenter/db/runinfo-aio.html,
2592 datacenter/db/sequinfo-aio.html:
2593 - adapted paths of images and mars.css
2594
2595 * datacenter/db/index.html:
2596 - added link to showplots-ds.php
2597
2598
2599
2600 2007/04/18 Thomas Bretz
2601
2602 * Makefile:
2603 - added suffixes .hxx and .cxx
2604 - added new subdir mmovie
2605
2606 * mjobs/Makefile:
2607 - added path to mmovie
2608
2609 * mmovie/MMoviePrepare.[h,cc]:
2610 - changed access to MCalibrateData to access to MCalibConstCam
2611
2612 * mmovie/MMovieWrite.cc:
2613 - fixed some typos in comments
2614
2615 * mjobs/MJCalibrateSignal.cc:
2616 - removed dependenca on obsolete MCalibrationIntensityConstCam
2617
2618 * mjobs/MJCalibration.[h,cc]:
2619 - for simplification removed all dependencies of unused intensity
2620 calibration
2621
2622 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
2623 callisto_mux.rc:
2624 - removed line for switching on intensity calibration
2625 - added expample lines for movie encoding
2626
2627 * mbadpixels/BadPixelsLinkDef.h, mbadpixels/Makefile:
2628 - removed obsolete MBadPixelsIntensityCam
2629
2630 * mcalib/MCalibCalcFromPast.[h.cc]:
2631 - do not store fIntensRelTime (it is not used at all) as data member
2632
2633 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc]:
2634 - instead of creating of a new MBadPixelsCam into the intensity array
2635 clear the information of the old one (FIXME: DO NOT CLEAR PREV EXCL!)
2636 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2637 * mcalib/MCalibrationTestCalc.[h,cc]:
2638 - removed empty Process function
2639
2640 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc],
2641 mcalib/MCalibrationChargeCalc.[h,cc], mcalib/MCalibrationTestCalc.[h,cc],
2642 mcalib/MCalibrationRelTimeCalc.[h,cc], mhcalib/MHCalibrationCam.[h,cc],
2643 mhcalib/MHCalibrationChargeCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
2644 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationRelTimeCam.cc,
2645 mhcalib/MHPedestalCam.cc:
2646 - removed obsolete references to MBadPixelsIntensityCam, replaced
2647 by MBadPixelsCam
2648
2649 * mhcalib/MHCalibrationCam.cc:
2650 - set reason for uncalibrated pixels by SetUncalibrated
2651
2652 * mjobs/MJCalibrateSignal.cc:
2653 - removed obsolete references to MBadPixelsIntensityCam
2654 - removed MBadPixelsMerge, instead use the given MBadPixelsCam as
2655 starting point. THIS ALSO REMOVES SUPPORT FOR PREV. EXCLUDED PIXELS
2656 (TO BE FIXED)
2657
2658 * mfilter/FilterLinkDef.h, mfilter/Makefile:
2659 - added MFEvtNumber
2660
2661 * mfilter/MFEvtNumber.[h,cc]:
2662 - added
2663
2664
2665
2666 2007/04/17 Stefan Ruegamer
2667
2668 * datacenter/scripts/filesondisk:
2669 - modified the ccfile search to not find ccfiles twice if one
2670 runnumber is part of a higher runnumber (as 23456 and 223456)
2671
2672 * datacenter/scripts/movingrawfiles:
2673 - added moving of rawfiles from the directory /magic/datacenter/
2674 fromtape/rawdata/muxdata, which is the default rawfile folder of
2675 the new muxtapes, to /magic/datacenter/fromtape/rawdata
2676
2677 * datacenter/scripts/runcallisto:
2678 - added condition for the linking of the .rc-file for muxdata
2679
2680 * datacenter/scripts/makecallistolinks:
2681 - commented reason2 out
2682
2683
2684
2685 2007/04/17 Thomas Bretz
2686
2687 * mcalib/CalibLinkDef.h, mcalib/Makefile:
2688 - removed obsolete MCalibrationIntensityConstCam
2689
2690 * mcalib/MCalibCalcFromPast.[h,cc]:
2691 - removed obsolete depedency on MCalibrationIntensityConstCam
2692
2693 * mcalib/MCalibConstCam.[h,cc]:
2694 - added a possibility to veto bad pixels in GetPixelContent by
2695 setting a MBadPixelsCam
2696 - removed obsolete fRunNumber
2697 - increased class version number by 1
2698
2699 * mcalib/MCalibrateData.[h,cc]:
2700 - removed obsolete dependency on MCalibrationIntensityConstCam
2701 - removed some obsolete comments with code from old pedestal
2702 treatment
2703
2704
2705
2706 2007/04/15 Thomas Bretz
2707
2708 * callisto.cc:
2709 - added an option to write a movie
2710
2711 * mjobs/MJCalibrateSignal.[h,cc]:
2712 - added the code to write a movie
2713 - added new option (fIsMovieMode) to switch it on and off
2714
2715 * mmovie/MMovieData.h:
2716 - added data member fMedianPedestalRms
2717
2718 * mmovie/MMoviePrepare.[h,cc]:
2719 - added calculation of median pedestal rms
2720
2721 * mmovie/MMovieWrite.[h,cc]:
2722 - added comments
2723 - added return value to SetPalette
2724 - delete palette entries after usage
2725 - get median pedestal rms from MMovieData
2726
2727
2728
2729 2007/04/12 Daniela Dorner
2730
2731 * datacenter/scripts/sourcefile:
2732 - added if-clause to avoid removing of non existing files
2733
2734 * datacenter/db/db.php:
2735 - adapted host
2736
2737 * datacenter/db/plotdb.php:
2738 - adapted usage of function GetQuery
2739
2740 * datacenter/db/plotinclude.php:
2741 - added init of variables
2742
2743 * datacenter/db/runinfo-aio.php:
2744 - adapted building of query for the case, that fRunMin=0
2745
2746 * datacenter/macros/filloptical.C:
2747 - adapted such, that files from telescopes in Tuorla can also be
2748 handeled
2749 - return 3 in case the coordinates of an object are not available
2750 in the database
2751
2752 * datacenter/scripts/copyscript:
2753 - added case for return code 3 for filloptical.C
2754
2755 * datacenter/macros/setupdb.C:
2756 - added table OpticalData
2757
2758 * datacenter/tools/fillobjects.C:
2759 - added comment
2760
2761 * datacenter/tools/fillobjects2.C:
2762 - adapted comment
2763 - adapted reading to new format of file (different object name
2764 convention)
2765
2766 * datacenter/resources/TeVsources.txt:
2767 - added (file containing the positions of the objects observed by
2768 the Tuorla Observatory and KVA)
2769
2770 * datacenter/resources/good_compstars.txt:
2771 - added (file containing the magnitudes and colour of the objects
2772 observed by the Tuorla Observatory and KVA)
2773
2774 * datacenter/resources/compstars.txt:
2775 - added (like good_compstars, but containing more data, which
2776 has been left out in the other file, as it is not accurate
2777 enough)
2778
2779
2780
2781 2007/04/12 Thomas Bretz
2782
2783 * mmovie/MMoviePrepare.[h,cc], mmovie/MMovieData.[h,cc],
2784 mmovie/MMovieWrite.[h,cc], mmovie/Makefile, mmovie/MovieLinkDef.h,
2785 movie/MovieIncl.h:
2786 - added
2787
2788 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h,
2789 mbase/MArrayS.h:
2790 - added Reset() member function or improved performance of it
2791
2792 * mcalib/MCalibrationChargeCalc.cc:
2793 - fixed the alignment in an output
2794
2795 * mhbase/MBinning.h:
2796 - added operator[] member function
2797
2798 * mhist/MHCamera.cc:
2799 - changed such that it is allowed to use palettes with a different
2800 number of contours.
2801 - fixed the number of ticks written on the axis to 25
2802 - use MBinnig to calculate the legend color boxes
2803 - fixed a minor bug in the assignment of the color levels, which
2804 gave visibly wrong result if the transition between two colors
2805 was important but was not noticable in normal circumstances
2806
2807 * mjobs/MDataSet.h, mjobs/MSequence.h:
2808 - increased class version to 1 to make it writable
2809 - added Print to the context menu
2810
2811 * mgeom/MGeomCam.[h,cc]:
2812 - removed fNumSectors
2813 - removed fNumAreas
2814 - added fNumPixInSector
2815 - added fNumPixWithAidx
2816 - changed CalcSectors and CalcArea to fill new data members
2817 - fixed a bug in the range check of GetMaxRadius and GetMinRadius
2818 (the range was to wide by 1 at the upper edge)
2819 - increased class version from 4 to 5
2820
2821
2822
2823 2007/04/11 Thomas Bretz
2824
2825 * mjobs/MJCalibrateSignal.cc:
2826 - added a lot of comments
2827 - added some code for future use
2828
2829 * mcalib/MCalibCalcFromPast.cc:
2830 - if update of calibration constants via MCalibrateData fails an
2831 error is raised
2832
2833 * mcalib/MCalibrateData.cc:
2834 - if update of calibration constants done set the ReadyToSaveFlag
2835 accordingly
2836
2837
2838
2839 2007/04/04 Thomas Bretz
2840
2841 * mbase/MLogHtml.cc:
2842 - the closing parenthesis was missing for setting to green color
2843
2844
2845
2846 2007/04/03 Thomas Bretz
2847
2848 * mjobs/MDataSet.cc:
2849 - added processing of RunTime and Name resource
2850
2851 * mgeom/MGeomCamDwarf.cc:
2852 - removed an unused variable
2853
2854 * msignal/MSignalPix.h, msignal/MSignalCam.h:
2855 - commented out obsolete AddNumPhotons and Scale
2856 - removed ReducePrecision from setting of arrival time because
2857 it gave artefacts.
2858
2859
2860
2861 2007/03/29 Thomas Bretz
2862
2863 * mgeom/MGeomCam.cc, mgeom/MGeomPix.h:
2864 - added new member function to return distance to coordinate
2865 origin
2866
2867 * mgeom/MGeomCamDwarf.[h,cc]:
2868 - added
2869
2870 * mgeom/Makefile, mgeom/GeomLinkDef.h:
2871 - added MGeomCamDwarf
2872
2873
2874
2875 2007/03/28 Thomas Bretz
2876
2877 * mraw/MRawRunHeader.cc:
2878 - added Getter for fFreqSampling
2879
2880 * mpointing/MHSrcPosCam.[h,cc]:
2881 - added different binning for wobble mode
2882 - added circle for wobble mode
2883
2884 * mjobs/MJCut.cc:
2885 - store run- and event-number via MParameterCalc in output files
2886 - show histogram of source positions also in wobble mode
2887
2888 * mbase/MEnv.h:
2889 - added member function to touch a resource returning whether
2890 it has contents or not
2891
2892 * mars.rc:
2893 - added examples for MUX data
2894 - fixed the other examples
2895 - changed default cleaning to 8.5/4.0 absolute
2896
2897 * macros/readIPR.C:
2898 - simplified
2899
2900
2901
2902 2007/03/21 Stefan Ruegamer
2903
2904 * datacenter/scripts/runcallisto:
2905 - removed entries for callisto_MarApr05.rc (outdated)
2906
2907 * datacenter/scripts/makecallistolinks:
2908 - updated reason1 because the old reason has been removed in the
2909 Mars Version 1.0, resulting in no more calibration with spline
2910 if DF fails
2911 - added reason2 to run spline after an other error
2912
2913
2914
2915 2007/03/20 Daniel Hoehne
2916
2917 * datacenter/db/db.php, datacenter/scripts/budb,
2918 datacenter/scripts/dbchk, datacenter/scripts/dunotseqruns,
2919 datacenter/scripts/findnewstars,
2920 datacenter/scripts/findnotseqruns, datacenter/scripts/sourcefile,
2921 datacenter/tools/comparesequences, datacenter/tools/resetdataset,
2922 sql.rc:
2923 - changed the host from hercules to vela
2924
2925
2926
2927 2007/03/17 Thomas Bretz
2928
2929 * mbase/MTime.[h,cc]:
2930 - added new memeber function to set unix times
2931
2932
2933
2934 2007/03/09 Thomas Bretz
2935
2936 * mjoptim/MJOptimizeCuts.cc:
2937 - implemented printing of input file also in RunOnOffCore
2938
2939
2940
2941 2007/03/08 Markus Meyer
2942
2943 * mpointing/MPointingDevCalc.h:
2944 - changed fNumMinStars from 8 to n (in SetNumMinStars)
2945
2946
2947
2948 2007/03/06 Stefan Ruegamer
2949
2950 * mraw/MRawRunHeader.cc:
2951 - added SwapAssignment for pixels 428 and 429
2952
2953
2954
2955 2007/03/05 Thomas Bretz
2956
2957 * msignal/MExtractTimeAndChargeSpline.cc:
2958 - added a default for the extrator resolution in case no predefined
2959 value is set
2960
2961 * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
2962 - removed HiLoCalibration option
2963
2964 * mjobs/MJCalibration.cc:
2965 - use extractor to determine hi-/lo-calibration
2966
2967 * mjobs/MJPedestal.cc:
2968 - do only insist on pedestal events if an extractor without
2969 lo-gains is set
2970
2971 * callisto.rc, callisto_Dec04Jan05.rc:
2972 - removed references to HiLoCalibration
2973
2974 * callisto_mux.rc, resources/calibrationref_mux.rc,
2975 resources/pedestalref_mux.rc:
2976 - added new resource files for MUX data
2977
2978 * mjobs/MSequence.cc:
2979 - another fix to make sure that there is a / between dir and filename
2980
2981 * mpedestal/MExtractPedestal.cc:
2982 - why if fRawData initialized twice? Removed.
2983 - Reset check window without extractor and without lo-gains
2984
2985
2986
2987
2988 2007/03/04 Thomas Bretz
2989
2990 * mhcalib/MHCalibrationChargeBlindCam.cc,
2991 mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
2992 - commented out references to MRawEvtPixelIter::GetNum*Samples
2993
2994 * mhcalib/MHCalibrationRelTimeCam.cc:
2995 - updated header
2996
2997 * mjobs/MJCalibrateSignal.cc:
2998 - updated header
2999 - removed references to MHCalibrationPulseTimeCam
3000 - added a check to make sure that extractor1 is initialized
3001 - use new SetRangeFromExtractor function for pedestal
3002 extraction range
3003 - added a new filter to check for pedestal events, used for
3004 pedestal extraction in cases w/o lo-gains and to remove
3005 pedestal events from further analysis
3006 - fill and display hi-/lo-gain histogram only if lo-gain exists
3007
3008 * mjobs/MJPedestal.cc:
3009 - replaced fSequence.GetName by GetFileName
3010 - check for availability of lo-gain in pulse pos check
3011 - Add MHCalibrationPulseTime to parlist to allow resources
3012 file setup
3013 - to fill the MHCalibrationPulseTimeCam deny calibration- and
3014 pedestal-events
3015 - use a pedestal filter to deny calibration events
3016 - use new SetRangeFromExtractor function for pedestal
3017 extraction range
3018
3019 * mhcalib/MHCalibrationPulseTimeCam.cc:
3020 - removed an obsolete return
3021
3022 * mpedestal/MPedCalcFromLoGain.cc:
3023 - if event does not contain lo-gains do not start extraction
3024 at lo-gain offset
3025
3026 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
3027 - changed variable naming in GetSaturation from sathi to sat
3028 - changed limit in GetMax from Byte_t to UInt_t
3029
3030 * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
3031 - changed max argument in GetMax from Int_t to UInt_t
3032
3033 * msignal/MExtractTimeAndCharge.[h,cc]:
3034 - changed fLoGainSwitch from Byte_t to UInt_t
3035 - increased class version accordingly to 4
3036
3037 * mmain/MEventDisplay.cc:
3038 - took out the display of the slice with the max index
3039 - handle pedestal subtraction more accurate
3040
3041 * mraw/MRawEvtData.cc:
3042 - added number of bytes per sample to GetNumBytes()
3043 - removed contents of GetPixelContent... depricated
3044
3045 * mraw/MRawEvtPixelIter.[h,cc]:
3046 - updated comments
3047 - removed all functions returning informations about single
3048 pixels (should be done through MPedestalSubtractedEvt
3049 instead)
3050
3051 * mhist/MHEvent.cc:
3052 - removed KMaxIdx...depricated.
3053
3054 * msignal/MExtractor.[h,cc]:
3055 - changed type of fSaturationLimit from Byte_t to UInt_t
3056 - increased class version number accordingly to 8
3057 - only reset fSaturationLimit if it is above 0xff and
3058 no lo-gain available
3059
3060 * msignal/MSignalCalc.[h,cc]:
3061 - changed to use MPedestalSubtractedEvt instead of MRawEvtData
3062 - make handling of data without lo-gains possible
3063
3064 * mhcalib/MHCalibrationChargeCam.[h,cc]:
3065 - changed to use pedestal subtracted evt instead of the raw evt
3066 for determination of the arrival time
3067
3068 * mhcalib/MHCalibrationCam.[h,cc]:
3069 - made IsLoGain autodetecting in case fRunHeader is available
3070
3071 * msignal/MExtractPINDiode.cc:
3072 - use MRawRunHeader's GetNumSamplesHi/LoGain
3073
3074
3075
3076 2007/03/03 Thomas Bretz
3077
3078 * mcalib/MCalibrationRelTimeCalc.cc:
3079 - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
3080
3081 * mhcalib/MHCalibrationChargeCam.cc,
3082 mhcalib/MHCalibrationPulseTimeCam.cc,
3083 mhcalib/MHCalibrationRelTimeCam.cc:
3084 - added f*RefCharge to Copy function
3085 - added range to calls of GetIdxMaxHi/LoGainSample
3086 - reworked and simplified DrawDataCheckPixel
3087 - reworked and simplified DrawReferenceLine
3088 - fixed call to ReadEnv of base class in ReadEnv
3089
3090 * mhcalib/MHCalibrationRelTimeCam.cc:
3091 - commented filling of lo-gain arrays out.
3092
3093 * mpedestal/MExtractPedestal.[h,cc],
3094 mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
3095 - added the SetRangeFromExtractor function
3096
3097 * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
3098 - use GetNumSamplesHiGain of MRawRunHeader instead of
3099 MRawEvtPixelIter's
3100
3101 * msignal/MSignalCalc.[h,cc]:
3102 - slightly changed handling of MC run, changed hi-/lo-gain
3103 calibration from 10 to 11.3
3104
3105 * msignal/MExtractTime.cc:
3106 - don't print lo-gain properties if n/a
3107
3108 * msignal/MExtractor.[h,cc]:
3109 - reset logain range and saturation limit if no logains available
3110 - added HasLoGain member function
3111 - don't print lo-gain attributes in Print if no logains
3112
3113 * msignal/MExtractTimeAndCharge.cc:
3114 - reset fLoGainSwitch if logains are not available
3115 - use MRawRunHeader's GetNumSamplesHi/LoGain
3116 - do not use MRawEvtPixelIter to determin availability of lo-gains
3117 use number of lo-gain samples to extract instead.
3118 - don't print lo-gain properties if n/a
3119
3120
3121
3122 2007/03/02 Thomas Bretz
3123
3124 * mraw/MRawRunHeader.h:
3125 - added GetNumBytesPerSample() member function
3126
3127 * mraw/MRawRead.cc:
3128 - splitted ReadPixel and setting ab-flag into function calls
3129 - fixed skipping pixels if bps>1
3130
3131 * mraw/MRawEvtData.[h,cc]:
3132 - removed last argument from AddPixel
3133 - split reading pixel data and setting ab-flag into two functions
3134 - increased version number from 5 to 6
3135 - adapted Print function
3136 - adapted Draw function
3137 - adapted ReadPixel function
3138
3139 * manalysis/MMcCalibrationUpdate.[h,cc]:
3140 - made sure that Process is not executed in case of MC files
3141 - minor changes to includes
3142
3143 * mextralgo/MExtralgoSpline.h:
3144 - removed obsolete include iostream
3145
3146
3147
3148 2007/03/01 Thomas Bretz
3149
3150 * mmain/MEventDisplay.cc:
3151 - didn't show callisto output anymore because of missing fundametal
3152 pedestal
3153
3154 * mbadpixels/MBadPixelsTreat.cc:
3155 - added more informative output
3156
3157 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
3158 mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
3159 mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
3160 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
3161 mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
3162 mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
3163 - replaced SetNbins/First/Last by SetBinning
3164
3165 * mhcalib/MHCalibrationChargeCam.cc:
3166 - improved output in case arrival time is out of range
3167
3168 * mhcalib/MHCalibrationPulseTimeCam.cc:
3169 - the values can only have discrete valuesno need to set a bin-width
3170 different from 1
3171 - set binning automatically by using the number of samples
3172 - fixed ReadEnv
3173 - directly use maxpos, no cast necessary
3174
3175 * mraw/MRawRunHeader.h:
3176 - added new member function GetNumSamples
3177
3178 * mpedestal/MPedCalcFromLoGain.cc:
3179 - fixed ReadEnv
3180
3181 * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
3182 - implemented reading new mux format 8
3183
3184 * mraw/MRawRunHeader.[h,cc]:
3185 - implemented reading of new file format 8
3186 - added new data members fNumBytesPerSample, fFreqSampling
3187 and fNumSignificantBits
3188 - increased file format version from 5 to 6
3189
3190 * mraw/MRawEvtPixelIter.[h,cc]:
3191 - made aware of handling the new and old format
3192 - added range to GetIdxMax*
3193
3194 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
3195 - removed obsolete data members fSumhiarea and fSumhisector
3196 - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
3197 - according to this the lower signal limit has been decresed
3198 by 15
3199 - changed "saturation" limit accordingly from 254 to 245
3200
3201 * mpedestal/MPedestalsubtractedEvt.h:
3202 - added a shortcut for GetSaturation
3203
3204 * mjobs/MJPedestal.cc:
3205 - first subtract pedestal and then fill MHCalibrationPulseTimeCam
3206 - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
3207
3208
3209
3210 2007/02/28 Thomas Bretz
3211
3212 * macros/tutorials/mirrordelay.C:
3213 - fixed the formula for the spherical mirror
3214 - fixed the calculation of the time-delay
3215
3216 * mastro/MObservatory.[h,cc]:
3217 - added constructors and functions to set the observatory location
3218 manually
3219
3220 * mbase/MTime.[h,cc]:
3221 - added constructor to construct MTime by date
3222 - added AsDouble for new root streamers (allowing to view MTime in
3223 a TBrowser)
3224 - added GetRootDatime to return TDatime object
3225
3226 * mcalib/MCalibrateData.cc:
3227 - added more meaningful output in case a conversion factor exceeds a limit
3228
3229 * datacenter/macros/plotdb.C:
3230 - added plot for spark rate
3231
3232
3233
3234 2007/02/26 Daniela Dorner
3235
3236 * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
3237 datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
3238 datacenter/db/include.php, datacenter/db/menu.php, :
3239 - bugfix: the stopdate was not choses properly in case of reset
3240 when there was no data past midnight
3241 - a new function (GetStopDate) has been implemented
3242 - bugfix in PrintNightRange (table Sequences was used in all cases)
3243
3244
3245
3246 2007/02/26 Daniel Hoehne
3247
3248 * datacenter/macros/fillstar.C:
3249 - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
3250 a surplus "s" in the variable "sparkrate")
3251
3252 * datacenter/db/magicdefs.php, menu.php:
3253 - added fSparkRate
3254
3255
3256
3257 2007/02/16
3258
3259 * RELEASE 1.0
3260
3261
3262
3263 2007/02/16 Thomas Bretz
3264
3265 * macros/starvisyear.C:
3266 - changed default observator to magic
3267 - fixed some typos in comments
3268
3269 * mastro/MAstro.[h,cc]:
3270 - added a new function to estimate the time of culmination
3271 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
3272
3273 * mastro/MObservatory.cc:
3274 - fixed the Print() output
3275
3276 * mbase/MMath.h:
3277 - removed conversion factor to and from Hours
3278
3279 * mjobs/MSequence.cc:
3280 - added a / behind the date (for the output in case of failure)
3281
3282 * mmc/MMcFadcHeader.[hxx,cxx]:
3283 - added fElecNoiseName for compatibility with camera program
3284 - increased ClassVersion by 1
3285
3286 * mraw/MRawRunHeader.[h,cc]:
3287 - increased class version by 1 for compatibility with output
3288 of newer camera versions
3289
3290 * resources/sequences.rc:
3291 - changed the sequence.rc file to support new MUX data
3292
3293
3294
3295 2007/02/15 Thomas Bretz
3296
3297 * macros/tutorials/mirrordelay.C:
3298 - added a macro plotting the delay between a spherical and a
3299 parabolic mirror
3300
3301 * mjobs/MJStar.cc:
3302 - implemented new plots for IPR vs. Time and DT
3303
3304
3305
3306 2007/02/13 Thomas Bretz
3307
3308 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
3309 - added new resource files for hi-/lo-gain calibration.
3310
3311 * resources/hiloconv-*.root:
3312 - added hi-/lo-gain calibration constants
3313
3314 * callisto_Dec04Jan05.rc:
3315 - changed input file name for hi-/lo-gain calibration constants
3316
3317 * mreflector/MHReflector.[h,cc]:
3318 - added histogram class for reflected photons
3319
3320 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
3321 - added MHReflector and necessary include paths
3322
3323 * mbase/MLog.h:
3324 - fixed a bug in Separator which could cause a crash if the contents
3325 are too long
3326
3327 * manalysis/MParameterCalc.cc:
3328 - check for HasValidRule instead of IsValid in ReadEnv
3329
3330 * mdata/MDataPhrase.h:
3331 - added HasValidRule member function
3332
3333 * mfileio/MReadRflFile.[h,cc]:
3334 - allow also reading of gzip-compressed files
3335 - output more header information
3336 - don't use a const qualified TString with gSystem->ExpandPathName
3337
3338 * mjobs/MJPedestal.cc:
3339 - readin bad pixels from ascii file later
3340
3341 * mmc/MMcEvtBasic.h:
3342 - added a static member function GetEnergyStr to convert
3343 GeV into MeV and TeV
3344
3345 * mpointing/MPointingDevCalc.h:
3346 - increased size of fSkip by one
3347
3348 * mextralgo/MExtralgoSpline.h:
3349 - fixed acompiler warning
3350
3351
3352
3353 2007/02/09 Daniel Hoehne
3354
3355 * datacenter/scripts/linkmc
3356 - adapted to new montecarlo directory structure (/magic/montecarlo
3357 instead of /montecarlo)
3358
3359
3360
3361 2007/02/09 Thomas Bretz
3362
3363 * star.rc:
3364 - added new options
3365 - reordering
3366
3367 * mbase/MStatusDisplay.cc:
3368 - updated from 2006 to 2007
3369
3370 * mfbase/MFDataPhrase.cc:
3371 - fixed ReadEnv to correctly return true/false
3372
3373 * mjobs/MJStar.cc:
3374 - added new tabs "Spakless" and "Sparks" dividing the average
3375 signal tab into two distributions by a SparkCut
3376 - replaced all MF by MFDataPhrase
3377
3378 * mjobs/MJCalibrateSignal.cc:
3379 - changed the extraction range used in the lo-gains from the
3380 hi-gain range to the lo-gain range
3381
3382 * datacenter/macros/fillstar.C:
3383 - added filling the spark rate into the database
3384 - the rate after cleaning is now without sparks!
3385
3386
3387
3388 2007/02/06 Thomas Bretz
3389
3390 * mpointing/MPointingDevCalc.cc:
3391 - included check for monitoring flag
3392
3393 * mextralgo/MExtralgoSpline.[h,cc]:
3394 - implemented the possibility to determine the pulse width at
3395 maxheight/2
3396
3397
3398
3399 2007/02/04 Daniela Dorner
3400
3401 * datacenter/scripts/sourcefile:
3402 - added if-clause to avoid that a script is aborted in case a macro
3403 doesn't compile, return code is set to 1 in this case
3404
3405
3406
3407 2007/02/04 Thomas Bretz
3408
3409 * mjobs/MJCalibration.cc:
3410 - implemented Hi-/Lo-Gain calibration for MCs
3411
3412 * mjobs/MJPedestal.cc:
3413 - removed intermediate pedestalstorage from code (its
3414 result is not used at all)
3415
3416 * datacenter/macros/fillsignal.C:
3417 - replaced GetMediandev by GetDev
3418
3419 * callisto.rc, callisto_Dec04Jan05.rc:
3420 - changed ExtractWinLeft/Right according to new scheme
3421
3422 * mhcalib/MHCalibrationChargeCam.[h,cc]:
3423 - removed obsolete data members fFirstHiGain, etc and
3424 replaced by storage of fSignal
3425 - made sure that the average extracted signal position
3426 is at least one slice away from the edges of the
3427 extraction window
3428
3429 * mjobs/MJPedestal.cc:
3430 - reworked the pulse position check. It now better takes
3431 the properties of the extractors into account.
3432 Still to be done: relation between pulse position and
3433 extraction window!
3434
3435 * msignal/MExtractBlindPixel.[h,cc],
3436 msignal/MExtractPINDiode.[h,cc]:
3437 - fixed arguments type of SetRange
3438
3439 * msignal/MExtractTime.cc:
3440 - removed old obsolete code already in comments
3441
3442 * msignal/MExtractTimeAndCharge.h:
3443 - added getter for LoGainStartShift
3444
3445 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
3446 msignal/MExtractTimeAndChargeSpline.[h,cc],
3447 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
3448 - changed the type of LoGainFirst from byte to int
3449 - if necessary increased class version
3450
3451 * mpedestal/MExtractPedestal.cc:
3452 - improved output
3453
3454 * mhcalib/MHCalibrationChargeCam.cc:
3455 - fixed a %3.1 instead of %3.1f
3456
3457
3458
3459 2007/02/03 Thomas Bretz
3460
3461 * mhist/MHCamEvent.[h,cc]:
3462 - added Draw function to context menu
3463 - added GetHist member functions
3464 - added possibility to display the relative error
3465
3466 * mjobs/MJCalibration.cc:
3467 - read the hi-/lo-gain calibration constants from a MHCamEvent
3468 which is stored in a root file given in resources/hilocalib.rc
3469
3470 * msignal/MExtractTimeAndCharge.cc:
3471 - improved the estimation in GetSaturationTime for the cases in
3472 which the saturating pulse is so early, that an normal
3473 interpolation is not appropriate.
3474
3475 * callisto_DecJan04.rc:
3476 - set fall- and rise-time for spline artificially to 0.5
3477
3478 * mhbase/MFillH.cc:
3479 - added comments
3480
3481 * mpedestal/MExtractPedestal.[h,cc],
3482 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
3483 - fixed the range check.In case of the lo-gain extraction
3484 the range could infact leak out of the fadc slices
3485
3486 * msignal/MExtractTimeAndCharge.[h,cc]:
3487 - added somecomments
3488 - forbid the lo-gain signal to be negative
3489 - increased version number for compatibility with last release
3490
3491 * msignal/MExtractTimeAndChargeSpline.cc:
3492 - set the correct numbers for rise- and fall-time as default
3493
3494 * mbase/MStatusArray.[h,cc]:
3495 - improved workaround in Read() and Write() for the Reset
3496 of the kCanDelete bit in TH1
3497
3498 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
3499 - commented out obsolete references to *HiLoCam
3500
3501 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
3502 mcalib/CalibLinkDef.h:
3503 - removed *HiLoCam s
3504
3505
3506
3507 2007/02/02 Thomas Bretz
3508
3509 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
3510 - added new Fill functions allowing to fill photons versus
3511 a z-value, e.g. energy.
3512
3513
3514
3515 2007/02/01 Thomas Bretz
3516
3517 * mhist/MHCamEvent.[h,cc]:
3518 - allow to set a histogram for display from external
3519
3520 * mhist/MHCamera.[h,cc]:
3521 - added functions to calc Median/Dev
3522 - fixed adding a MHCamera with AddCamContent. It now takes also
3523 the errors and binentries correctly into account
3524 - simplified Reset() using TArray::Reset()
3525
3526 * mhvstime/MHSectorVsTime.[h,cc]:
3527 - added option to use median/dev instead of mean/rms
3528 - switched Grid on
3529
3530 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
3531 - small improvements to splitting number rows
3532 - handle possible tabs correctly
3533
3534 * mbase/MStatusArray.[h,cc]:
3535 - improved handling in Read(). We make sure now that Read doesn't
3536 produce a memory leak
3537
3538 * mhist/MHCamera.[h,cc]:
3539 - overwrote Clone function to make sure that a cloned MHCamera
3540 is never added to the current directory
3541
3542 * mcamera/MCameraTH.h:
3543 - added a workaround to get rid of the obsolete discriminator thresholds
3544 for the non-trigger pixels
3545
3546 * mreport/MReportCC.cc:
3547 - added a sanity \o-Terminator to the dicriminator threshold extraction
3548
3549
3550
3551
3552 2007/01/30 Thomas Bretz
3553
3554 * mbadpixels/MBadPixelsCam.[h,cc]:
3555 - added function to return the uncalibrated and unsuitable
3556 pixels as TArrayC (to be used in MHCamera)
3557
3558 * mhcalib/MHCalibrationChargeCam.cc:
3559 - added a FIXME-comment
3560
3561 * mhist/MHCamEvent.[h,cc]:
3562 - added an option to change the kind of error which is displayed
3563 - consequently increased version number by 1
3564
3565 * mhist/MHCamera.[h,cc]:
3566 - added a new bit to allow the error to be switched between
3567 mean and spread
3568
3569 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
3570 - adapted to changes in error display
3571
3572
3573
3574 2007/01/27 Thomas Bretz
3575
3576 * manalysis/MMcCalibrationUpdate.cc:
3577 - fixed a typo in a comment
3578
3579 * mcalib/MCalibrateData.[h,cc]:
3580 - commented out some obsolete currently unused code
3581
3582 * mdata/MDataPhrase.cc:
3583 - added a sanity check
3584
3585 * mpedestal/MMcPedestalCopy.cc:
3586 - Changed output to fit the structure used in all other classes
3587
3588 * mmain/MEventDisplay.cc:
3589 - made sure that MPedestalSubtract dies the right thing
3590 - removed badpixel calculation and treatment until a better
3591 solution was found.
3592
3593 * mfbase/MFDataPhrase.cc:
3594 - fixed a "comparison is always true" warning
3595
3596 * msignal/MExtractTimeAndChargeDigitalFilter.h:
3597 - increased class version number to 3 to account for the removal
3598 of the fTimeShift data members since last release
3599
3600
3601
3602 2007/01/27 Daniela Dorner
3603
3604 * datacenter/db/showplots.php:
3605 - added (tool to click through the calib, signal and star plots of
3606 one sequence)
3607
3608 * datacenter/db/index.html:
3609 - added link to new plot tool
3610
3611 * datacenter/db/ganymed.php:
3612 - added fDataSetName, removed fWobble
3613 - removed mininmum value of 100 for dataset range
3614
3615 * datacenter/db/builddatasets.php:
3616 - added fIsoInLimit2 and fIMCLimit2 in Init
3617 - added check on observation mode
3618
3619
3620
3621 2007/01/26 Thomas Bretz
3622
3623 * mpedestal/MExtractPedestal.cc:
3624 - fixed a bug which caused the pedestal to be set to 0 if the
3625 AB-flag is invalid
3626
3627
3628
3629 2007/01/25 Thomas Bretz
3630
3631 * mreflector/MRflSinglePhoton.h:
3632 - added copy constructor
3633 - added a function to fill a TH2
3634
3635 * mreflector/MRflEvtData.[h,cc]:
3636 - added copy costructor
3637 - added Clone function
3638 - added a function to fill a TH2
3639
3640
3641
3642 2007/01/24 Thomas Bretz
3643
3644 * mhflux/MHCollectionArea.cc:
3645 - fixed a typo in the last change
3646
3647
3648
3649 2007/01/24 Daniel Hoehne
3650
3651 * msignal/*.dat:
3652 - inserted missing third column (0) in all weights files
3653
3654
3655
3656 2007/01/18 Thomas Bretz
3657
3658 * mhflux/MHCollectionArea.cc:
3659 - another fix for the error calculation of the collection area.
3660 The totalarea was inluded in the error calculation as it would
3661 be a wait, but actually it is not.
3662
3663
3664
3665 2007/01/16 Thomas Bretz
3666
3667 * mfileio/MReadMarsFile.cc:
3668 - fixed two "comparison between signed and unsigned integer" warnings
3669
3670 * mhbase/MFillH.cc:
3671 - small update to comments
3672
3673 * mimage/MHHillasExt.cc:
3674 - call SetDirectory(NULL) after SetName
3675
3676 * mjobs/MSequence.[h,cc]:
3677 - commented out obsolete GetFileNames
3678
3679 * msignal/MExtractor.[h,cc]:
3680 - Some small updates
3681 - removed code from Process function
3682 - increased version number to 7
3683
3684 * msignal/MExtractedSignalPix.h:
3685 - some simple reordering in the class header
3686
3687 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
3688 - simplified the checks in SetWindowSize
3689
3690 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
3691 - added third column with zeros
3692
3693
3694
3695 2007/01/16 Daniela Dorner
3696
3697 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
3698 datacenter/db/magicdefs.php:
3699 - implemented new variables for datasets
3700
3701
3702
3703 2007/01/15 Thomas Bretz
3704
3705 * mpedestal/MPedestalSubtract.cc:
3706 - added a sanity check tomake sure that the pixel array has the
3707 correct size when filled
3708 - made sure the the number of pixels in the camera nd not the
3709 number of connected pixels is used to initialize the size of
3710 the arrays.
3711
3712 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
3713 - allow the initialization of nuber of pixels and samples
3714 independanly.
3715
3716
3717 2007/01/15 Daniela Dorner
3718
3719 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
3720 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
3721 datacenter/db/plotdb.php, datacenter/db/menu.php,
3722 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
3723 datacenter/db/datasetinfo.php:
3724 - fixed bug in init of $_GET
3725
3726
3727
3728 2007/01/12 Stefan Ruegamer
3729
3730 * datacenter/macros/writedatasetfile.C:
3731 - addded #include <errno.h>
3732
3733
3734
3735 2007/01/11 Thomas Bretz
3736
3737 * mbase/MLogManip.cc:
3738 - removed the obsolete include of MLog.h
3739
3740 * mbase/MLogManip.h:
3741 - encapsulated an include in ifdefs
3742
3743 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
3744 - updated log-output
3745
3746 * mhflux/MHEnergyEst.cc:
3747 - replaced difficult to see green by blue
3748
3749 * mjobs/MDataSet.[h,cc]:
3750 - added datat members for path of sequences and path of data files
3751 to be able to store overwritten defaults
3752 - check completeness of dataset files
3753 - store a MSequence object in the list instead of the name and dir
3754 (this is necessary to have all important information for a dataset
3755 file, including the sequence number! - available)
3756 - some changes to the output
3757 - allow to print a perfect copy of the read dataset file to the console
3758 just from the contents of the object
3759
3760 * mjobs/MJStar.cc:
3761 - updated to use MSequence::GetFileName instead of MSequence:GetName
3762
3763 * mjobs/MSequence.[h,cc]:
3764 - keep filename and datapath in header, this has some advantages
3765 for sanity checks
3766 - many improvements of sanity checking in case of missing or
3767 unaccessible files
3768 - Fixed "lightConditions" (was "LightCondition")
3769 - Fixed "No_Moon" (was "NoMoon")
3770 - allow to set the data path as second argument in the constructor
3771 - implemented a check whether the sequence file is complete
3772
3773 * mjobs/MJCut.[h,cc]:
3774 - added some code (still commented out) to display the excess rate
3775 - with the other changes we can now store the original dataset in
3776 the output
3777
3778 * mjoptim/MJOptimize.cc:
3779 - Keep the sequence files in the file list instead of just the
3780 filename and the directory
3781
3782 * mjtrain/MJTrainDisp.cc:
3783 - use return value of MDataSet::AddFilesOn/Off for a sanity check
3784
3785 * mjobs/MJob.[h,cc]:
3786 - removed obsolete fPathData and stuff
3787
3788 * callisto.cc, star.cc:
3789 - removed obsolete calls to MJob::SetPathData
3790
3791 * callisto.rc, star.rc:
3792 - removed obsolete examples for "PathData"-resource
3793
3794 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
3795 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
3796 - removed obsolete reference to fPathData
3797
3798
3799
3800 2007/01/11 Daniela Dorner
3801
3802 * datacenter/db/builddatasets.php:
3803 - implemented username (the one who inserts the dataset has to give
3804 his/her username now)
3805 - fixed password query in case user inserted something wrong
3806 - implemented check, if on-sequences have different observations
3807 modes
3808 - implemented check, if user has chosen one sequences as on and off
3809 - adapted text of password prompt
3810
3811 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
3812 runinfo-aio.php, sequinfo-aio.php:
3813 - minor changes in formatting
3814 - added 'alt' for +/- images
3815
3816 * datacenter/db/menu.js:
3817 - added 'alt' for +/- images
3818
3819
3820
3821 2007/01/10 Thomas Bretz
3822
3823 * mhbase/MH.cc:
3824 - fixed a bug in SetBinomialErrors. The errors of the two
3825 histograms were exchanged in the calculation
3826
3827 * mbase/MEnv.[h,cc]:
3828 - added new member function GetNumUntouched
3829
Note: See TracBrowser for help on using the repository browser.