source: trunk/MagicSoft/Mars/Changelog@ 8743

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