source: trunk/MagicSoft/Mars/Changelog@ 8754

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