source: trunk/MagicSoft/Mars/Changelog@ 8725

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