source: trunk/MagicSoft/Mars/Changelog@ 8744

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