source: trunk/MagicSoft/Mars/Changelog@ 8695

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