source: trunk/MagicSoft/Mars/Changelog@ 7800

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