source: trunk/MagicSoft/Mars/Changelog@ 8745

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