source: trunk/MagicSoft/Mars/Changelog@ 8740

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