source: trunk/MagicSoft/Mars/Changelog@ 8767

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