source: trunk/MagicSoft/Mars/Changelog@ 8758

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