source: trunk/MagicSoft/Mars/Changelog@ 8742

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