source: trunk/MagicSoft/Mars/Changelog@ 7799

Last change on this file since 7799 was 7799, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 44.5 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20 2006/07/22 Thomas Bretz
21
22 * datacenter/scripts/runstar:
23 - added -r to sort ToDo-files such that the newest sequences
24 are processed first
25
26
27
28 2006/07/21 Daniela Dorner
29
30 * datacenter/scripts/checkfilesforsequavail:
31 - fixed bug in path
32
33
34
35 2006/07/19 Thomas Bretz
36
37 * msignal/MArrivalTimeCam.cc:
38 - added case 7 and 2 in GetPixelContent
39
40
41
42 2006/07/13 Thomas Bretz
43
44 * mastro/MAstroCatalog.h:
45 - implemented new member function GetNumStars
46
47 * mbase/MGMap.[h,cc]:
48 - implemented new member function DrawHexagon
49
50
51
52 2006/07/11 Thomas Bretz
53
54 * mbase/MStatusArray.cc, mdata/MDataChain.cc, mdata/MDataFormula.cc,
55 mhflux/MMcSpectrumWeight.cc, mimage/MHillasExt.cc, mjobs/MJCut.cc,
56 msignal/MExtractTimeAndChargeDigitalFilter.cc,
57 mranforest/MRanForestCalc.cc:
58 - fixed some compiler warning of the kind
59 ambiguous overload for `Bool_t ? const char[14] : const TString &'
60 to make gcc 2.95.3 happy (used to get cosy working with the
61 latest Mars version)
62
63 * mbase/MZlib.[h,cc]:
64 - added some preprocessor statements which allow compilation with
65 gcc 2.95.3
66
67 * mastro/MAstroCamera.cc:
68 - removed path from include
69
70 * mastro/Makefile:
71 - added directory for MHCamera
72
73 * mhflux/MHThetaSqN.cc:
74 - removed the const-qualifier from the static_cast when setting
75 tghe MParameterD
76
77
78
79 2006/07/06 Thomas Bretz
80
81 * Makefile.conf.linux:
82 - removed options -Wstrict-prototypes -Wmissing-prototypes
83 obsolete for C++
84
85 * mastro/MAstro.h, mgui/MCamEvent.h:
86 - added virtual destructor to make gcc 4.1 happy
87
88 * mfilter/MFMagicCuts.cc, mtools/MagicJam.cc:
89 - added includes to make gcc 4.1 happy
90
91 * mranforest/MRanForestCalc.cc:
92 - added include for the compilation with root 5.10/00
93
94
95
96 2006/07/05 Thomas Bretz
97
98 * datacenter/macros/checkfileavail.C,
99 datacenter/macros/checkstardone.C,
100 datacenter/macros/doexclusions.C,
101 datacenter/macros/filldotraw.C,
102 datacenter/macros/fillganymed.C,
103 datacenter/macros/fillsignal.C,
104 datacenter/macros/fillstar.C,
105 datacenter/macros/setupdb.C:
106 - make sure that 'res' is correctly deleted
107
108 * datacenter/macros/doexclusions.C:
109 - fixed some variable name overrides
110
111 * mhflux/MAlphaFitter.[h,cc]:
112 - added the possibility to DrawResult()
113
114 * mhflux/MHAlpha.[h,cc]:
115 - added new output container (Bin) which contains the number
116 of the bin the event was assigned to
117 - fixed drawing the significance in DrawAll
118
119
120
121 2006/07/04 Daniela Dorner
122
123 * datacenter/scripts/copyscript:
124 - removed not needed if-clause (was used to copy subsystemfiles to
125 /magic/datacenter/totape)
126
127
128
129 2006/07/03 Thomas Bretz
130
131 * mhflux/MHThetaSqN.[h,cc]:
132 - added counter and output some statistics afterwards
133
134
135
136 2006/06/29 Thomas Bretz
137
138 * mmain/MEventDisplay.cc:
139 - added decoding of calibration pattern
140
141 * mbase/MContinue.cc:
142 - small change to some output
143
144 * mmc/MMcTrig.hxx, mmc/MMcTrigHeader.hxx:
145 - increased version number
146
147 * mmc/Mdefine.h:
148 - increased CAMERA_PIXELS from 3500 to 3800
149
150
151
152 2006/06/28 Daniela Dorner
153
154 * datacenter/macros/setupdb.C:
155 - added new columns
156 - changed name columns
157
158
159
160 2006/06/28 Thomas Bretz
161
162 * datacenter/macros/fillstar.C:
163 - added number of correlated stars
164
165 * datacenter/macros/plotdb.C:
166 - added number of correlated stars
167 - changed name of database column
168
169 * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
170 mjtrain/MJTrainSeparation.cc:
171 - small improvement to log-output
172
173 * tpoint/gui.C:
174 - added some SetFrameBorderMode and SetBorderMode
175
176
177
178 2006/06/27 Thomas Bretz
179
180 * mhflux/MHAlpha.cc:
181 - added a small change to prevent DrawAll from opening a new
182 canvas if called with the option "No new canvas" and no
183 fDisplay
184
185
186
187 2006/06/26 Thomas Bretz
188
189 * mjobs/MJCut.[h,cc]:
190 - added error codes for some fatal errors
191
192 * ganymed.cc:
193 - pipe error codes to shell
194
195
196
197 2006/05/29 Thomas Bretz
198
199 * mbase/MEnv.cc:
200 - included THashList for compatibility with root 5.10/00
201
202 * mdata/MDataArray.[h,cc]:
203 - included TVector in header for compatibility with root 5.10/00
204
205 * mgui/MHexagon.cc:
206 - changed argument of PaintFillArea from Float_t to Double_t
207 for compatibility with root 5.10/00
208
209 * mhbase/MHMatrix.[h,cc]:
210 - added some #ifdef for compatibility with root 5.10/00
211 - included TVector in the header for compatibility with
212 root 5.10/00
213
214 * mjtrain/MJTrainDisp.cc:
215 - added the possibility to set weights
216 - added new histogram to show avg psf versus energy
217
218 * mjtrain/MJTrainRanForest.cc:
219 - included TFile for compatibility with root 5.10/00
220
221 * mranforest/MRanForest.[h,cc]:
222 - included TMatrix and TVector in header for compatibilty
223 with root 5.10/00
224
225 * mtools/MHSimulatedAnnealing.[h,cc]:
226 - included TMatrix and TVector in header for compatibilty
227 with root 5.10/00
228
229
230
231 2006/05/24
232
233 * RELEASE 0.9.6
234
235
236
237 2006/05/24 Thomas Bretz
238
239 * mbadpixels/MBadPixelsTreat.cc:
240 - another small improvement, set fMaxArrivalTimeDiff to 0.9
241
242 * mjobs/MJPedestal.cc:
243 - switched off error in case of "pulse is too much to the left"
244 - the extraction window is not changed anymore
245
246 * mhflux/MAlphaFitter.cc:
247 - made new background fit more robust by improving the start
248 values
249
250 * mhflux/MHAlpha.[h,cc]:
251 - preliminary implementation showing automatically all sizebins in
252 the status display
253
254 * mpointing/MPointingDevCalc.[h,cc]:
255 - if the mispointing is set to 0 due to missing mispointing
256 information also the starguider calibration is reset.
257 - in the case the latest report is older than a default (currently
258 one minute) and the current report will be skip the starguider
259 correction and calibration will be reset.
260
261 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
262 - updated
263
264 * mmc/MMcRunHeader.hxx:
265 - added new getter for ShowerPhiMin and ShowerPhiMax
266
267
268
269 2006/05/23 Daniela Dorner
270
271 * scripts/processsequence:
272 - added (script to run callisto, merppupdate and star for 1
273 sequence)
274
275 * scripts/preparemc:
276 - added (script to create montecarlo sequence and datasetfiles)
277
278
279
280 2006/05/23 Thomas Bretz
281
282 * mranforest/MRanTree.cc:
283 - should be if(!Finite) instead of if(Finite)
284
285 * mhbase/MH3.cc:
286 - fixed a problem which arouse in root 4.04/02g namely that
287 is the draw-option is " " nothing is displayed. Therefore
288 all " " are removed before the histogram is drawn
289
290 * mhist/MHCamera.cc:
291 - when the azimuthal profile was produced the binning was optimized
292 with the OptimizeLimits. This doesn't make sense because it
293 changed the alignment of the bins with the 60deg boundaries
294
295 * mreport/MReportStarguider.cc:
296 - fixed a typo in a comment and removed an obsolete one
297
298 * msignal/MExtractTimeAndCharge.cc:
299 - instead of setting the arrival time to a value at the border of
300 the meaningful range a random number is assigned in the case
301 of an arrival time extracted outside the fadc range. This
302 avoids possible unfortuante coincidences in arrival times.
303
304 * mbadpixels/MBadPixelsTreat.[h,cc]:
305 - added new data member fMaxArrivalTimeDiff, which is the maximum
306 arrival time difference allowed for the badpixel algorithm
307 to determin whether a pixels belongs to a shower
308 - changed the old value (0.5) to 1.0 as suggested by Stefan
309 due to a recent study on the fraction of pixels surviving the
310 image cleaning
311
312 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
313 - added comment to show usage of new option
314
315
316
317 2006/05/22 Daniela Dorner
318
319 * datacenter/scripts/makecallistolinks:
320 - fixed bug
321
322
323
324 2006/05/22 Thomas Bretz
325
326 * mranforest/MRanTree.cc:
327 - replaced some arbitrary small and large values by FLT_MAX in
328 FindBestSpllit*
329 - replaced in FindBestSpllit* a sanity check for rld and rrd (do
330 not divide by zero) by a check whether the result (crit) is finite
331
332 * mcamera/MCameraRecTemp.[h,cc]:
333 - implemented new data member for validity
334 - increased class version by 1
335
336 * mpointing/MHPointing.[h,cc]:
337 - implemented new TGraph for number of correlated stars
338 - increased class version by 1
339
340 * mpointing/MPointingDevCalc.cc:
341 - if the report is empty assume no pointing deviation and also
342 reset the starguider calibration
343
344 * mpointing/MPointingPos.cc:
345 - slight modifications to comment
346
347 * mreport/MReport.cc:
348 - introduced new fake version to support new starguider format
349
350 * mreport/MReportCC.[h,cc]:
351 - improved handling of receiver boar com-errors and RecTemp section
352
353 * mreport/MReportStarguider.[h,cc]:
354 - implemented changes in the starguider reports around 9th May
355 - added new data member for number of correlated stars
356 - increased class version by 1
357
358
359
360 2006/05/21 Thomas Bretz
361
362 * mfileio/MReadTree.cc:
363 - show all added files only in debug modes or if wildcards are used
364
365 * mfilter/MFEnergySlope.[h,cc]:
366 - added a third constructor which also allows to set fMcEnergyMin
367
368 * mjtrain/MJTrainSeparation.[h,cc]:
369 - updated text output
370 - improved result display
371 - added possibility to set weights and/or pre/post-tasks for
372 train or test only
373
374 * mranforest/MRanForest.cc:
375 - commented out an obsolete check to check whether TMath::Sort
376 has sorted correctly
377 - added some comments
378
379
380
381 2006/05/20 Thomas Bretz
382
383 * mreport/MReportCC.cc:
384 - fixed a typo in InterpreteTD which was introduced yesterday
385
386
387
388 2006/05/19 Thomas Bretz
389
390 * mbase/MMath.h:
391 - added default to second argument of GaussProb
392
393 * mcamera/MCameraTD.[h,cc], mcamera/MCameraTH.[h,cc]:
394 - added a data member fIsValid giving the status of the arrays
395 in case the CC reports contained nonsense (mainly for files
396 before summer 2005)
397 - increased class version by 1
398
399 * mhflux/MHAlpha.h:
400 - made SetOffData virtual
401
402 * mreport/MReport.cc:
403 - small changes to some comments
404
405 * mreport/MReportCC.[h,cc]:
406 - better handling of problems with the TH and TD part of the
407 CC-REPORT for files older than 200507190 and 200412210
408 respectively
409
410 * mreport/MReportFileReadCC.cc:
411 - always output the file format version
412
413 * mhflux/MAlphaFitter.[h,cc]:
414 - implemented fitting of the off-data for background determination
415 - the result values are not yet accessible
416 - increased class version by 1
417
418 * mhflux/MHThetaSqN.[h,cc]:
419 - some improvements regarding the treatment of the signal-regions
420 - allow to set a different cut-level for off-cuts
421
422
423
424 2006/05/18 Thomas Bretz
425
426 * mhflux/MAlphaFitter.h:
427 - added Getter for ScaleMode
428
429 * mhflux/MHAlpha.[h,cc]:
430 - made fHillas data member protected
431 - increased size of fMap
432
433 * mhflux/MHThetaSq.[h,cc]:
434 - removed obsolete data-member fThetaSq
435
436 * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
437 - fixed a typo in a comment
438
439 * mranforest/MRanTree.cc:
440 - added a lot of comments in the code
441
442 * callisto.cc:
443 - fixed typo in output
444
445 * mhflux/MHThreshold.cc:
446 - enabled grids
447 - slightly improved calculation of shown threshold
448
449 * mhflux/MHThetaSqN.[h,cc]:
450 - added
451
452 * mhflux/Makefile, mhflux/FluxLinkDef.h:
453 - added MHThetaSqN
454
455
456
457 2006/05/18 Daniela Dorner
458
459 * resources/calibration.rc, resources/calibration_spline.rc:
460 - added values for current and following periods
461
462
463
464 2006/05/05
465
466 * RELEASE 0.9.5.1
467
468
469
470 2006/05/05 Thomas Bretz
471
472 * datacenter/macros/plotdb.C:
473 - updated with new tabs for the starguider data
474
475 * mhflux/MHEnergyEst.cc:
476 - print the result to the all-logstream
477 - changed the fit range not to take the overflow into account
478
479 * mranforest/MRanForest.[h,cc]:
480 - Use the default Reset() instead of Reset(0)
481 - changed output while training
482 - replaced a lot of TArrays by MArrays
483 - at some points replaced gRandom->Rndm by gRandom->Integer
484 - removed some obsolete arguments from ModifyDataSort
485 - In CreateDataSort isort need not to be initialized, it is
486 done by TMath::Sort anyhow
487 - a small simplification to ModifyDataSort
488 - added some const-qualifiers in funciton calls
489
490 * mranforest/MRanTree.[h,cc]:
491 - replaced a lot of TArrays by MArrays
492 - removed some obsolete calls to Reset(0) after the instatization
493 of the array
494 - small acceleration of the averaging when calculating fBestSplit[k]
495 - at some points replaced gRandom->Rndm by gRandom->Integer
496 - directly give mean[kbuild] and square[kbuild] as an argument
497 to FindBestSplit
498 - removed the obsolste dereferencing from the call to FindBestSplit
499 - added some const-qualifiers in funciton calls
500 - make a copy of tclasspop in BuildTree to be able to give the
501 array as a const qualified reference. It is not used at any other
502 place
503 - in TreeHad first get the pointers to the vector with the data to
504 get rid of the range check done by root. This has also the advantage
505 that all TreeHad member function can be unified into a single
506 member function
507
508 * mhflux/MAlphaFitter.cc:
509 - fixed a problem with the fit which could cause infinite loops
510 in the case of off-data. This did in no means effect the result,
511 just the performance.
512
513 * mhbase/MH3.cc:
514 - convert the options ToLower case first before checking
515
516 * mjtrain/MJTrainRanForest.[h,cc]:
517 - added AddPar member function
518 - added fPreTasks and fPostTasks
519 - added fEnableWeights
520 - added member functions suporting setting pre- and posttasks
521 and weights
522
523 * mtools/MTFillMatrix.h:
524 - added new member function to clear the fPreCuts, fPreTasks and
525 fPostTasks lists
526
527 * mjtrain/MJTrainEnergy.cc:
528 - implemented usage of weights
529
530 * mjtrain/MJTrainSeparation.[h,cc]:
531 - implemented the usage of weights
532 - implemented a random source position to train with wobble
533 data
534 - added some more output
535 - added an option to switch between classification and regression
536 - added th epossibility to change the MC flux
537
538 * mjtrain/Makefile:
539 - added include path for mpointing and mimage
540
541
542
543 2006/05/04 Thomas Bretz
544
545 * mbase/MTaskList.[h,cc]:
546 - added new member function AddToListBefore(TList&) and
547 AddToListAfter(TList&)
548 - added corresponding RemoveFromList(TList&)
549
550 * mhflux/MMcSpectrumWeight.[h,cc]:
551 - added new member functions CalcSpecNew and CalcSpecOld to
552 evaluate the spectrum at a given energy
553 - added a new data member which allows to set an energy
554 at which the normalization is calculated instead of
555 the integral
556
557 * mpointing/MSrcPosRndm.[h,cc]:
558 - added new option which allows to create a random wobble
559 source position
560
561
562
563 2006/05/03 Daniela Dorner
564
565 * datacenter/macros/setupdb.C:
566 - changed type of sourcename and projectname according to new
567 format
568
569
570
571 2006/05/03 Thomas Bretz
572
573 * Makefile.rules:
574 - added new option zdiff
575
576 * mbase/MTaskList.[h,cc]:
577 - overwrite member function AddToList with a TList-reference
578 as argument
579
580 * mhflux/MHCollectionArea.[h,cc]:
581 - added the missing //! behind the fMcEvt data member
582 - increased class version number
583 - removed obsolete fEnergy data member
584
585 * mranforest/MRanForest.cc:
586 - added to the output whether weights are set
587
588 * mraw/MRawRunHeader.cc:
589 - removed an obsolete Print() which enetered for debugging
590
591 * mimage/MHNewImagePar.cc:
592 - the plots for CocCOG and ConcCore had the same color... fixed
593
594 * mranforest/MRanForestCalc.[h,cc]:
595 - allow to set weights for each event
596
597 * mtools/MTFillMatrix.[h,cc]:
598 - implemented the possibility to set pre- and post-tasks
599 executed in the eventloop
600
601
602
603
604 2006/05/02 Thomas Bretz
605
606 * mraw/MRawRunHeader.cc:
607 - fixed the typo in the output
608
609 * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
610 - fixed a typo in the name of the plot Skybrightness
611
612
613
614 2006/04/30 Thomas Bretz
615
616 * mjtrain/MJTrainSeparation.[h,cc]:
617 - new option to switch between regression and classification
618 - fixed the auto training (still far from working well)
619 - improved result plots
620
621 * mbase/MMath.cc:
622 - fixed SignificanceLiMa such that it allows basically zero
623 signal- and/or background events
624
625
626
627 2006/04/27 Thomas Bretz
628
629 * datacenter/macros/fillstar.C:
630 - replaced the mean by the median
631
632
633
634 2006/04/26 Daniela Dorner
635
636 * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
637 - added four new columns to the table Star
638
639
640
641 2006/04/24 Thomas Bretz
642
643 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
644 - some fixes to the comments describing random forest
645
646
647
648 2006/04/23 Thomas Bretz
649
650 * mhist/MHHadronness.cc:
651 - do not reset the two hadronness-histograms in SetupFill
652 otherwise MJTrainSeparation cannot work correctly
653
654 * mjtrain/MJTrainSeparation.cc:
655 - added a Plot of Hadronness versus Size for MC events
656
657
658
659 2006/04/22 Thomas Bretz
660
661 * mraw/MRawRunHeader.cc:
662 - some small changes, mainly output and comments
663
664 * mhflux/MHAlpha.[h,cc]:
665 - show also the integrated number of excess events in the
666 plot versus energy/size and show the correct error.
667
668 * mtools/MJSpectrum.cc:
669 - added accelerator for executing the tasklist as in MJCut
670
671 * macros/train/trainseparation.C:
672 - fixed a typo
673
674 * mjtrain/MJTrainSeparation.h:
675 - added missing initialization of fAutoTrain
676 - fixed an error in EnablAutoTrain (was always set to kTRUE)
677
678
679
680 2006/04/21 Daniel Hoehne
681
682 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
683 - fixed bug in usage of pstoimg
684
685
686
687 2006/04/13 Thomas Bretz
688
689 * mraw/MRawRunHeader.[h,cc]:
690 - adapted to new DAQ format version 6
691 - increased class version number
692
693 * mtools/MTFillMatrix.cc:
694 - added accelerator for executing the tasklist as in MJCut
695
696 * mfilter/MFEnergySlope.cc:
697 - small update to output
698
699 * mfbase/MFilterList.[h,cc]:
700 - fixed a really old problem that the contents of the list never
701 got ReInit. Hopefully this never had bad sideeffects.
702
703 * macros/train/trainenergy.C:
704 - added another comment how to change the spectral slope of the
705 monte carlo spectrum
706
707
708
709 2006/04/13 Thomas Bretz
710
711 * mreport/MReport.cc:
712 - added new fake arehucas versions to fix a problem with the
713 starguider reports
714
715 * mreport/MReportFileRead.cc:
716 - increased informations in warning output
717
718 * mreport/MReportStarguider.cc:
719 - fixed a problem with the starguider reports between 6.3.2006 and
720 19.3.2006
721
722
723
724 2006/04/13 Daniel Hoehne
725
726 * datacenter/db/findoffdata.php:
727 - implemented query for the inhomogeneity
728
729 * datacenter/db/runinfo.php:
730 - added checkboxes for start time, failed time and error codes
731
732 * datacenter/db/datacheck.php:
733 - fixed bug in StatusMenus for DataCheck and RawFile
734
735
736
737 2006/04/12 Daniela Dorner, Daniel Hoehne
738
739 * datacenter/scripts/makecallistolinks:
740 - fixed bug
741
742
743
744 2006/04/12 Thomas Bretz
745
746 * datacenter/macros/filldotraw.C:
747 - allow to access gzipped raw-files
748
749
750
751 2006/04/11 Thomas Bretz
752
753 * mastro/MAstro.h:
754 - added conversion Parsec2Lighyear
755
756 * mbase/MLogHtml.cc:
757 - added a fix to display < and > correctly
758
759 * mhflux/MHCollectionArea.[h,cc]:
760 - commented out obsolete fEnergy parameter
761
762 * mjobs/MJSpectrum.cc:
763 - fill a second collection area plot after trigger
764
765 * mjoptim/MJOptimize.cc:
766 - improve speed of optimization by switching of timing and
767 reset in eventloop
768
769 * mmc/MFadcHeader.h:
770 - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
771
772 * mmc/MMcFadcHeader.hxx:
773 - increaded version number from 7 to 8
774
775
776
777 2006/04/11 Daniel Hoehne, Daniela Dorner
778
779 * datacenter/scripts/dodatacheck:
780 - fixed bug in finding raw-files
781
782
783
784 2006/04/10 Daniel Hoehne
785
786 * datacenter/macros/filldotrun.C:
787 - implemented new arehucas version
788
789
790
791 2006/04/07 Daniel Hoehne, Daniela Dorner
792
793 * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
794 - implemented new arehucas version
795
796
797
798 2006/04/06 Daniela Dorner
799
800 * datacenter/scripts/makecallistolinks:
801 - fixed bug in resetting
802
803 * datacenter/db/tabs.php:
804 - changed tabs for wobble
805
806
807
808 2006/04/05 Thomas Bretz
809
810 * datacenter/macros/plotdb.C:
811 - added new tab with the effective on-time relative to the
812 observation time
813
814 * sponde_onoff.rc:
815 - added
816
817
818
819 2006/04/04 Thomas Bretz
820
821 * datacenter/macros/plotdb.C:
822 - if no dataset and no time-interval is given only sequences with
823 an effective on-time above five minutes are plotted anymore
824
825
826
827 2006/03/21 Daniela Dorner
828
829 * datacenter/db/ganymed.php, datacenter/db/tabs.php:
830 - included different tabs for on/off and wobble
831
832 * datacenter/db/ganymed.php:
833 - added zd angle range and observation period
834
835 * datacenter/db/sequence.php:
836 - added rel. ontime
837
838
839
840 2006/03/20 Thomas Bretz
841
842 * mraw/MRawRunHeader.cc:
843 - if the pixels to be swaped are both not found, assume they are
844 intentially not mapped. Changed the Error to a Warning
845
846 * mhflux/MHDisp.[h,cc]:
847 - made the scale region a parameter which can be changed from
848 within the display
849 - allow the scale parameters to be setup from the resource-file
850 - changed the source-region which is cut out in wobble mode from
851 +/-15deg to +/-25deg which better fits what we get from MHPhi
852
853 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
854 - added example how to change the new scale parameters in MHDisp
855
856 * mhflux/MAlphaFitter.[h,cc]:
857 - implemented the strategy for optimization which is suggested
858 by the Berlin people for weak sources "weaksource"
859
860 * mhflux/MHPhi.[h,cc]:
861 - moved the AppendPad for the text-paint into all sub-pads which
862 need it. Otherwise they are not always properly updated.
863
864
865
866 2006/03/16 Daniela Dorner
867
868 * datacenter/scripts/sourcefile:
869 - small bugfix in logging
870
871 * datacenter/db/tabs.php:
872 - added new tab for ganymed
873
874
875
876 2006/03/15 Stefan Ruegamer
877
878 * manalysis/MCameraData.cc
879 - inserted an image cleaning based on the time information
880 of the shower (CalcCleaningArrivalTime)
881
882 * manalysis/MCameraData.h
883 - made entry for "CalcCleaningArrivalTime"
884
885 * mimage/MImgCleanStd.cc
886 - created entries for the new image cleaning named "Time"
887
888 * mimage/MImgCleanStd.h
889 - inserted entry "kTime"
890
891
892
893 2006/03/14 Daniela Dorner
894
895 * datacenter/scripts/makecallistolinks:
896 - fixed bug
897
898 * steps.rc:
899 - added fFillGanymed to influences of fGanymed
900
901
902
903 2006/03/14 Thomas Bretz
904
905 * mhflux/MHEffectiveOnTime.cc:
906 - skip the fit not only if the integral is empty but
907 also if the first bin is empty
908 - changed upper limit to 95% according to a study from
909 David Paneque
910 - replaced the fit with the exponential used in the BCN Mars
911 version
912 - use the correct number of entries
913 - use a likelihood fit
914 - calculate the fit quality from the probability
915 - ignore the fit quality for the theta-plot
916
917 * mimage/MHNewImagePar.cc:
918 - fixed the handling of the "same" option in Draw/Paint
919
920 * mpointing/MPointingDev.h:
921 - fDx and fDy initialized in the constructor
922
923 * mbase/MTask.[h,cc]:
924 - removed the kDontCount option. Instead don't use the TStopwatch
925 counter anymore. By this the class to TStopwatch can be
926 suppressed completely if kDontTime is set.
927
928 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
929 mfbase/MFilterList.[h,cc]:
930 - pipe the accelerator flag to the filter or task
931
932 * mjobs/MJCut.cc:
933 - also accelerate the reading task
934
935
936
937 2006/03/13
938
939 * RELEASE 0.9.5
940
941
942
943 2006/03/13 Thomas Bretz
944
945 * ganymed.rc:
946 - changed smearing to half of our PSF 0.06
947 - added new examples for setting the starguider calibration
948
949 * ganymed_onoff.rc
950 - changed smearing to half of our PSF 0.06
951 - switched the new feature for a random source position on
952 - added new examples for setting the starguider calibration
953
954 * ganymed_wobble.rc:
955 - changed smearing to half of our PSF 0.06
956 - added new examples for setting the starguider calibration
957 - added example how to control the phi plot
958
959 * mhflux/MHPhi.[h,cc]:
960 - many improvements to the algorithm, it now takes also
961 inhomgeneities into account
962 - restructured the display, display more histograms
963 - increased class version to 2
964
965 * mjobs/MJCut.cc:
966 - enabled acceleration for first and second loop
967
968 * mpointing/MPointingDevCalc.[h,cc]:
969 - allowed to set the starguider offset calibration from the
970 resource file
971
972 * callisto_Dec04Jan05.rc:
973 - replaced Calibration scale factor by usage of
974 resources/calibration_spline.rc
975
976
977
978 2006/03/13 Markus Meyer
979
980 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
981 - changed cuts:
982 wobble: average values from optimisation of 3 Crab
983 sample (01/05,10/05,12/05), done by Karsten
984 onoff : cuts from 1218 (01/05, highest significance)
985 theta is now 0.22 for both.
986
987
988
989 2006/03/13 Daniel Hoehne
990
991 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
992 - implemented qualitycut in log10(conc) vs. log10(size)
993
994
995
996 2006/03/13 Markus Meyer
997
998 * resources/calibration_spline.C:
999 - more comments
1000
1001
1002
1003 2006/03/10 Markus Meyer
1004
1005 * resources/calibration.C:
1006 - update from p27 to p39 (spline excluded, still p33 data missing)
1007
1008
1009
1010 2006/03/10 Markus Meyer
1011
1012 * resources/calibration_spline.C:
1013 - correction coefficients for spline data for each period
1014
1015
1016
1017 2006/03/10 Daniel Hoehne
1018
1019 * datacenter/scripts/insertsequences:
1020 - fixed bug
1021
1022
1023
1024 2006/03/09 Daniel Hoehne
1025
1026 * ganymed_wobble.rc:
1027 - changed parameters 1 to 5 in Cut1 to actual values
1028
1029
1030
1031 2006/03/08 Thomas Bretz
1032
1033 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
1034 - added new force-option to foirce output of run-header
1035
1036
1037
1038 2006/03/08 Daniela Dorner
1039
1040 * datacenter/script/movingrawfiles:
1041 - added moving of files, that are transferred via internet
1042 - added removing of empty directories
1043
1044 * datacenter/db/ganymed.php:
1045 - added links to ganymedplots
1046 - added links to sequence.php (instead of links to starfiles)
1047 - fixed bug in query
1048
1049 * datacenter/db/sequence.php:
1050 - added links to plots from callisto and star
1051 - fixed bug in query
1052
1053 * datacenter/db/sequinfo.php:
1054 - added links to sequence.php
1055
1056 * datacenter/db/datasetinfo.php:
1057 - added links to ganymed.php
1058
1059 * datacenter/db/tabs.php:
1060 - added (includefile for names of tabs of statusdisplays)
1061
1062
1063
1064 2006/03/07 Thomas Bretz
1065
1066 * mcalib/MCalibrateData.cc:
1067 - take the bad pixel information into account when calculating the
1068 number of saturating pixels!
1069
1070
1071
1072 2006/03/06 Thomas Bretz
1073
1074 * showplot.cc:
1075 - fixed the position were the first argument is converted
1076 to lower case. Until this fix no upper case could be used
1077 in file names
1078
1079 * datacenter/macros/plotdb.C:
1080 - print also average and RMS of all data.
1081
1082
1083
1084 2006/03/06 Daniela Dorner
1085
1086 * datacenter/db/ganymed.php:
1087 - added sequences + links to star-plots of sequences
1088 - improved layout
1089
1090 * datacenter/script/makecallistolinks:
1091 - changed condition, when to make the link: only, if the link is
1092 not yet existing, it is done
1093 - added resetting of db: if link is done, callisto is resetted
1094
1095 * datacenter/macros/resetcolumn.C:
1096 - added failure columns to the resetting
1097
1098
1099
1100 2006/03/04 Daniela Dorner
1101
1102 * callisto.cc:
1103 - changed return values to improve the failure handling in the db
1104
1105 * datacenter/script/makecallistolinks:
1106 - added 'Pulse is too much to the left, cannot go below 0!' as
1107 reason to use callisto_Dec04Jan05.rc
1108
1109 * datacenter/script/dowebplots:
1110 - reduced number of files to be updated by a limitation in
1111 modification time
1112
1113 * datacenter/db/ganymed.php:
1114 - added plots
1115 - effontime s->h
1116
1117
1118
1119 2006/03/03 Thomas Bretz
1120
1121 * mjobs/MJCut.cc:
1122 - added RemoveFromList for srcposrndm in off-data loop
1123
1124 * mpointing/MSrcPosRndm.[h,cc]:
1125 - fixed the scaling. MSrcPosCam has to be in mm
1126
1127 * ganymed.rc:
1128 - added line and comments with new resource
1129
1130
1131
1132 2006/03/03 Daniel Hoehne
1133
1134 * callisto_MarApr05.rc:
1135 - changed pulse position check ExtractWinLeft to 4.0 and
1136 ExtractWinRight to 4.5
1137
1138
1139
1140 2006/03/02 Thomas Bretz
1141
1142 * callisto.cc:
1143 - get result value from pulse pos check
1144
1145 * mjobs/MJCut.[h,cc]:
1146 - added the usage of the new class MSrcPosRndm
1147 - added new resource to switch random source position on
1148
1149 * mjobs/MJPedestal.[h,cc]:
1150 - changed return code of Process to int to be able to return
1151 the pulse pos check result.
1152
1153 * mpointing/PointingLinkDef.h, mpointing/Makefile:
1154 - added MSrcPosRndm
1155
1156 * mpointing/MSrcPosRndm.[h,cc]:
1157 - added
1158
1159 * mpointing/MHSrcPosCam.h:
1160 - addedn non const getter for fHist
1161
1162
1163
1164 2006/03/02 Daniela Dorner
1165
1166 * datacenter/db/querymc.php:
1167 - fixed small bug
1168
1169 * datacenter/db/dowebplots:
1170 - added option -p to the script, to be able to call the script
1171 for different programs independently
1172 - fixed find
1173
1174
1175
1176 2006/03/01 Daniela Dorner
1177
1178 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
1179 - included failure handling columns
1180
1181
1182
1183 2006/03/01 Thomas Bretz
1184
1185 * mastro/MAstro.cc, mbase/MTime.cc:
1186 - added a comment in GetMagicPeriod
1187
1188 * mpointing/MPointingPos.cc:
1189 - added new member function GetString
1190 - moved code from Print to GetString
1191 - added new function IsInitialized()
1192
1193 * mjtrain/MJTrain*.[h,cc]:
1194 - added data members to change RF setup
1195
1196 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
1197 - added missing AddToBranchList
1198
1199 * mpointing/MHSrcPosCam.[h,cc]:
1200 - added
1201
1202 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1203 - added MHSrcPosCam
1204
1205 * mbase/MTask.[h,cc]:
1206 - implemented a new data-meber fAccelerator which allows
1207 to switch off counting and timing analysis which can be very
1208 time-consuming in some circumstances
1209
1210 * mbase/MTaskList.[h,cc]:
1211 - implemented the usabe of MTask::fAccelerator to switch off
1212 resetting of all parameter containers which can be very
1213 time-consuming
1214
1215 * mimage/MImagePar.cc:
1216 - updated how the units are printed in Print()
1217
1218 * mjobs/MJCut.cc:
1219 - added a new loop to fill the source position of the on-data
1220 - the acceleration of the two main loops are disabled because
1221 they are not yet tested.
1222
1223 * datacenter/macros/plotstat.C:
1224 - the periods were wrong by one -- fixed.
1225
1226
1227
1228 2006/02/28 Daniela Dorner
1229
1230 * datacenter/scripts/insertdatasets:
1231 - made sure, that backupfiles of the editor are not taken into
1232 account, when dataset files are searched
1233
1234 * datacenter/db/*.php:
1235 - moved user, host and pw of database to the include file
1236 db.php
1237
1238 * datacenter/db/index.html:
1239 - fixed links
1240
1241 * datacenter/db/querymc.php,magicdefs.php:
1242 - added some variables
1243
1244 * datacenter/db/runinfo.php,sequinfo.php:
1245 - bugfix (incl. TestSources)
1246
1247 * datacenter/db/sequinfo.php:
1248 - changed init values
1249
1250 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
1251 - added value (relative ontime)
1252
1253 * datacenter/db/dbstatus.php:
1254 - fixed bug
1255
1256 * datacenter/db/queryrbk.php:
1257 - added query field 'Night', to query all entries of one night
1258 from the runbook
1259
1260 * datacenter/db/index-header.html:
1261 - added links
1262
1263
1264
1265 2006/02/27 Thomas Bretz
1266
1267 * macros/optim/optimwobble.C:
1268 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
1269 standard Disp-parametrization
1270
1271 * mhflux/MHEffectiveOnTime.[h,cc]:
1272 - added showing the axis range of the time evolution histogram
1273
1274 * showplot.cc:
1275 - fixed a warning in the Hash-switch.
1276
1277 * mbase/MEnv.cc:
1278 - replaced casts in switch by an appended U
1279
1280 * macros/train/trainseparation.C:
1281 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
1282
1283 * mastro/MAstro.h:
1284 - added conversion constants for pc-m and pc-ly
1285
1286 * mhflux/MMcSpectrumWeight.cc:
1287 - fixed typo in comment
1288
1289 * mimage/MImagePar.h:
1290 - minor changes to layout
1291
1292 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
1293 - added new image parameters fConcCOG and fConcCore
1294 - increased class version of MNewImagePar
1295
1296 * mimage/MHillasExt.cc:
1297 - added some comments
1298 - removed an obsolete TMath::Abs around "dist"
1299
1300 * mranforest/MRanForest.[h,cc]:
1301 - the initialization of fTreeHad was done at the wrong moment
1302 - replaced a cast int(x+.5) by TMath::Nint
1303 - added some additional warning output
1304 - added "!" to fTreeHad - it is only for temporary storage used
1305 in the histogram classes
1306
1307 * mranforest/MRanForestGrow.h:
1308 - added GetForest
1309
1310 * mjtrain/MJTrainSeparation.[h,cc]:
1311 - added some code for upcomming automatic event selection
1312
1313 * datacenter/macros/plotstat.C:
1314 - improved macro description
1315 - added arguments to main function
1316
1317 * macros/plot/mucal.C:
1318 - added
1319
1320
1321
1322 2006/02/25 Daniela Dorner
1323
1324 * datacenter/scripts/checkfilesforsequavail, checkstardone,
1325 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
1326 fillcallisto, fillganymed, fillstar,
1327 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
1328 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
1329 fillsignal.C, fillganymed.C, fillstar.C:
1330 - implemented, that a missing connection to the database doesn't
1331 cause an failure entry in the database, so that the step is
1332 retried in this case
1333 - updated documentation
1334
1335
1336
1337 2006/02/25 Thomas Bretz
1338
1339 * datacenter/macros/plotstat.C:
1340 - added
1341
1342
1343
1344 2006/02/24 Markus Meyer
1345
1346 * resources/calibration.rc:
1347 - update of correction values for the calibration constants
1348 (P31 - P39, without P36!(problems with spline))
1349
1350
1351
1352 2006/02/24 Daniela Dorner
1353
1354 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
1355 findoffdata.php, include.php, magicdefs.php, runinfo.php,
1356 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
1357 - included failure handling columns
1358
1359 * datacenter/db/findoffdata.php:
1360 - added DT
1361
1362 * datacenter/db/statusrps.php:
1363 - fixed bug
1364
1365 * datacenter/db/sequinfo.php:
1366 - reduced width of menu
1367
1368 * datacenter/scripts/copyscript:
1369 - added makedir for oldcatalogpath
1370
1371
1372
1373 2006/02/23 Thomas Bretz
1374
1375 * mjobs/MJSpectrum.cc:
1376 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
1377 times the bin-width instead of the absolute energy
1378
1379
1380
1381 2006/02/22 Daniela Dorner
1382
1383 * datacenter/db/querymc.php:
1384 - added (website to query montecarlo database - first version)
1385
1386 * datacenter/db/magicdefs.php:
1387 - added some values of montecarlo database
1388
1389
1390
1391 2006/02/17 Daniela Dorner
1392
1393 * datacenter/scripts/copyscript:
1394 - fixed path length
1395
1396 * datacenter/macros/fillsources.C:
1397 - added (macro to read source information from catalog files and
1398 insert it into the database)
1399
1400 * datacenter/db/ganymed.php:
1401 - improved output
1402
1403 * datacenter/db/index.html:
1404 - added ganymed.php
1405 - removed old link
1406
1407
1408
1409 2006/02/17 Thomas Bretz
1410
1411 * showplot.cc:
1412 - fixed path inflation in case of ganymed
1413
1414 * mjobs/MDataSet.cc:
1415 - return kFALSE if requested source wasn't found in catalog
1416
1417 * mjobs/MJCut.cc:
1418 - reformatted output of source to fit in one line
1419
1420 * mpointing/MPointingPos.[h,cc]:
1421 - output source name (title) in Print() if set
1422
1423
1424
1425 2006/02/16 Daniela Dorner
1426
1427 * datacenter/scripts/checkstardone:
1428 - small improvement in sequence handling
1429 - improved logging
1430
1431 * datacenter/scripts/sourcefile:
1432 - small bugfixes in setstatus function
1433
1434 * datacenter/scripts/runganymed:
1435 - small bugfix
1436
1437 * datacenter/scripts/copyscript:
1438 - fixed path length
1439
1440 * datacenter/db/ganymed.php:
1441 - added (website to query results for sources/datasets)
1442
1443
1444
1445 2006/02/15 Daniela Dorner
1446
1447 * datacenter/db/findoffdata.php:
1448 - implemented possibility to query range of dates for 'stardone'
1449
1450
1451
1452 2006/02/15 Daniel Hoehne
1453
1454 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
1455 - implemented query for mean signal inner/outer and mean pulsepos
1456 * datacenter/db/sequence.php:
1457 - implemented query for mean signal inner/outer, mean pulsepos
1458 and inhomogeneity
1459
1460
1461
1462 2006/02/15 Daniela Dorner, Daniel Hoehne
1463
1464 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
1465 - fixed small bug
1466
1467
1468
1469 2006/02/14 Daniela Dorner, Daniel Hoehne
1470
1471 * datacenter/scripts/sourcefile:
1472 - fixed small bugs
1473
1474 * datacenter/scripts/movingrawfiles:
1475 - changed back to moving files without zipping
1476
1477 * datacenter/scripts/doqualityplots:
1478 - added running of plotdb.C for each datasetfile
1479
1480 * datacenter/macros/getdolist.C:
1481 - implemented limitation for number of todo files for
1482 SequenceProcessStatus
1483
1484 * datacenter/macros/checkfileavail.C,checkstardone.C:
1485 - changed return code in case that files are not available
1486
1487 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
1488 - adapted to changed return code in macros
1489
1490 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
1491 - implemented query for inhomogeneity
1492
1493
1494
1495 2006/02/13
1496
1497 * RELEASE 0.9.4.3
1498
1499
1500
1501 2006/02/13 Thomas Bretz
1502
1503 * callisto.rc:
1504 - changed pulse position check ExtractWinLeft to 4.0 and
1505 ExtractWinRight to 4.5
1506
1507 * callisto_Dec04Jan05.rc:
1508 - changed pulse position check ExtractWinLeft to 3.0 and
1509 ExtractWinRight left at 2.5
1510
1511
1512
1513 2006/02/10 Thomas Bretz
1514
1515 * mastro/MAstro.cc:
1516 - allow for more year in the algorithm calculating easter
1517
1518 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
1519 mcamera/MCameraTH.h:
1520 - added a sanity check in GetPixelContent
1521
1522 * mraw/MRawRunHeader.cc:
1523 - fixed output (correct kiB instead of kB)
1524
1525 * Makefile, Makefile.rules:
1526 - implemented the possibility to spread Make through condor
1527
1528 * mastro/MAstroCatalog.[h,cc]:
1529 - new draw-options to rotate the grid and the stars
1530
1531 * mimage/MHHillas.cc:
1532 - set minimum of fDelte to 0 instead of fDistC
1533
1534 * msignal/MExtractTimeAndChargeSpline.h:
1535 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
1536 TMath::NInt
1537
1538 * mjobs/MDataSet.h:
1539 - implemented new functions to check whether the dataset contains
1540 a dedicated sequence
1541
1542 * datacenter/macros/plotdb.C:
1543 - implemented the possibility to draw sequences of a dataset in
1544 several colors
1545
1546
1547
1548 2006/02/09 Thomas Bretz
1549
1550 * mreport/MReport.cc:
1551 - invented new fake CC report file version 200509300 for a change
1552 in the starguider format (the already implemented last values
1553 dissapeared again!) which is not noticed in the format version.
1554
1555 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
1556 - fixed support for ver 200510250
1557
1558 * mjobs/MJSpectrum.cc:
1559 - added fit of un-unfolded spectrum
1560
1561
1562
1563 2006/02/08 Daniela Dorner
1564
1565 * datacenter/scripts/sourcefile:
1566 - implemented function checklock
1567 - bugfix for failure code
1568
1569 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1570 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
1571 makecallistolinks, runcallisto, runganymed, runstar,
1572 writesequencefiles:
1573 - implemented usage of function checklock
1574
1575 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
1576 insertsequences, linkmc:
1577 - implemented usage of function checklock
1578 - implemented variable $program
1579
1580 * datacenter/scripts/dodatacheck:
1581 - implemented usage of function checklock
1582 - implemented variable $lockfile
1583
1584 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
1585 - implemented usage of function checklock
1586 - implemented variables $lockfile and $program
1587
1588 * datacenter/macros/doexclusions.C, fillganymed.C:
1589 - fixed bug
1590
1591 * datacenter/macros/fillsinope.C, setstatus.C:
1592 - improved documentation
1593
1594 * datacenter/scripts/filesondisk:
1595 - implemented finding of zipped files
1596
1597
1598
1599 2006/02/08 Thomas Bretz
1600
1601 * datacenter/macros/plotdb.C:
1602 - some minor changes to the layout
1603
1604
1605
1606 2006/02/07 Daniela Dorner
1607
1608 * datacenter/scripts/makecallistolinks:
1609 - fixed bug
1610
1611 * datacenter/db:
1612 - added (directory with db-websites)
1613
1614
1615
1616 2006/02/07 Daniela Dorner, Daniel Hoehne
1617
1618 * datacenter/scripts/sourcefile:
1619 - added failure code variables
1620 - changed calling of setstatus.C accordingly
1621
1622 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1623 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1624 fillganymed, fillstar, runcallisto, runganymed, runstar,
1625 writesequencefiles:
1626 - implemented failure variable
1627
1628 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
1629 - added new/changed columns (fReturnCode, fFailedCode,
1630 fFailedCodeAdd)
1631
1632
1633
1634 2006/02/06 Daniela Dorner
1635
1636 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
1637 - fixed bugs
1638
1639
1640
1641 2006/02/03 Daniela Dorner
1642
1643 * datacenter/scripts/sourcefile:
1644 - implemented two new functions: getdolist, finish
1645 - implemented usage of function finish in other functions
1646
1647 * datacenter/scripts/movingrawfiles:
1648 - implemented zipping of rawfiles
1649
1650 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1651 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
1652 fillcallisto, fillganymed, fillstar, insertdatasets,
1653 makecallistolinks, processmcsequences, runcallisto, runganymed,
1654 runstar, writesequencefiles:
1655 - replaced corresponding pieces of code by the functions getdolist
1656 and finish
1657 - moved variable $date to function getdolist
1658 - improved logging
1659 - generalized variables $lockfile and $todofile
1660
1661
1662 2006/02/03 Daniela Dorner, Daniel Hoehne
1663
1664 * datacenter/scripts/sourcefile:
1665 - fixed small bugs
1666
1667 * datacenter/scripts/runcallisto:
1668 - small bugfix
1669 - improved logging
1670
1671 * datacenter/scripts/insertdatasets:
1672 - removed not needed variable
1673
1674 * datacenter/macros/getdolist.C:
1675 - small bugfix
1676
1677
1678
1679 2006/02/02 Daniela Dorner
1680
1681 * datacenter/scripts/linkmc:
1682 - changed numbering of P and C run in linking
1683
1684 * datacenter/scripts/sourcefile:
1685 - moved to root-version root_v4.04.02g
1686
1687
1688
1689 2006/02/01 Daniel Hoehne
1690
1691 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1692 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1693 fillganymed, fillstar, writesequencefiles:
1694 - adapted usage of function setstatus
1695
1696
1697
1698 2006/01/31 Daniela Dorner
1699
1700 * datacenter/macros/setstatus.C, getdolist.C:
1701 - adapted macros to changes in new columns (fFailedCode,
1702 fFailedComment)
1703
1704 * datacenter/macros/setstatus.C:
1705 - added "noreset" for column fStartTime (is needed so that runtime
1706 is available in case of failure)
1707
1708 * datacenter/macros/setupdb.C:
1709 - added new columns
1710
1711 * datacenter/scripts/runcallisto, runganymed, runstar:
1712 - implemented failure handling
1713
1714 * datacenter/scripts/sourcefile:
1715 - implemented new functions to set status values
1716
1717
1718
1719 2006/01/30 Daniel Hoehne
1720
1721 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1722 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1723 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
1724 writesequencefiles:
1725 - added function setstatus in sourcefile
1726 - changed calling of setstatus.C in setstatus
1727 - implemented variable $program to generalize usage of setstatus
1728 - replaced corresponding piece of code by function setstatus
1729 - fixed some typos
1730
1731
1732
1733 2006/01/30 Daniela Dorner
1734
1735 * datacenter/macros/setstatus.C, getdolist.C:
1736 - adapted macros to the improvement of failure handling in the
1737 automatic analysis (added columns fFailed, fStartTime,
1738 fFailedTime)
1739
1740
1741
1742 2006/01/27 Thomas Bretz
1743
1744 * mjobs/MDataSet.cc:
1745 - improved a warning output
1746
1747
1748
1749 2006/01/23 Thomas Bretz
1750
1751 * mbase/MTime.cc:
1752 - removed a sanity check in GetStringFmt. It work's quite nice
1753 in the DC but crashes on my Laptop (which is not so important)
1754
1755
1756
1757 2006/01/10 Daniela Dorner
1758
1759 * datacenter/macros/*.C, datacenter/script:
1760 - updated and added documentation
1761 - improved logging
1762 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.