source: trunk/MagicSoft/Mars/Changelog@ 7863

Last change on this file since 7863 was 7863, checked in by Daniela Dorner, 19 years ago
*** empty log message ***
File size: 61.0 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 2006/08/08 Daniela Dorner
21
22 * datacenter/scripts/copyscript:
23 - updated address list of people who are informed about changes in
24 the catalog file
25 - improved output to mail
26 - updated search of newer catalogfiles
27 - addapted to change in md5sum
28 - fixed typo
29
30 * steps.rc:
31 - made interpretable for shell
32
33 * datacenter/scripts/makecallistolinks:
34 - removed reason2
35
36
37
38 2006/08/06 Thomas Bretz
39
40 * datacenter/macros/checkstardone.C,
41 datacenter/macros/checkfileavail.C,
42 datacenter/macros/filldotraw.C:
43 - fixed. res was still not correctly deleted
44
45
46
47 2006/08/05 Thomas Bretz
48
49 * datacente/macros/fillsignal.C:
50 - still searched for tabs DiffHi and DiffLo... fixed.
51 - added a missing comma in the sql query
52
53 * mbase/MLog.cc, mbase/MLogHtml.cc:
54 - switched off buffering for ofstreams
55 - fixed length argument for the case </> are replaced by html-code
56
57 * datacenter/macros/checkstardone.C:
58 - fixed. was completely broken, didn't even compile.
59
60
61
62 2006/08/04 Thomas Bretz
63
64 * mhvstime/MHVsTime.cc:
65 - fixed a bug which made the argument of SetMinimum be ignored
66
67 * mpointing/MHPointing.cc:
68 - changed position of SetMinimum and SetMaximum
69
70 * msignal/MArrivalTimeCam.[h,cc]:
71 - added new options in GetPixelContent
72 - added some new member functions
73
74 * msignal/MExtractedSignalCam.[h,cc]:
75 - added new options in GetPixelContent
76 - added some new member functions
77
78 * msignal/MExtractedSignalPix.h:
79 - added some new member function
80 - added some comments
81
82 * msql/MSQLServer.cc:
83 - allow to setup different password for differend users and different
84 users for different databases in sql.rc
85
86 * mcalib/MCalibrateRelTimes.cc:
87 - implemented a workaround to mark pixels bad for extraction of
88 hi- and lo-gain failed. (Before MCalibrateData just assigned
89 a weird value)
90
91 * msignal/MArrivalTimePix.h:
92 - added some member functions
93
94 * msignal/MExtractTimeAndCharge.cc:
95 - added some comments which contain future code
96 - invalidate hi- and lo-gain if both could not be extracted properly
97 (FIXME: We need a cut on the number of unsuitable pixels per event)
98 - changed handling of sathi to make the detection of hi-gain
99 saturation work properly
100
101 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
102 - changed fgLoGainOffset from 1.05 to 0.95 (comming out of the
103 latest plots)
104 - fixed assignment of sat in hi-gain extraction to make sure
105 the the satuartion information can be returned properly
106
107 * msignal/MExtractTimeAndChargeSpline.cc:
108 - changed fgLoGainStartShift according to BCN cvs to -2.4 (FIXME
109 this should be checked!)
110 - adapted handling of sat in hi-gain extraction to changes
111 above
112
113 * mjobs/MJCalibrateSignal.cc:
114 - replaced the hi-/lo-gain pulse plots by plots showing the
115 hi-/lo-gain intercalibration and the hi-/lo-gain offset
116
117 * datacenter/macros/fillsignal.C:
118 - changed according to the changes
119
120 * mraw/MRawFileRead.cc:
121 - rais an error if a requested file could not be opened
122
123 * mbase/MParContainer.cc:
124 - added some comments
125
126
127
128 2006/08/03 Thomas Bretz
129
130 * mbase/MTask.cc:
131 - do not print number of executions if it is (UInt_t)-1
132
133 * mfileio/MReadReports.cc:
134 - do not allocate a MTime container anymore. This can be done
135 by root automatically which has the advantage that we don't
136 have to care about its deletion
137 - added some more debug output, just in case...
138
139 * mfileio/MReadTree.cc:
140 - fixed a typo in a comment
141
142 * mhist/MHRate.cc, mhist/MHWeather.cc, mhvstime/MHSectorVsTime.cc,
143 mhvstime/MHVsTime.cc:
144 - changed position of SetMinimum and SetMaximum
145
146 * mimage/MHHillas.[h,cc]
147 - made the Center-Histogram in the case only one is displayed
148 one with palette
149
150
151
152 2006/08/03 Markus Meyer
153
154 * resources/calibration.rc, calibration_spline.rc
155 - update of correction factors
156
157 * datacenter/macros/fillstar.C
158 - update of reference values for muon analysis
159
160
161
162 2006/08/02 Daniela Dorner
163
164 * datacenter/scripts/buildsequenceentries,
165 datacenter/scripts/checkfilesforsequenceavail,
166 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
167 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
168 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
169 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
170 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
171 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
172 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
173 datacenter/scripts/makecallistolinks,
174 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
175 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
176 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
177 datacenter/scripts/runstar, datacenter/scripts/sourcefile,
178 datacenter/scripts/writesequencefiles:
179 - replaced $USER by `whoami`
180
181 * datacenter/scripts/dowebplots:
182 - write output (ps, png files) to $datapath and not $webdir to
183 speed up the webupdate
184
185
186
187 2006/08/02 Thomas Bretz
188
189 * mhist/MHCamEvent.cc:
190 - removed some obsolete includes
191
192 * msignal/MExtractTimeAndCharge.cc:
193 - reformatted position of a parenthesis
194
195 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
196 - changed default lo-gain offset to new value 1.05 which was
197 determined plotting arrival time vs. signal height.
198 - added fHiGainFirst to time (as it is in the spline extractor)
199
200 * msignal/MSignalCam.cc:
201 - after extesive tests using the arrival time vs signal height
202 histograms, new threshold levels (independent of the pixel size)
203 have been determined for the pulse positions
204 (50phe for pulse, hi-gain and 320phe for lo-gain)
205
206 * datacenter/macros/fillsignal.C:
207 - changed to support new information about pulse positions
208
209
210
211 2006/08/01 Thomas Bretz
212
213 * mcalib/MCalibCalcFromPast.cc:
214 - hand over the hi-lo-gain conversion factors to the new
215 MCalibrationChargeCam if reinitialized
216
217 * mcalib/MCalibrateData.cc:
218 - removed obsolete use of zenith angle (which actually was never used)
219 - fixed a bug which caused the renorm factor being initialized from
220 default instead of the QECam always (which didn't make any difference
221 because also the QECam contains the default value)
222
223 * mcalib/MCalibrateRelTimes.[h,cc]:
224 - store also the information whether lo-gain was used or not in
225 MSignalCam
226 - removed some comments from header
227
228 * mcalib/MCalibrationQEPix.[h,cc]:
229 - removed obsolete use of zenith angle (which actually was never used)
230
231 * mhist/MHCamera.cc:
232 - fixed wrong cast (from this to TProfile instead of TH1D)
233
234 * mjobs/MJCalibrateSignal.cc:
235 - added tabs for hi-/lo-gain pulse position
236
237 * mjobs/MJCalibration.cc:
238 - removed obsolete use of zenith angle (which actually was never used)
239 for MCalibrationQEPix
240
241 * msignal/MArrivalTimePix.h:
242 - added Copy member function
243
244 * msignal/MExtractedSignalPix.cc:
245 - small code layout
246
247 * msignal/MSignalPix.[h,cc]:
248 - added new (non I/O) member fLoGainUsed
249
250 * msignal/MSignalCam.cc:
251 - added cases 10 and 11 to GetPixelContent
252 - added some more comments
253
254
255
256 2006/07/31 Thomas Bretz
257
258 * showplot.cc:
259 - added new options to write bmp and xml files
260 - added new options for the display size
261
262 * mbase/MStatusDisplay.[h,cc]:
263 - changed the constructor to allow starting with a different size
264 - added new member functions to change the display or canvas size
265 - fixed setting of sizes
266
267
268
269 2006/07/30 Thomas Bretz
270
271 * macros/starfield.C:
272 - updated to use resources/mirrors.def by default
273
274 * mhist/MHCamera.[h,cc]:
275 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
276 - if necessary let SavePrimitive(ofstream&) call
277 SavePrimitive(ostream&)
278
279 * mgui/MHexagon.[h,cc]:
280 - special solution for SavePrimitive because it calls a function
281 from the base class which also needs ofstream or ostream
282
283 * mbase/MStatusDisplay.[h,cc]:
284 - switched on writing bmp and xml (I still found no program able
285 to read this bmp, but they are written)
286 - removed check for writing images in batch mode for root
287 >= 5.12/00. It is working now.
288 - calculate kB and MB correctly by dividing by 1000 instead of
289 1024 (would be kiB and MiB)
290 - removed some unused parameters from function declaration
291 - fixed some warnings about local overwrites of variable names
292 - fixed a deprecated conversion from string constant to `char*
293
294
295
296 2006/07/29 Thomas Bretz
297
298 * mhflux/MHEffectiveOnTime.cc:
299 - changed the fit such that initial values are calculated
300 automatically now instead of using build in values. This
301 makes the fit more indepedant of the underlaying rates.
302 With a test of ~350 sequences in the test database it could
303 be shown that the new fit gives the same result +/-1sek.
304 The highest deviation was +5s the lowest -10s.
305 - the number of the first bin used in the fit became a variable
306 - A limit of 15kHz was set for the rate
307 - sanity checkes for lambda==0 added (possible division by zero)
308 - increased class version number by one
309 - made functions derived from MH private
310 - to fit the resulting "gammas" use fFirstBin=1 and fNumEvents=120
311
312
313
314 2006/07/28 Daniela Dorner
315
316 * datacenter/scripts/buildsequenceentries,
317 datacenter/scripts/checkfilesforsequenceavail,
318 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
319 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
320 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
321 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
322 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
323 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
324 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
325 datacenter/scripts/makecallistolinks,
326 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
327 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
328 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
329 datacenter/scripts/runstar, datacenter/scripts/sourcefile,
330 datacenter/scripts/writesequencefiles:
331 - replaced username by $USER
332
333
334
335 2006/07/27 Thomas Bretz
336
337 * datacenter/macros/buildsequenceentries.C:
338 - removed some obsolete output
339 - logging output redone
340 - added some missing delete of TSQLResults
341 - fixed some overwrite of local variables
342 - added more comments
343 - moved code building the blocks to its own function
344 - simplified buildblocks
345
346
347
348 2006/07/27 Daniela Dorner
349
350 * datacenter/scripts/buildsequenceentries:
351 - fixed bug in name of logfile (introduced on 2006/02/03)
352
353
354
355 2006/07/26 Daniela Dorner
356
357 * datacenter/scripts/movingrawfiles:
358 - changed machine
359 - added logging
360 - added launching of filesondisk, when files have been moved
361
362 * datacenter/scripts/filesondisk:
363 - added logging
364
365
366
367 2006/07/26 Thomas Bretz
368
369 * merpp.cc:
370 - files with the extension .raw.gz were not found. fixed. This
371 is necessary because raw-files must be merpped before they can
372 be displayed with the mars-gui.
373
374 * star.cc:
375 - fixed some misalignment when the title is printed
376
377 * datacenter/macros/fillsinope.C:
378 - removed some obsolete comments
379
380 * mbase/MContinue.h:
381 - some reformatting
382
383 * mreport/MReportStarguider.h:
384 - added enum for states
385 - added IsMonitoring member function
386
387 * msignal/MArrivalTimeCam.cc:
388 - fixed a problem which gave errors when compiling (introduced
389 with the latest change)
390
391 * manalysis/MEventRateCalc.[h,cc], manalysis/MGeomApply.[h,cc],
392 manalysis/MMultiDimDistCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc],
393 mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
394 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc], mcalib/MCalibrateData.[h,cc],
395 mdata/MDataArray.[h,cc], mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc],
396 mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
397 mfbase/MFilterList.[h,cc], mfileio/MReadTree.[h,cc],
398 mfileio/MWriteRootFile.[h,cc], mfilter/MFParticleId.[h,cc],
399 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
400 mhbase/MBinning.[h,cc], mhbase/MFillH.[h,cc], mhbase/MH3.[h,cc],
401 mhbase/MHMatrix.[h,cc], mimage/MHillasCalc.[h,cc],
402 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
403 mpointing/MSrcPosCam.[h,cc], msignal/MExtractFixedWindow.[h,cc],
404 msignal/MExtractSignal.[h,cc], msignal/MExtractSignalABcorr.[h,cc],
405 msignal/MExtractor.[h,cc], mtools/MChisqEval.[h,cc]
406 - replaced StreamPrimitive(ofstream&) by StreamPrimitive(ostream&)
407 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
408 - if necessary let SavePrimitive(ofstream&) call
409 SavePrimitive(ostream&)
410
411 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsIntensityCam.cc,
412 mbase/MEvtLoop.cc, mbase/MLog.cc, mbase/MParList.cc, mbase/MTaskList.cc,
413 mcalib/MCalibConstCam.cc, mcalib/MCalibrationBlindCam.cc,
414 mcalib/MCalibrationCam.cc, mcalib/MCalibrationIntensityCam.cc,
415 mcalib/MCalibrationIntensityConstCam.cc, mdata/MDataArray.cc,
416 mdata/MDataFormula.cc, mdata/MDataList.cc, mfbase/MFilterList.cc,
417 mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc, mmain/MMonteCarlo.cc,
418 mpedestal/MPedPhotCam.cc, mpedestal/MPedestalCam.cc,
419 mreport/MReportFileRead.cc, msignal/MArrivalTimeCam.cc,
420 msignal/MExtractedSignalCam.cc, msignal/MSignalCam.cc:
421 - replaced ForEach by R__FOR_EACH
422
423 * mbase/MAGIC.h:
424 - define R__FOR_EACH macro if not yet defined
425
426 * mbase/MEvtLoop.cc:
427 - removed usage of copy-constructor of TEnv
428
429 * mbase/MString.h:
430 - exclude some of the member function from CINT (gives problem
431 with CINT)
432
433 * mfbase/MFEventSelector.[h,cc]:
434 - removed StreamPrimitive (it was empty anyhow)
435
436 * mranforest/MRanTree.cc:
437 - moved includes for TVector and TMatrix to header
438 - replaced TMatrixRow by TMatrixFRow_const in TreeHad
439
440 * msignal/Makefile, msignal/SignalLinkDef.h:
441 - removed MExtractSignal
442 - removed MExtractSignal2
443 - removed MExtractSignal3
444 - removed MExtractSignalABcorr
445
446 * mbase/MArgs.cc, mbase/MContinue.cc, mbase/MEnv.cc, mbase/MGMap.[h,cc],
447 mbase/MGTask.h, mbase/MLogManip.h, mbase/MLogPlugin.h
448 mbase/MParContainer.cc, mbase/MParList.cc, mbase/MParameters.cc,
449 mbase/MSearch.cc, mbase/MStatusArray.h, mbase/MTask.cc,
450 mbase/MTaskList.[h,cc]:
451 - removed some unused parameters from function declaration
452
453 * mbase/MArray.h, mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
454 mbase/MArrayI.h, mbase/MArrayS.h, mbase/MDirIter.h, mbase/MLog.[h,cc],
455 mbase/MReadSocket.h, mbase/MTask.cc, mbase/MTaskList.[h,cc],
456 mbase/MTime.h:
457 - added explicit initialization of base class to copy ctor
458
459 * mbase/MDirIter.[h,cc], mbase/MLog.[h,cc], mbase/MRunIter.cc,
460 mbase/MZlib.cc:
461 - fixed some warnings about local overwrites of variable names
462
463 * mbase/MTaskList.[h,cc]:
464 - removed unsused second argument from CheckAddListTo
465 - allow 0 as the type argument which just keeps the input steam id
466 of the task
467
468 * mjobs/MSequence.cc:
469 - fixed a deprecated conversion from string constant to `char*
470
471 * mfbase/MFilterList.cc:
472 - improved warn output
473
474 * msignal/MArrivalTimeCalc2.cc, msignal/MArrivalTimePix.[h,cc],
475 msignal/MExtractFixedWindowPeakSearch.cc, msignal/MExtractSignal.cc,
476 msignal/MExtractSignal2.cc, msignal/MExtractSignal3.cc,
477 msignal/MExtractSignalABcorr.cc, msignal/MExtractTime.cc,
478 msignal/MExtractTimeAndCharge.cc, msignal/MExtractor.cc,
479 msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
480 - removed first obsolete argument from SetGainSaturation
481
482 * msignal/MExtractedSignalCam.[h,cc]:
483 - removed obsolete fNdf
484 - increased class version
485
486 * msignal/MExtractedSignalPix.[h,cc]:
487 - removed obsolete fIsLoGainUsed
488 - removed obsolete fChisquare
489 - increased class version
490 - removed obsolete first argument from SetGainSaturation
491
492
493
494 2006/07/23 Thomas Bretz
495
496 * datacenter/scripts/copyscript:
497 - only try to insert the contents of runbook files which
498 contain the regexp \\\.rbk$ instead of .rbk It might be
499 that in a script it should be \.rbk$ rather than \\\.rbk$
500 (to be tested)
501
502
503
504 2006/07/22 Thomas Bretz
505
506 * datacenter/scripts/runstar:
507 - added -r to sort ToDo-files such that the newest sequences
508 are processed first
509
510
511
512 2006/07/21 Daniela Dorner
513
514 * datacenter/scripts/checkfilesforsequavail:
515 - fixed bug in path
516
517
518
519 2006/07/19 Thomas Bretz
520
521 * msignal/MArrivalTimeCam.cc:
522 - added case 7 and 2 in GetPixelContent
523
524
525
526 2006/07/13 Thomas Bretz
527
528 * mastro/MAstroCatalog.h:
529 - implemented new member function GetNumStars
530
531 * mbase/MGMap.[h,cc]:
532 - implemented new member function DrawHexagon
533
534
535
536 2006/07/11 Thomas Bretz
537
538 * mbase/MStatusArray.cc, mdata/MDataChain.cc, mdata/MDataFormula.cc,
539 mhflux/MMcSpectrumWeight.cc, mimage/MHillasExt.cc, mjobs/MJCut.cc,
540 msignal/MExtractTimeAndChargeDigitalFilter.cc,
541 mranforest/MRanForestCalc.cc:
542 - fixed some compiler warning of the kind
543 ambiguous overload for `Bool_t ? const char[14] : const TString &'
544 to make gcc 2.95.3 happy (used to get cosy working with the
545 latest Mars version)
546
547 * mbase/MZlib.[h,cc]:
548 - added some preprocessor statements which allow compilation with
549 gcc 2.95.3
550
551 * mastro/MAstroCamera.cc:
552 - removed path from include
553
554 * mastro/Makefile:
555 - added directory for MHCamera
556
557 * mhflux/MHThetaSqN.cc:
558 - removed the const-qualifier from the static_cast when setting
559 tghe MParameterD
560
561
562
563 2006/07/06 Thomas Bretz
564
565 * Makefile.conf.linux:
566 - removed options -Wstrict-prototypes -Wmissing-prototypes
567 obsolete for C++
568
569 * mastro/MAstro.h, mgui/MCamEvent.h:
570 - added virtual destructor to make gcc 4.1 happy
571
572 * mfilter/MFMagicCuts.cc, mtools/MagicJam.cc:
573 - added includes to make gcc 4.1 happy
574
575 * mranforest/MRanForestCalc.cc:
576 - added include for the compilation with root 5.10/00
577
578
579
580 2006/07/05 Thomas Bretz
581
582 * datacenter/macros/checkfileavail.C,
583 datacenter/macros/checkstardone.C,
584 datacenter/macros/doexclusions.C,
585 datacenter/macros/filldotraw.C,
586 datacenter/macros/fillganymed.C,
587 datacenter/macros/fillsignal.C,
588 datacenter/macros/fillstar.C,
589 datacenter/macros/setupdb.C:
590 - make sure that 'res' is correctly deleted
591
592 * datacenter/macros/doexclusions.C:
593 - fixed some variable name overrides
594
595 * mhflux/MAlphaFitter.[h,cc]:
596 - added the possibility to DrawResult()
597
598 * mhflux/MHAlpha.[h,cc]:
599 - added new output container (Bin) which contains the number
600 of the bin the event was assigned to
601 - fixed drawing the significance in DrawAll
602
603
604
605 2006/07/04 Daniela Dorner
606
607 * datacenter/scripts/copyscript:
608 - removed not needed if-clause (was used to copy subsystemfiles to
609 /magic/datacenter/totape)
610
611
612
613 2006/07/03 Thomas Bretz
614
615 * mhflux/MHThetaSqN.[h,cc]:
616 - added counter and output some statistics afterwards
617
618
619
620 2006/06/29 Thomas Bretz
621
622 * mmain/MEventDisplay.cc:
623 - added decoding of calibration pattern
624
625 * mbase/MContinue.cc:
626 - small change to some output
627
628 * mmc/MMcTrig.hxx, mmc/MMcTrigHeader.hxx:
629 - increased version number
630
631 * mmc/Mdefine.h:
632 - increased CAMERA_PIXELS from 3500 to 3800
633
634
635
636 2006/06/28 Daniela Dorner
637
638 * datacenter/macros/setupdb.C:
639 - added new columns
640 - changed name columns
641
642
643
644 2006/06/28 Thomas Bretz
645
646 * datacenter/macros/fillstar.C:
647 - added number of correlated stars
648
649 * datacenter/macros/plotdb.C:
650 - added number of correlated stars
651 - changed name of database column
652
653 * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
654 mjtrain/MJTrainSeparation.cc:
655 - small improvement to log-output
656
657 * tpoint/gui.C:
658 - added some SetFrameBorderMode and SetBorderMode
659
660
661
662 2006/06/27 Thomas Bretz
663
664 * mhflux/MHAlpha.cc:
665 - added a small change to prevent DrawAll from opening a new
666 canvas if called with the option "No new canvas" and no
667 fDisplay
668
669
670
671 2006/06/26 Thomas Bretz
672
673 * mjobs/MJCut.[h,cc]:
674 - added error codes for some fatal errors
675
676 * ganymed.cc:
677 - pipe error codes to shell
678
679
680
681 2006/05/29 Thomas Bretz
682
683 * mbase/MEnv.cc:
684 - included THashList for compatibility with root 5.10/00
685
686 * mdata/MDataArray.[h,cc]:
687 - included TVector in header for compatibility with root 5.10/00
688
689 * mgui/MHexagon.cc:
690 - changed argument of PaintFillArea from Float_t to Double_t
691 for compatibility with root 5.10/00
692
693 * mhbase/MHMatrix.[h,cc]:
694 - added some #ifdef for compatibility with root 5.10/00
695 - included TVector in the header for compatibility with
696 root 5.10/00
697
698 * mjtrain/MJTrainDisp.cc:
699 - added the possibility to set weights
700 - added new histogram to show avg psf versus energy
701
702 * mjtrain/MJTrainRanForest.cc:
703 - included TFile for compatibility with root 5.10/00
704
705 * mranforest/MRanForest.[h,cc]:
706 - included TMatrix and TVector in header for compatibilty
707 with root 5.10/00
708
709 * mtools/MHSimulatedAnnealing.[h,cc]:
710 - included TMatrix and TVector in header for compatibilty
711 with root 5.10/00
712
713
714
715 2006/05/24
716
717 * RELEASE 0.9.6
718
719
720
721 2006/05/24 Thomas Bretz
722
723 * mbadpixels/MBadPixelsTreat.cc:
724 - another small improvement, set fMaxArrivalTimeDiff to 0.9
725
726 * mjobs/MJPedestal.cc:
727 - switched off error in case of "pulse is too much to the left"
728 - the extraction window is not changed anymore
729
730 * mhflux/MAlphaFitter.cc:
731 - made new background fit more robust by improving the start
732 values
733
734 * mhflux/MHAlpha.[h,cc]:
735 - preliminary implementation showing automatically all sizebins in
736 the status display
737
738 * mpointing/MPointingDevCalc.[h,cc]:
739 - if the mispointing is set to 0 due to missing mispointing
740 information also the starguider calibration is reset.
741 - in the case the latest report is older than a default (currently
742 one minute) and the current report will be skip the starguider
743 correction and calibration will be reset.
744
745 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
746 - updated
747
748 * mmc/MMcRunHeader.hxx:
749 - added new getter for ShowerPhiMin and ShowerPhiMax
750
751
752
753 2006/05/23 Daniela Dorner
754
755 * scripts/processsequence:
756 - added (script to run callisto, merppupdate and star for 1
757 sequence)
758
759 * scripts/preparemc:
760 - added (script to create montecarlo sequence and datasetfiles)
761
762
763
764 2006/05/23 Thomas Bretz
765
766 * mranforest/MRanTree.cc:
767 - should be if(!Finite) instead of if(Finite)
768
769 * mhbase/MH3.cc:
770 - fixed a problem which arouse in root 4.04/02g namely that
771 is the draw-option is " " nothing is displayed. Therefore
772 all " " are removed before the histogram is drawn
773
774 * mhist/MHCamera.cc:
775 - when the azimuthal profile was produced the binning was optimized
776 with the OptimizeLimits. This doesn't make sense because it
777 changed the alignment of the bins with the 60deg boundaries
778
779 * mreport/MReportStarguider.cc:
780 - fixed a typo in a comment and removed an obsolete one
781
782 * msignal/MExtractTimeAndCharge.cc:
783 - instead of setting the arrival time to a value at the border of
784 the meaningful range a random number is assigned in the case
785 of an arrival time extracted outside the fadc range. This
786 avoids possible unfortuante coincidences in arrival times.
787
788 * mbadpixels/MBadPixelsTreat.[h,cc]:
789 - added new data member fMaxArrivalTimeDiff, which is the maximum
790 arrival time difference allowed for the badpixel algorithm
791 to determin whether a pixels belongs to a shower
792 - changed the old value (0.5) to 1.0 as suggested by Stefan
793 due to a recent study on the fraction of pixels surviving the
794 image cleaning
795
796 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
797 - added comment to show usage of new option
798
799
800
801 2006/05/22 Daniela Dorner
802
803 * datacenter/scripts/makecallistolinks:
804 - fixed bug
805
806
807
808 2006/05/22 Thomas Bretz
809
810 * mranforest/MRanTree.cc:
811 - replaced some arbitrary small and large values by FLT_MAX in
812 FindBestSpllit*
813 - replaced in FindBestSpllit* a sanity check for rld and rrd (do
814 not divide by zero) by a check whether the result (crit) is finite
815
816 * mcamera/MCameraRecTemp.[h,cc]:
817 - implemented new data member for validity
818 - increased class version by 1
819
820 * mpointing/MHPointing.[h,cc]:
821 - implemented new TGraph for number of correlated stars
822 - increased class version by 1
823
824 * mpointing/MPointingDevCalc.cc:
825 - if the report is empty assume no pointing deviation and also
826 reset the starguider calibration
827
828 * mpointing/MPointingPos.cc:
829 - slight modifications to comment
830
831 * mreport/MReport.cc:
832 - introduced new fake version to support new starguider format
833
834 * mreport/MReportCC.[h,cc]:
835 - improved handling of receiver boar com-errors and RecTemp section
836
837 * mreport/MReportStarguider.[h,cc]:
838 - implemented changes in the starguider reports around 9th May
839 - added new data member for number of correlated stars
840 - increased class version by 1
841
842
843
844 2006/05/21 Thomas Bretz
845
846 * mfileio/MReadTree.cc:
847 - show all added files only in debug modes or if wildcards are used
848
849 * mfilter/MFEnergySlope.[h,cc]:
850 - added a third constructor which also allows to set fMcEnergyMin
851
852 * mjtrain/MJTrainSeparation.[h,cc]:
853 - updated text output
854 - improved result display
855 - added possibility to set weights and/or pre/post-tasks for
856 train or test only
857
858 * mranforest/MRanForest.cc:
859 - commented out an obsolete check to check whether TMath::Sort
860 has sorted correctly
861 - added some comments
862
863
864
865 2006/05/20 Thomas Bretz
866
867 * mreport/MReportCC.cc:
868 - fixed a typo in InterpreteTD which was introduced yesterday
869
870
871
872 2006/05/19 Thomas Bretz
873
874 * mbase/MMath.h:
875 - added default to second argument of GaussProb
876
877 * mcamera/MCameraTD.[h,cc], mcamera/MCameraTH.[h,cc]:
878 - added a data member fIsValid giving the status of the arrays
879 in case the CC reports contained nonsense (mainly for files
880 before summer 2005)
881 - increased class version by 1
882
883 * mhflux/MHAlpha.h:
884 - made SetOffData virtual
885
886 * mreport/MReport.cc:
887 - small changes to some comments
888
889 * mreport/MReportCC.[h,cc]:
890 - better handling of problems with the TH and TD part of the
891 CC-REPORT for files older than 200507190 and 200412210
892 respectively
893
894 * mreport/MReportFileReadCC.cc:
895 - always output the file format version
896
897 * mhflux/MAlphaFitter.[h,cc]:
898 - implemented fitting of the off-data for background determination
899 - the result values are not yet accessible
900 - increased class version by 1
901
902 * mhflux/MHThetaSqN.[h,cc]:
903 - some improvements regarding the treatment of the signal-regions
904 - allow to set a different cut-level for off-cuts
905
906
907
908 2006/05/18 Thomas Bretz
909
910 * mhflux/MAlphaFitter.h:
911 - added Getter for ScaleMode
912
913 * mhflux/MHAlpha.[h,cc]:
914 - made fHillas data member protected
915 - increased size of fMap
916
917 * mhflux/MHThetaSq.[h,cc]:
918 - removed obsolete data-member fThetaSq
919
920 * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
921 - fixed a typo in a comment
922
923 * mranforest/MRanTree.cc:
924 - added a lot of comments in the code
925
926 * callisto.cc:
927 - fixed typo in output
928
929 * mhflux/MHThreshold.cc:
930 - enabled grids
931 - slightly improved calculation of shown threshold
932
933 * mhflux/MHThetaSqN.[h,cc]:
934 - added
935
936 * mhflux/Makefile, mhflux/FluxLinkDef.h:
937 - added MHThetaSqN
938
939
940
941 2006/05/18 Daniela Dorner
942
943 * resources/calibration.rc, resources/calibration_spline.rc:
944 - added values for current and following periods
945
946
947
948 2006/05/05
949
950 * RELEASE 0.9.5.1
951
952
953
954 2006/05/05 Thomas Bretz
955
956 * datacenter/macros/plotdb.C:
957 - updated with new tabs for the starguider data
958
959 * mhflux/MHEnergyEst.cc:
960 - print the result to the all-logstream
961 - changed the fit range not to take the overflow into account
962
963 * mranforest/MRanForest.[h,cc]:
964 - Use the default Reset() instead of Reset(0)
965 - changed output while training
966 - replaced a lot of TArrays by MArrays
967 - at some points replaced gRandom->Rndm by gRandom->Integer
968 - removed some obsolete arguments from ModifyDataSort
969 - In CreateDataSort isort need not to be initialized, it is
970 done by TMath::Sort anyhow
971 - a small simplification to ModifyDataSort
972 - added some const-qualifiers in funciton calls
973
974 * mranforest/MRanTree.[h,cc]:
975 - replaced a lot of TArrays by MArrays
976 - removed some obsolete calls to Reset(0) after the instatization
977 of the array
978 - small acceleration of the averaging when calculating fBestSplit[k]
979 - at some points replaced gRandom->Rndm by gRandom->Integer
980 - directly give mean[kbuild] and square[kbuild] as an argument
981 to FindBestSplit
982 - removed the obsolste dereferencing from the call to FindBestSplit
983 - added some const-qualifiers in funciton calls
984 - make a copy of tclasspop in BuildTree to be able to give the
985 array as a const qualified reference. It is not used at any other
986 place
987 - in TreeHad first get the pointers to the vector with the data to
988 get rid of the range check done by root. This has also the advantage
989 that all TreeHad member function can be unified into a single
990 member function
991
992 * mhflux/MAlphaFitter.cc:
993 - fixed a problem with the fit which could cause infinite loops
994 in the case of off-data. This did in no means effect the result,
995 just the performance.
996
997 * mhbase/MH3.cc:
998 - convert the options ToLower case first before checking
999
1000 * mjtrain/MJTrainRanForest.[h,cc]:
1001 - added AddPar member function
1002 - added fPreTasks and fPostTasks
1003 - added fEnableWeights
1004 - added member functions suporting setting pre- and posttasks
1005 and weights
1006
1007 * mtools/MTFillMatrix.h:
1008 - added new member function to clear the fPreCuts, fPreTasks and
1009 fPostTasks lists
1010
1011 * mjtrain/MJTrainEnergy.cc:
1012 - implemented usage of weights
1013
1014 * mjtrain/MJTrainSeparation.[h,cc]:
1015 - implemented the usage of weights
1016 - implemented a random source position to train with wobble
1017 data
1018 - added some more output
1019 - added an option to switch between classification and regression
1020 - added th epossibility to change the MC flux
1021
1022 * mjtrain/Makefile:
1023 - added include path for mpointing and mimage
1024
1025
1026
1027 2006/05/04 Thomas Bretz
1028
1029 * mbase/MTaskList.[h,cc]:
1030 - added new member function AddToListBefore(TList&) and
1031 AddToListAfter(TList&)
1032 - added corresponding RemoveFromList(TList&)
1033
1034 * mhflux/MMcSpectrumWeight.[h,cc]:
1035 - added new member functions CalcSpecNew and CalcSpecOld to
1036 evaluate the spectrum at a given energy
1037 - added a new data member which allows to set an energy
1038 at which the normalization is calculated instead of
1039 the integral
1040
1041 * mpointing/MSrcPosRndm.[h,cc]:
1042 - added new option which allows to create a random wobble
1043 source position
1044
1045
1046
1047 2006/05/03 Daniela Dorner
1048
1049 * datacenter/macros/setupdb.C:
1050 - changed type of sourcename and projectname according to new
1051 format
1052
1053
1054
1055 2006/05/03 Thomas Bretz
1056
1057 * Makefile.rules:
1058 - added new option zdiff
1059
1060 * mbase/MTaskList.[h,cc]:
1061 - overwrite member function AddToList with a TList-reference
1062 as argument
1063
1064 * mhflux/MHCollectionArea.[h,cc]:
1065 - added the missing //! behind the fMcEvt data member
1066 - increased class version number
1067 - removed obsolete fEnergy data member
1068
1069 * mranforest/MRanForest.cc:
1070 - added to the output whether weights are set
1071
1072 * mraw/MRawRunHeader.cc:
1073 - removed an obsolete Print() which enetered for debugging
1074
1075 * mimage/MHNewImagePar.cc:
1076 - the plots for CocCOG and ConcCore had the same color... fixed
1077
1078 * mranforest/MRanForestCalc.[h,cc]:
1079 - allow to set weights for each event
1080
1081 * mtools/MTFillMatrix.[h,cc]:
1082 - implemented the possibility to set pre- and post-tasks
1083 executed in the eventloop
1084
1085
1086
1087
1088 2006/05/02 Thomas Bretz
1089
1090 * mraw/MRawRunHeader.cc:
1091 - fixed the typo in the output
1092
1093 * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
1094 - fixed a typo in the name of the plot Skybrightness
1095
1096
1097
1098 2006/04/30 Thomas Bretz
1099
1100 * mjtrain/MJTrainSeparation.[h,cc]:
1101 - new option to switch between regression and classification
1102 - fixed the auto training (still far from working well)
1103 - improved result plots
1104
1105 * mbase/MMath.cc:
1106 - fixed SignificanceLiMa such that it allows basically zero
1107 signal- and/or background events
1108
1109
1110
1111 2006/04/27 Thomas Bretz
1112
1113 * datacenter/macros/fillstar.C:
1114 - replaced the mean by the median
1115
1116
1117
1118 2006/04/26 Daniela Dorner
1119
1120 * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
1121 - added four new columns to the table Star
1122
1123
1124
1125 2006/04/24 Thomas Bretz
1126
1127 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
1128 - some fixes to the comments describing random forest
1129
1130
1131
1132 2006/04/23 Thomas Bretz
1133
1134 * mhist/MHHadronness.cc:
1135 - do not reset the two hadronness-histograms in SetupFill
1136 otherwise MJTrainSeparation cannot work correctly
1137
1138 * mjtrain/MJTrainSeparation.cc:
1139 - added a Plot of Hadronness versus Size for MC events
1140
1141
1142
1143 2006/04/22 Thomas Bretz
1144
1145 * mraw/MRawRunHeader.cc:
1146 - some small changes, mainly output and comments
1147
1148 * mhflux/MHAlpha.[h,cc]:
1149 - show also the integrated number of excess events in the
1150 plot versus energy/size and show the correct error.
1151
1152 * mtools/MJSpectrum.cc:
1153 - added accelerator for executing the tasklist as in MJCut
1154
1155 * macros/train/trainseparation.C:
1156 - fixed a typo
1157
1158 * mjtrain/MJTrainSeparation.h:
1159 - added missing initialization of fAutoTrain
1160 - fixed an error in EnablAutoTrain (was always set to kTRUE)
1161
1162
1163
1164 2006/04/21 Daniel Hoehne
1165
1166 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
1167 - fixed bug in usage of pstoimg
1168
1169
1170
1171 2006/04/13 Thomas Bretz
1172
1173 * mraw/MRawRunHeader.[h,cc]:
1174 - adapted to new DAQ format version 6
1175 - increased class version number
1176
1177 * mtools/MTFillMatrix.cc:
1178 - added accelerator for executing the tasklist as in MJCut
1179
1180 * mfilter/MFEnergySlope.cc:
1181 - small update to output
1182
1183 * mfbase/MFilterList.[h,cc]:
1184 - fixed a really old problem that the contents of the list never
1185 got ReInit. Hopefully this never had bad sideeffects.
1186
1187 * macros/train/trainenergy.C:
1188 - added another comment how to change the spectral slope of the
1189 monte carlo spectrum
1190
1191
1192
1193 2006/04/13 Thomas Bretz
1194
1195 * mreport/MReport.cc:
1196 - added new fake arehucas versions to fix a problem with the
1197 starguider reports
1198
1199 * mreport/MReportFileRead.cc:
1200 - increased informations in warning output
1201
1202 * mreport/MReportStarguider.cc:
1203 - fixed a problem with the starguider reports between 6.3.2006 and
1204 19.3.2006
1205
1206
1207
1208 2006/04/13 Daniel Hoehne
1209
1210 * datacenter/db/findoffdata.php:
1211 - implemented query for the inhomogeneity
1212
1213 * datacenter/db/runinfo.php:
1214 - added checkboxes for start time, failed time and error codes
1215
1216 * datacenter/db/datacheck.php:
1217 - fixed bug in StatusMenus for DataCheck and RawFile
1218
1219
1220
1221 2006/04/12 Daniela Dorner, Daniel Hoehne
1222
1223 * datacenter/scripts/makecallistolinks:
1224 - fixed bug
1225
1226
1227
1228 2006/04/12 Thomas Bretz
1229
1230 * datacenter/macros/filldotraw.C:
1231 - allow to access gzipped raw-files
1232
1233
1234
1235 2006/04/11 Thomas Bretz
1236
1237 * mastro/MAstro.h:
1238 - added conversion Parsec2Lighyear
1239
1240 * mbase/MLogHtml.cc:
1241 - added a fix to display < and > correctly
1242
1243 * mhflux/MHCollectionArea.[h,cc]:
1244 - commented out obsolete fEnergy parameter
1245
1246 * mjobs/MJSpectrum.cc:
1247 - fill a second collection area plot after trigger
1248
1249 * mjoptim/MJOptimize.cc:
1250 - improve speed of optimization by switching of timing and
1251 reset in eventloop
1252
1253 * mmc/MFadcHeader.h:
1254 - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
1255
1256 * mmc/MMcFadcHeader.hxx:
1257 - increaded version number from 7 to 8
1258
1259
1260
1261 2006/04/11 Daniel Hoehne, Daniela Dorner
1262
1263 * datacenter/scripts/dodatacheck:
1264 - fixed bug in finding raw-files
1265
1266
1267
1268 2006/04/10 Daniel Hoehne
1269
1270 * datacenter/macros/filldotrun.C:
1271 - implemented new arehucas version
1272
1273
1274
1275 2006/04/07 Daniel Hoehne, Daniela Dorner
1276
1277 * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
1278 - implemented new arehucas version
1279
1280
1281
1282 2006/04/06 Daniela Dorner
1283
1284 * datacenter/scripts/makecallistolinks:
1285 - fixed bug in resetting
1286
1287 * datacenter/db/tabs.php:
1288 - changed tabs for wobble
1289
1290
1291
1292 2006/04/05 Thomas Bretz
1293
1294 * datacenter/macros/plotdb.C:
1295 - added new tab with the effective on-time relative to the
1296 observation time
1297
1298 * sponde_onoff.rc:
1299 - added
1300
1301
1302
1303 2006/04/04 Thomas Bretz
1304
1305 * datacenter/macros/plotdb.C:
1306 - if no dataset and no time-interval is given only sequences with
1307 an effective on-time above five minutes are plotted anymore
1308
1309
1310
1311 2006/03/21 Daniela Dorner
1312
1313 * datacenter/db/ganymed.php, datacenter/db/tabs.php:
1314 - included different tabs for on/off and wobble
1315
1316 * datacenter/db/ganymed.php:
1317 - added zd angle range and observation period
1318
1319 * datacenter/db/sequence.php:
1320 - added rel. ontime
1321
1322
1323
1324 2006/03/20 Thomas Bretz
1325
1326 * mraw/MRawRunHeader.cc:
1327 - if the pixels to be swaped are both not found, assume they are
1328 intentially not mapped. Changed the Error to a Warning
1329
1330 * mhflux/MHDisp.[h,cc]:
1331 - made the scale region a parameter which can be changed from
1332 within the display
1333 - allow the scale parameters to be setup from the resource-file
1334 - changed the source-region which is cut out in wobble mode from
1335 +/-15deg to +/-25deg which better fits what we get from MHPhi
1336
1337 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
1338 - added example how to change the new scale parameters in MHDisp
1339
1340 * mhflux/MAlphaFitter.[h,cc]:
1341 - implemented the strategy for optimization which is suggested
1342 by the Berlin people for weak sources "weaksource"
1343
1344 * mhflux/MHPhi.[h,cc]:
1345 - moved the AppendPad for the text-paint into all sub-pads which
1346 need it. Otherwise they are not always properly updated.
1347
1348
1349
1350 2006/03/16 Daniela Dorner
1351
1352 * datacenter/scripts/sourcefile:
1353 - small bugfix in logging
1354
1355 * datacenter/db/tabs.php:
1356 - added new tab for ganymed
1357
1358
1359
1360 2006/03/15 Stefan Ruegamer
1361
1362 * manalysis/MCameraData.cc
1363 - inserted an image cleaning based on the time information
1364 of the shower (CalcCleaningArrivalTime)
1365
1366 * manalysis/MCameraData.h
1367 - made entry for "CalcCleaningArrivalTime"
1368
1369 * mimage/MImgCleanStd.cc
1370 - created entries for the new image cleaning named "Time"
1371
1372 * mimage/MImgCleanStd.h
1373 - inserted entry "kTime"
1374
1375
1376
1377 2006/03/14 Daniela Dorner
1378
1379 * datacenter/scripts/makecallistolinks:
1380 - fixed bug
1381
1382 * steps.rc:
1383 - added fFillGanymed to influences of fGanymed
1384
1385
1386
1387 2006/03/14 Thomas Bretz
1388
1389 * mhflux/MHEffectiveOnTime.cc:
1390 - skip the fit not only if the integral is empty but
1391 also if the first bin is empty
1392 - changed upper limit to 95% according to a study from
1393 David Paneque
1394 - replaced the fit with the exponential used in the BCN Mars
1395 version
1396 - use the correct number of entries
1397 - use a likelihood fit
1398 - calculate the fit quality from the probability
1399 - ignore the fit quality for the theta-plot
1400
1401 * mimage/MHNewImagePar.cc:
1402 - fixed the handling of the "same" option in Draw/Paint
1403
1404 * mpointing/MPointingDev.h:
1405 - fDx and fDy initialized in the constructor
1406
1407 * mbase/MTask.[h,cc]:
1408 - removed the kDontCount option. Instead don't use the TStopwatch
1409 counter anymore. By this the class to TStopwatch can be
1410 suppressed completely if kDontTime is set.
1411
1412 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
1413 mfbase/MFilterList.[h,cc]:
1414 - pipe the accelerator flag to the filter or task
1415
1416 * mjobs/MJCut.cc:
1417 - also accelerate the reading task
1418
1419
1420
1421 2006/03/13
1422
1423 * RELEASE 0.9.5
1424
1425
1426
1427 2006/03/13 Thomas Bretz
1428
1429 * ganymed.rc:
1430 - changed smearing to half of our PSF 0.06
1431 - added new examples for setting the starguider calibration
1432
1433 * ganymed_onoff.rc
1434 - changed smearing to half of our PSF 0.06
1435 - switched the new feature for a random source position on
1436 - added new examples for setting the starguider calibration
1437
1438 * ganymed_wobble.rc:
1439 - changed smearing to half of our PSF 0.06
1440 - added new examples for setting the starguider calibration
1441 - added example how to control the phi plot
1442
1443 * mhflux/MHPhi.[h,cc]:
1444 - many improvements to the algorithm, it now takes also
1445 inhomgeneities into account
1446 - restructured the display, display more histograms
1447 - increased class version to 2
1448
1449 * mjobs/MJCut.cc:
1450 - enabled acceleration for first and second loop
1451
1452 * mpointing/MPointingDevCalc.[h,cc]:
1453 - allowed to set the starguider offset calibration from the
1454 resource file
1455
1456 * callisto_Dec04Jan05.rc:
1457 - replaced Calibration scale factor by usage of
1458 resources/calibration_spline.rc
1459
1460
1461
1462 2006/03/13 Markus Meyer
1463
1464 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
1465 - changed cuts:
1466 wobble: average values from optimisation of 3 Crab
1467 sample (01/05,10/05,12/05), done by Karsten
1468 onoff : cuts from 1218 (01/05, highest significance)
1469 theta is now 0.22 for both.
1470
1471
1472
1473 2006/03/13 Daniel Hoehne
1474
1475 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
1476 - implemented qualitycut in log10(conc) vs. log10(size)
1477
1478
1479
1480 2006/03/13 Markus Meyer
1481
1482 * resources/calibration_spline.C:
1483 - more comments
1484
1485
1486
1487 2006/03/10 Markus Meyer
1488
1489 * resources/calibration.C:
1490 - update from p27 to p39 (spline excluded, still p33 data missing)
1491
1492
1493
1494 2006/03/10 Markus Meyer
1495
1496 * resources/calibration_spline.C:
1497 - correction coefficients for spline data for each period
1498
1499
1500
1501 2006/03/10 Daniel Hoehne
1502
1503 * datacenter/scripts/insertsequences:
1504 - fixed bug
1505
1506
1507
1508 2006/03/09 Daniel Hoehne
1509
1510 * ganymed_wobble.rc:
1511 - changed parameters 1 to 5 in Cut1 to actual values
1512
1513
1514
1515 2006/03/08 Thomas Bretz
1516
1517 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
1518 - added new force-option to foirce output of run-header
1519
1520
1521
1522 2006/03/08 Daniela Dorner
1523
1524 * datacenter/script/movingrawfiles:
1525 - added moving of files, that are transferred via internet
1526 - added removing of empty directories
1527
1528 * datacenter/db/ganymed.php:
1529 - added links to ganymedplots
1530 - added links to sequence.php (instead of links to starfiles)
1531 - fixed bug in query
1532
1533 * datacenter/db/sequence.php:
1534 - added links to plots from callisto and star
1535 - fixed bug in query
1536
1537 * datacenter/db/sequinfo.php:
1538 - added links to sequence.php
1539
1540 * datacenter/db/datasetinfo.php:
1541 - added links to ganymed.php
1542
1543 * datacenter/db/tabs.php:
1544 - added (includefile for names of tabs of statusdisplays)
1545
1546
1547
1548 2006/03/07 Thomas Bretz
1549
1550 * mcalib/MCalibrateData.cc:
1551 - take the bad pixel information into account when calculating the
1552 number of saturating pixels!
1553
1554
1555
1556 2006/03/06 Thomas Bretz
1557
1558 * showplot.cc:
1559 - fixed the position were the first argument is converted
1560 to lower case. Until this fix no upper case could be used
1561 in file names
1562
1563 * datacenter/macros/plotdb.C:
1564 - print also average and RMS of all data.
1565
1566
1567
1568 2006/03/06 Daniela Dorner
1569
1570 * datacenter/db/ganymed.php:
1571 - added sequences + links to star-plots of sequences
1572 - improved layout
1573
1574 * datacenter/script/makecallistolinks:
1575 - changed condition, when to make the link: only, if the link is
1576 not yet existing, it is done
1577 - added resetting of db: if link is done, callisto is resetted
1578
1579 * datacenter/macros/resetcolumn.C:
1580 - added failure columns to the resetting
1581
1582
1583
1584 2006/03/04 Daniela Dorner
1585
1586 * callisto.cc:
1587 - changed return values to improve the failure handling in the db
1588
1589 * datacenter/script/makecallistolinks:
1590 - added 'Pulse is too much to the left, cannot go below 0!' as
1591 reason to use callisto_Dec04Jan05.rc
1592
1593 * datacenter/script/dowebplots:
1594 - reduced number of files to be updated by a limitation in
1595 modification time
1596
1597 * datacenter/db/ganymed.php:
1598 - added plots
1599 - effontime s->h
1600
1601
1602
1603 2006/03/03 Thomas Bretz
1604
1605 * mjobs/MJCut.cc:
1606 - added RemoveFromList for srcposrndm in off-data loop
1607
1608 * mpointing/MSrcPosRndm.[h,cc]:
1609 - fixed the scaling. MSrcPosCam has to be in mm
1610
1611 * ganymed.rc:
1612 - added line and comments with new resource
1613
1614
1615
1616 2006/03/03 Daniel Hoehne
1617
1618 * callisto_MarApr05.rc:
1619 - changed pulse position check ExtractWinLeft to 4.0 and
1620 ExtractWinRight to 4.5
1621
1622
1623
1624 2006/03/02 Thomas Bretz
1625
1626 * callisto.cc:
1627 - get result value from pulse pos check
1628
1629 * mjobs/MJCut.[h,cc]:
1630 - added the usage of the new class MSrcPosRndm
1631 - added new resource to switch random source position on
1632
1633 * mjobs/MJPedestal.[h,cc]:
1634 - changed return code of Process to int to be able to return
1635 the pulse pos check result.
1636
1637 * mpointing/PointingLinkDef.h, mpointing/Makefile:
1638 - added MSrcPosRndm
1639
1640 * mpointing/MSrcPosRndm.[h,cc]:
1641 - added
1642
1643 * mpointing/MHSrcPosCam.h:
1644 - addedn non const getter for fHist
1645
1646
1647
1648 2006/03/02 Daniela Dorner
1649
1650 * datacenter/db/querymc.php:
1651 - fixed small bug
1652
1653 * datacenter/db/dowebplots:
1654 - added option -p to the script, to be able to call the script
1655 for different programs independently
1656 - fixed find
1657
1658
1659
1660 2006/03/01 Daniela Dorner
1661
1662 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
1663 - included failure handling columns
1664
1665
1666
1667 2006/03/01 Thomas Bretz
1668
1669 * mastro/MAstro.cc, mbase/MTime.cc:
1670 - added a comment in GetMagicPeriod
1671
1672 * mpointing/MPointingPos.cc:
1673 - added new member function GetString
1674 - moved code from Print to GetString
1675 - added new function IsInitialized()
1676
1677 * mjtrain/MJTrain*.[h,cc]:
1678 - added data members to change RF setup
1679
1680 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
1681 - added missing AddToBranchList
1682
1683 * mpointing/MHSrcPosCam.[h,cc]:
1684 - added
1685
1686 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1687 - added MHSrcPosCam
1688
1689 * mbase/MTask.[h,cc]:
1690 - implemented a new data-meber fAccelerator which allows
1691 to switch off counting and timing analysis which can be very
1692 time-consuming in some circumstances
1693
1694 * mbase/MTaskList.[h,cc]:
1695 - implemented the usabe of MTask::fAccelerator to switch off
1696 resetting of all parameter containers which can be very
1697 time-consuming
1698
1699 * mimage/MImagePar.cc:
1700 - updated how the units are printed in Print()
1701
1702 * mjobs/MJCut.cc:
1703 - added a new loop to fill the source position of the on-data
1704 - the acceleration of the two main loops are disabled because
1705 they are not yet tested.
1706
1707 * datacenter/macros/plotstat.C:
1708 - the periods were wrong by one -- fixed.
1709
1710
1711
1712 2006/02/28 Daniela Dorner
1713
1714 * datacenter/scripts/insertdatasets:
1715 - made sure, that backupfiles of the editor are not taken into
1716 account, when dataset files are searched
1717
1718 * datacenter/db/*.php:
1719 - moved user, host and pw of database to the include file
1720 db.php
1721
1722 * datacenter/db/index.html:
1723 - fixed links
1724
1725 * datacenter/db/querymc.php,magicdefs.php:
1726 - added some variables
1727
1728 * datacenter/db/runinfo.php,sequinfo.php:
1729 - bugfix (incl. TestSources)
1730
1731 * datacenter/db/sequinfo.php:
1732 - changed init values
1733
1734 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
1735 - added value (relative ontime)
1736
1737 * datacenter/db/dbstatus.php:
1738 - fixed bug
1739
1740 * datacenter/db/queryrbk.php:
1741 - added query field 'Night', to query all entries of one night
1742 from the runbook
1743
1744 * datacenter/db/index-header.html:
1745 - added links
1746
1747
1748
1749 2006/02/27 Thomas Bretz
1750
1751 * macros/optim/optimwobble.C:
1752 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
1753 standard Disp-parametrization
1754
1755 * mhflux/MHEffectiveOnTime.[h,cc]:
1756 - added showing the axis range of the time evolution histogram
1757
1758 * showplot.cc:
1759 - fixed a warning in the Hash-switch.
1760
1761 * mbase/MEnv.cc:
1762 - replaced casts in switch by an appended U
1763
1764 * macros/train/trainseparation.C:
1765 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
1766
1767 * mastro/MAstro.h:
1768 - added conversion constants for pc-m and pc-ly
1769
1770 * mhflux/MMcSpectrumWeight.cc:
1771 - fixed typo in comment
1772
1773 * mimage/MImagePar.h:
1774 - minor changes to layout
1775
1776 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
1777 - added new image parameters fConcCOG and fConcCore
1778 - increased class version of MNewImagePar
1779
1780 * mimage/MHillasExt.cc:
1781 - added some comments
1782 - removed an obsolete TMath::Abs around "dist"
1783
1784 * mranforest/MRanForest.[h,cc]:
1785 - the initialization of fTreeHad was done at the wrong moment
1786 - replaced a cast int(x+.5) by TMath::Nint
1787 - added some additional warning output
1788 - added "!" to fTreeHad - it is only for temporary storage used
1789 in the histogram classes
1790
1791 * mranforest/MRanForestGrow.h:
1792 - added GetForest
1793
1794 * mjtrain/MJTrainSeparation.[h,cc]:
1795 - added some code for upcomming automatic event selection
1796
1797 * datacenter/macros/plotstat.C:
1798 - improved macro description
1799 - added arguments to main function
1800
1801 * macros/plot/mucal.C:
1802 - added
1803
1804
1805
1806 2006/02/25 Daniela Dorner
1807
1808 * datacenter/scripts/checkfilesforsequavail, checkstardone,
1809 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
1810 fillcallisto, fillganymed, fillstar,
1811 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
1812 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
1813 fillsignal.C, fillganymed.C, fillstar.C:
1814 - implemented, that a missing connection to the database doesn't
1815 cause an failure entry in the database, so that the step is
1816 retried in this case
1817 - updated documentation
1818
1819
1820
1821 2006/02/25 Thomas Bretz
1822
1823 * datacenter/macros/plotstat.C:
1824 - added
1825
1826
1827
1828 2006/02/24 Markus Meyer
1829
1830 * resources/calibration.rc:
1831 - update of correction values for the calibration constants
1832 (P31 - P39, without P36!(problems with spline))
1833
1834
1835
1836 2006/02/24 Daniela Dorner
1837
1838 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
1839 findoffdata.php, include.php, magicdefs.php, runinfo.php,
1840 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
1841 - included failure handling columns
1842
1843 * datacenter/db/findoffdata.php:
1844 - added DT
1845
1846 * datacenter/db/statusrps.php:
1847 - fixed bug
1848
1849 * datacenter/db/sequinfo.php:
1850 - reduced width of menu
1851
1852 * datacenter/scripts/copyscript:
1853 - added makedir for oldcatalogpath
1854
1855
1856
1857 2006/02/23 Thomas Bretz
1858
1859 * mjobs/MJSpectrum.cc:
1860 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
1861 times the bin-width instead of the absolute energy
1862
1863
1864
1865 2006/02/22 Daniela Dorner
1866
1867 * datacenter/db/querymc.php:
1868 - added (website to query montecarlo database - first version)
1869
1870 * datacenter/db/magicdefs.php:
1871 - added some values of montecarlo database
1872
1873
1874
1875 2006/02/17 Daniela Dorner
1876
1877 * datacenter/scripts/copyscript:
1878 - fixed path length
1879
1880 * datacenter/macros/fillsources.C:
1881 - added (macro to read source information from catalog files and
1882 insert it into the database)
1883
1884 * datacenter/db/ganymed.php:
1885 - improved output
1886
1887 * datacenter/db/index.html:
1888 - added ganymed.php
1889 - removed old link
1890
1891
1892
1893 2006/02/17 Thomas Bretz
1894
1895 * showplot.cc:
1896 - fixed path inflation in case of ganymed
1897
1898 * mjobs/MDataSet.cc:
1899 - return kFALSE if requested source wasn't found in catalog
1900
1901 * mjobs/MJCut.cc:
1902 - reformatted output of source to fit in one line
1903
1904 * mpointing/MPointingPos.[h,cc]:
1905 - output source name (title) in Print() if set
1906
1907
1908
1909 2006/02/16 Daniela Dorner
1910
1911 * datacenter/scripts/checkstardone:
1912 - small improvement in sequence handling
1913 - improved logging
1914
1915 * datacenter/scripts/sourcefile:
1916 - small bugfixes in setstatus function
1917
1918 * datacenter/scripts/runganymed:
1919 - small bugfix
1920
1921 * datacenter/scripts/copyscript:
1922 - fixed path length
1923
1924 * datacenter/db/ganymed.php:
1925 - added (website to query results for sources/datasets)
1926
1927
1928
1929 2006/02/15 Daniela Dorner
1930
1931 * datacenter/db/findoffdata.php:
1932 - implemented possibility to query range of dates for 'stardone'
1933
1934
1935
1936 2006/02/15 Daniel Hoehne
1937
1938 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
1939 - implemented query for mean signal inner/outer and mean pulsepos
1940 * datacenter/db/sequence.php:
1941 - implemented query for mean signal inner/outer, mean pulsepos
1942 and inhomogeneity
1943
1944
1945
1946 2006/02/15 Daniela Dorner, Daniel Hoehne
1947
1948 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
1949 - fixed small bug
1950
1951
1952
1953 2006/02/14 Daniela Dorner, Daniel Hoehne
1954
1955 * datacenter/scripts/sourcefile:
1956 - fixed small bugs
1957
1958 * datacenter/scripts/movingrawfiles:
1959 - changed back to moving files without zipping
1960
1961 * datacenter/scripts/doqualityplots:
1962 - added running of plotdb.C for each datasetfile
1963
1964 * datacenter/macros/getdolist.C:
1965 - implemented limitation for number of todo files for
1966 SequenceProcessStatus
1967
1968 * datacenter/macros/checkfileavail.C,checkstardone.C:
1969 - changed return code in case that files are not available
1970
1971 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
1972 - adapted to changed return code in macros
1973
1974 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
1975 - implemented query for inhomogeneity
1976
1977
1978
1979 2006/02/13
1980
1981 * RELEASE 0.9.4.3
1982
1983
1984
1985 2006/02/13 Thomas Bretz
1986
1987 * callisto.rc:
1988 - changed pulse position check ExtractWinLeft to 4.0 and
1989 ExtractWinRight to 4.5
1990
1991 * callisto_Dec04Jan05.rc:
1992 - changed pulse position check ExtractWinLeft to 3.0 and
1993 ExtractWinRight left at 2.5
1994
1995
1996
1997 2006/02/10 Thomas Bretz
1998
1999 * mastro/MAstro.cc:
2000 - allow for more year in the algorithm calculating easter
2001
2002 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
2003 mcamera/MCameraTH.h:
2004 - added a sanity check in GetPixelContent
2005
2006 * mraw/MRawRunHeader.cc:
2007 - fixed output (correct kiB instead of kB)
2008
2009 * Makefile, Makefile.rules:
2010 - implemented the possibility to spread Make through condor
2011
2012 * mastro/MAstroCatalog.[h,cc]:
2013 - new draw-options to rotate the grid and the stars
2014
2015 * mimage/MHHillas.cc:
2016 - set minimum of fDelte to 0 instead of fDistC
2017
2018 * msignal/MExtractTimeAndChargeSpline.h:
2019 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
2020 TMath::NInt
2021
2022 * mjobs/MDataSet.h:
2023 - implemented new functions to check whether the dataset contains
2024 a dedicated sequence
2025
2026 * datacenter/macros/plotdb.C:
2027 - implemented the possibility to draw sequences of a dataset in
2028 several colors
2029
2030
2031
2032 2006/02/09 Thomas Bretz
2033
2034 * mreport/MReport.cc:
2035 - invented new fake CC report file version 200509300 for a change
2036 in the starguider format (the already implemented last values
2037 dissapeared again!) which is not noticed in the format version.
2038
2039 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
2040 - fixed support for ver 200510250
2041
2042 * mjobs/MJSpectrum.cc:
2043 - added fit of un-unfolded spectrum
2044
2045
2046
2047 2006/02/08 Daniela Dorner
2048
2049 * datacenter/scripts/sourcefile:
2050 - implemented function checklock
2051 - bugfix for failure code
2052
2053 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2054 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
2055 makecallistolinks, runcallisto, runganymed, runstar,
2056 writesequencefiles:
2057 - implemented usage of function checklock
2058
2059 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
2060 insertsequences, linkmc:
2061 - implemented usage of function checklock
2062 - implemented variable $program
2063
2064 * datacenter/scripts/dodatacheck:
2065 - implemented usage of function checklock
2066 - implemented variable $lockfile
2067
2068 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
2069 - implemented usage of function checklock
2070 - implemented variables $lockfile and $program
2071
2072 * datacenter/macros/doexclusions.C, fillganymed.C:
2073 - fixed bug
2074
2075 * datacenter/macros/fillsinope.C, setstatus.C:
2076 - improved documentation
2077
2078 * datacenter/scripts/filesondisk:
2079 - implemented finding of zipped files
2080
2081
2082
2083 2006/02/08 Thomas Bretz
2084
2085 * datacenter/macros/plotdb.C:
2086 - some minor changes to the layout
2087
2088
2089
2090 2006/02/07 Daniela Dorner
2091
2092 * datacenter/scripts/makecallistolinks:
2093 - fixed bug
2094
2095 * datacenter/db:
2096 - added (directory with db-websites)
2097
2098
2099
2100 2006/02/07 Daniela Dorner, Daniel Hoehne
2101
2102 * datacenter/scripts/sourcefile:
2103 - added failure code variables
2104 - changed calling of setstatus.C accordingly
2105
2106 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2107 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
2108 fillganymed, fillstar, runcallisto, runganymed, runstar,
2109 writesequencefiles:
2110 - implemented failure variable
2111
2112 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
2113 - added new/changed columns (fReturnCode, fFailedCode,
2114 fFailedCodeAdd)
2115
2116
2117
2118 2006/02/06 Daniela Dorner
2119
2120 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
2121 - fixed bugs
2122
2123
2124
2125 2006/02/03 Daniela Dorner
2126
2127 * datacenter/scripts/sourcefile:
2128 - implemented two new functions: getdolist, finish
2129 - implemented usage of function finish in other functions
2130
2131 * datacenter/scripts/movingrawfiles:
2132 - implemented zipping of rawfiles
2133
2134 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2135 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
2136 fillcallisto, fillganymed, fillstar, insertdatasets,
2137 makecallistolinks, processmcsequences, runcallisto, runganymed,
2138 runstar, writesequencefiles:
2139 - replaced corresponding pieces of code by the functions getdolist
2140 and finish
2141 - moved variable $date to function getdolist
2142 - improved logging
2143 - generalized variables $lockfile and $todofile
2144
2145
2146 2006/02/03 Daniela Dorner, Daniel Hoehne
2147
2148 * datacenter/scripts/sourcefile:
2149 - fixed small bugs
2150
2151 * datacenter/scripts/runcallisto:
2152 - small bugfix
2153 - improved logging
2154
2155 * datacenter/scripts/insertdatasets:
2156 - removed not needed variable
2157
2158 * datacenter/macros/getdolist.C:
2159 - small bugfix
2160
2161
2162
2163 2006/02/02 Daniela Dorner
2164
2165 * datacenter/scripts/linkmc:
2166 - changed numbering of P and C run in linking
2167
2168 * datacenter/scripts/sourcefile:
2169 - moved to root-version root_v4.04.02g
2170
2171
2172
2173 2006/02/01 Daniel Hoehne
2174
2175 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2176 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
2177 fillganymed, fillstar, writesequencefiles:
2178 - adapted usage of function setstatus
2179
2180
2181
2182 2006/01/31 Daniela Dorner
2183
2184 * datacenter/macros/setstatus.C, getdolist.C:
2185 - adapted macros to changes in new columns (fFailedCode,
2186 fFailedComment)
2187
2188 * datacenter/macros/setstatus.C:
2189 - added "noreset" for column fStartTime (is needed so that runtime
2190 is available in case of failure)
2191
2192 * datacenter/macros/setupdb.C:
2193 - added new columns
2194
2195 * datacenter/scripts/runcallisto, runganymed, runstar:
2196 - implemented failure handling
2197
2198 * datacenter/scripts/sourcefile:
2199 - implemented new functions to set status values
2200
2201
2202
2203 2006/01/30 Daniel Hoehne
2204
2205 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2206 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
2207 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
2208 writesequencefiles:
2209 - added function setstatus in sourcefile
2210 - changed calling of setstatus.C in setstatus
2211 - implemented variable $program to generalize usage of setstatus
2212 - replaced corresponding piece of code by function setstatus
2213 - fixed some typos
2214
2215
2216
2217 2006/01/30 Daniela Dorner
2218
2219 * datacenter/macros/setstatus.C, getdolist.C:
2220 - adapted macros to the improvement of failure handling in the
2221 automatic analysis (added columns fFailed, fStartTime,
2222 fFailedTime)
2223
2224
2225
2226 2006/01/27 Thomas Bretz
2227
2228 * mjobs/MDataSet.cc:
2229 - improved a warning output
2230
2231
2232
2233 2006/01/23 Thomas Bretz
2234
2235 * mbase/MTime.cc:
2236 - removed a sanity check in GetStringFmt. It work's quite nice
2237 in the DC but crashes on my Laptop (which is not so important)
2238
2239
2240
2241 2006/01/10 Daniela Dorner
2242
2243 * datacenter/macros/*.C, datacenter/script:
2244 - updated and added documentation
2245 - improved logging
2246 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.