source: trunk/MagicSoft/Mars/Changelog@ 8795

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