source: trunk/MagicSoft/Mars/Changelog@ 8761

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