source: trunk/MagicSoft/Mars/Changelog@ 7801

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