source: trunk/MagicSoft/Mars/Changelog@ 8690

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