source: trunk/MagicSoft/Mars/Changelog@ 8724

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