source: tags/Mars-V2.0/Changelog@ 19708

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