source: trunk/MagicSoft/Mars/Changelog@ 8739

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