source: trunk/MagicSoft/Mars/Changelog@ 7618

Last change on this file since 7618 was 7618, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 23.7 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2006/03/20 Thomas Bretz
22
23 * mraw/MRawRunHeader.cc:
24 - if the pixels to be swaped are both not found, assume they are
25 intentially not mapped. Changed the Error to a Warning
26
27 * mhflux/MHDisp.[h,cc]:
28 - made the scale region a parameter which can be changed from
29 within the display
30 - allow the scale parameters to be setup from the resource-file
31 - changed the source-region which is cut out in wobble mode from
32 +/-15deg to +/-25deg which better fits what we get from MHPhi
33
34 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
35 - added example how to change the new scale parameters in MHDisp
36
37 * mhflux/MAlphaFitter.[h,cc]:
38 - implemented the strategy for optimization which is suggested
39 by the Berlin people for weak sources "weaksource"
40
41 * mhflux/MHPhi.[h,cc]:
42 - moved the AppendPad for the text-paint into all sub-pads which
43 need it. Otherwise they are not always properly updated.
44
45
46
47 2006/03/16 Daniela Dorner
48
49 * datacenter/scripts/sourcefile:
50 - small bugfix in logging
51
52 * datacenter/db/tabs.php:
53 - added new tab for ganymed
54
55
56
57 2006/03/15 Stefan Ruegamer
58
59 * manalysis/MCameraData.cc
60 - inserted an image cleaning based on the time information
61 of the shower (CalcCleaningArrivalTime)
62
63 * manalysis/MCameraData.h
64 - made entry for "CalcCleaningArrivalTime"
65
66 * mimage/MImgCleanStd.cc
67 - created entries for the new image cleaning named "Time"
68
69 * mimage/MImgCleanStd.h
70 - inserted entry "kTime"
71
72
73
74 2006/03/14 Daniela Dorner
75
76 * datacenter/scripts/makecallistolinks:
77 - fixed bug
78
79 * steps.rc:
80 - added fFillGanymed to influences of fGanymed
81
82
83
84 2006/03/14 Thomas Bretz
85
86 * mhflux/MHEffectiveOnTime.cc:
87 - skip the fit not only if the integral is empty but
88 also if the first bin is empty
89 - changed upper limit to 95% according to a study from
90 David Paneque
91 - replaced the fit with the exponential used in the BCN Mars
92 version
93 - use the correct number of entries
94 - use a likelihood fit
95 - calculate the fit quality from the probability
96 - ignore the fit quality for the theta-plot
97
98 * mimage/MHNewImagePar.cc:
99 - fixed the handling of the "same" option in Draw/Paint
100
101 * mpointing/MPointingDev.h:
102 - fDx and fDy initialized in the constructor
103
104 * mbase/MTask.[h,cc]:
105 - removed the kDontCount option. Instead don't use the TStopwatch
106 counter anymore. By this the class to TStopwatch can be
107 suppressed completely if kDontTime is set.
108
109 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
110 mfbase/MFilterList.[h,cc]:
111 - pipe the accelerator flag to the filter or task
112
113 * mjobs/MJCut.cc:
114 - also accelerate the reading task
115
116
117
118 2006/03/13
119
120 * RELEASE 0.9.5
121
122
123
124 2006/03/13 Thomas Bretz
125
126 * ganymed.rc:
127 - changed smearing to half of our PSF 0.06
128 - added new examples for setting the starguider calibration
129
130 * ganymed_onoff.rc
131 - changed smearing to half of our PSF 0.06
132 - switched the new feature for a random source position on
133 - added new examples for setting the starguider calibration
134
135 * ganymed_wobble.rc:
136 - changed smearing to half of our PSF 0.06
137 - added new examples for setting the starguider calibration
138 - added example how to control the phi plot
139
140 * mhflux/MHPhi.[h,cc]:
141 - many improvements to the algorithm, it now takes also
142 inhomgeneities into account
143 - restructured the display, display more histograms
144 - increased class version to 2
145
146 * mjobs/MJCut.cc:
147 - enabled acceleration for first and second loop
148
149 * mpointing/MPointingDevCalc.[h,cc]:
150 - allowed to set the starguider offset calibration from the
151 resource file
152
153 * callisto_Dec04Jan05.rc:
154 - replaced Calibration scale factor by usage of
155 resources/calibration_spline.rc
156
157
158
159 2006/03/13 Markus Meyer
160
161 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
162 - changed cuts:
163 wobble: average values from optimisation of 3 Crab
164 sample (01/05,10/05,12/05), done by Karsten
165 onoff : cuts from 1218 (01/05, highest significance)
166 theta is now 0.22 for both.
167
168
169
170 2006/03/13 Daniel Hoehne
171
172 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
173 - implemented qualitycut in log10(conc) vs. log10(size)
174
175
176
177 2006/03/13 Markus Meyer
178
179 * resources/calibration_spline.C:
180 - more comments
181
182
183
184 2006/03/10 Markus Meyer
185
186 * resources/calibration.C:
187 - update from p27 to p39 (spline excluded, still p33 data missing)
188
189
190
191 2006/03/10 Markus Meyer
192
193 * resources/calibration_spline.C:
194 - correction coefficients for spline data for each period
195
196
197
198 2006/03/10 Daniel Hoehne
199
200 * datacenter/scripts/insertsequences:
201 - fixed bug
202
203
204
205 2006/03/09 Daniel Hoehne
206
207 * ganymed_wobble.rc:
208 - changed parameters 1 to 5 in Cut1 to actual values
209
210
211
212 2006/03/08 Thomas Bretz
213
214 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
215 - added new force-option to foirce output of run-header
216
217
218
219 2006/03/08 Daniela Dorner
220
221 * datacenter/script/movingrawfiles:
222 - added moving of files, that are transferred via internet
223 - added removing of empty directories
224
225 * datacenter/db/ganymed.php:
226 - added links to ganymedplots
227 - added links to sequence.php (instead of links to starfiles)
228 - fixed bug in query
229
230 * datacenter/db/sequence.php:
231 - added links to plots from callisto and star
232 - fixed bug in query
233
234 * datacenter/db/sequinfo.php:
235 - added links to sequence.php
236
237 * datacenter/db/datasetinfo.php:
238 - added links to ganymed.php
239
240 * datacenter/db/tabs.php:
241 - added (includefile for names of tabs of statusdisplays)
242
243
244
245 2006/03/07 Thomas Bretz
246
247 * mcalib/MCalibrateData.cc:
248 - take the bad pixel information into account when calculating the
249 number of saturating pixels!
250
251
252
253 2006/03/06 Thomas Bretz
254
255 * showplot.cc:
256 - fixed the position were the first argument is converted
257 to lower case. Until this fix no upper case could be used
258 in file names
259
260 * datacenter/macros/plotdb.C:
261 - print also average and RMS of all data.
262
263
264
265 2006/03/06 Daniela Dorner
266
267 * datacenter/db/ganymed.php:
268 - added sequences + links to star-plots of sequences
269 - improved layout
270
271 * datacenter/script/makecallistolinks:
272 - changed condition, when to make the link: only, if the link is
273 not yet existing, it is done
274 - added resetting of db: if link is done, callisto is resetted
275
276 * datacenter/macros/resetcolumn.C:
277 - added failure columns to the resetting
278
279
280
281 2006/03/04 Daniela Dorner
282
283 * callisto.cc:
284 - changed return values to improve the failure handling in the db
285
286 * datacenter/script/makecallistolinks:
287 - added 'Pulse is too much to the left, cannot go below 0!' as
288 reason to use callisto_Dec04Jan05.rc
289
290 * datacenter/script/dowebplots:
291 - reduced number of files to be updated by a limitation in
292 modification time
293
294 * datacenter/db/ganymed.php:
295 - added plots
296 - effontime s->h
297
298
299
300 2006/03/03 Thomas Bretz
301
302 * mjobs/MJCut.cc:
303 - added RemoveFromList for srcposrndm in off-data loop
304
305 * mpointing/MSrcPosRndm.[h,cc]:
306 - fixed the scaling. MSrcPosCam has to be in mm
307
308 * ganymed.rc:
309 - added line and comments with new resource
310
311
312
313 2006/03/03 Daniel Hoehne
314
315 * callisto_MarApr05.rc:
316 - changed pulse position check ExtractWinLeft to 4.0 and
317 ExtractWinRight to 4.5
318
319
320
321 2006/03/02 Thomas Bretz
322
323 * callisto.cc:
324 - get result value from pulse pos check
325
326 * mjobs/MJCut.[h,cc]:
327 - added the usage of the new class MSrcPosRndm
328 - added new resource to switch random source position on
329
330 * mjobs/MJPedestal.[h,cc]:
331 - changed return code of Process to int to be able to return
332 the pulse pos check result.
333
334 * mpointing/PointingLinkDef.h, mpointing/Makefile:
335 - added MSrcPosRndm
336
337 * mpointing/MSrcPosRndm.[h,cc]:
338 - added
339
340 * mpointing/MHSrcPosCam.h:
341 - addedn non const getter for fHist
342
343
344
345 2006/03/02 Daniela Dorner
346
347 * datacenter/db/querymc.php:
348 - fixed small bug
349
350 * datacenter/db/dowebplots:
351 - added option -p to the script, to be able to call the script
352 for different programs independently
353 - fixed find
354
355
356
357 2006/03/01 Daniela Dorner
358
359 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
360 - included failure handling columns
361
362
363
364 2006/03/01 Thomas Bretz
365
366 * mastro/MAstro.cc, mbase/MTime.cc:
367 - added a comment in GetMagicPeriod
368
369 * mpointing/MPointingPos.cc:
370 - added new member function GetString
371 - moved code from Print to GetString
372 - added new function IsInitialized()
373
374 * mjtrain/MJTrain*.[h,cc]:
375 - added data members to change RF setup
376
377 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
378 - added missing AddToBranchList
379
380 * mpointing/MHSrcPosCam.[h,cc]:
381 - added
382
383 * mpointing/Makefile, mpointing/PointingLinkDef.h:
384 - added MHSrcPosCam
385
386 * mbase/MTask.[h,cc]:
387 - implemented a new data-meber fAccelerator which allows
388 to switch off counting and timing analysis which can be very
389 time-consuming in some circumstances
390
391 * mbase/MTaskList.[h,cc]:
392 - implemented the usabe of MTask::fAccelerator to switch off
393 resetting of all parameter containers which can be very
394 time-consuming
395
396 * mimage/MImagePar.cc:
397 - updated how the units are printed in Print()
398
399 * mjobs/MJCut.cc:
400 - added a new loop to fill the source position of the on-data
401 - the acceleration of the two main loops are disabled because
402 they are not yet tested.
403
404 * datacenter/macros/plotstat.C:
405 - the periods were wrong by one -- fixed.
406
407
408
409 2006/02/28 Daniela Dorner
410
411 * datacenter/scripts/insertdatasets:
412 - made sure, that backupfiles of the editor are not taken into
413 account, when dataset files are searched
414
415 * datacenter/db/*.php:
416 - moved user, host and pw of database to the include file
417 db.php
418
419 * datacenter/db/index.html:
420 - fixed links
421
422 * datacenter/db/querymc.php,magicdefs.php:
423 - added some variables
424
425 * datacenter/db/runinfo.php,sequinfo.php:
426 - bugfix (incl. TestSources)
427
428 * datacenter/db/sequinfo.php:
429 - changed init values
430
431 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
432 - added value (relative ontime)
433
434 * datacenter/db/dbstatus.php:
435 - fixed bug
436
437 * datacenter/db/queryrbk.php:
438 - added query field 'Night', to query all entries of one night
439 from the runbook
440
441 * datacenter/db/index-header.html:
442 - added links
443
444
445
446 2006/02/27 Thomas Bretz
447
448 * macros/optim/optimwobble.C:
449 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
450 standard Disp-parametrization
451
452 * mhflux/MHEffectiveOnTime.[h,cc]:
453 - added showing the axis range of the time evolution histogram
454
455 * showplot.cc:
456 - fixed a warning in the Hash-switch.
457
458 * mbase/MEnv.cc:
459 - replaced casts in switch by an appended U
460
461 * macros/train/trainseparation.C:
462 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
463
464 * mastro/MAstro.h:
465 - added conversion constants for pc-m and pc-ly
466
467 * mhflux/MMcSpectrumWeight.cc:
468 - fixed typo in comment
469
470 * mimage/MImagePar.h:
471 - minor changes to layout
472
473 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
474 - added new image parameters fConcCOG and fConcCore
475 - increased class version of MNewImagePar
476
477 * mimage/MHillasExt.cc:
478 - added some comments
479 - removed an obsolete TMath::Abs around "dist"
480
481 * mranforest/MRanForest.[h,cc]:
482 - the initialization of fTreeHad was done at the wrong moment
483 - replaced a cast int(x+.5) by TMath::Nint
484 - added some additional warning output
485 - added "!" to fTreeHad - it is only for temporary storage used
486 in the histogram classes
487
488 * mranforest/MRanForestGrow.h:
489 - added GetForest
490
491 * mjtrain/MJTrainSeparation.[h,cc]:
492 - added some code for upcomming automatic event selection
493
494 * datacenter/macros/plotstat.C:
495 - improved macro description
496 - added arguments to main function
497
498 * macros/plot/mucal.C:
499 - added
500
501
502
503 2006/02/25 Daniela Dorner
504
505 * datacenter/scripts/checkfilesforsequavail, checkstardone,
506 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
507 fillcallisto, fillganymed, fillstar,
508 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
509 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
510 fillsignal.C, fillganymed.C, fillstar.C:
511 - implemented, that a missing connection to the database doesn't
512 cause an failure entry in the database, so that the step is
513 retried in this case
514 - updated documentation
515
516
517
518 2006/02/25 Thomas Bretz
519
520 * datacenter/macros/plotstat.C:
521 - added
522
523
524
525 2006/02/24 Markus Meyer
526
527 * resources/calibration.rc:
528 - update of correction values for the calibration constants
529 (P31 - P39, without P36!(problems with spline))
530
531
532
533 2006/02/24 Daniela Dorner
534
535 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
536 findoffdata.php, include.php, magicdefs.php, runinfo.php,
537 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
538 - included failure handling columns
539
540 * datacenter/db/findoffdata.php:
541 - added DT
542
543 * datacenter/db/statusrps.php:
544 - fixed bug
545
546 * datacenter/db/sequinfo.php:
547 - reduced width of menu
548
549 * datacenter/scripts/copyscript:
550 - added makedir for oldcatalogpath
551
552
553
554 2006/02/23 Thomas Bretz
555
556 * mjobs/MJSpectrum.cc:
557 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
558 times the bin-width instead of the absolute energy
559
560
561
562 2006/02/22 Daniela Dorner
563
564 * datacenter/db/querymc.php:
565 - added (website to query montecarlo database - first version)
566
567 * datacenter/db/magicdefs.php:
568 - added some values of montecarlo database
569
570
571
572 2006/02/17 Daniela Dorner
573
574 * datacenter/scripts/copyscript:
575 - fixed path length
576
577 * datacenter/macros/fillsources.C:
578 - added (macro to read source information from catalog files and
579 insert it into the database)
580
581 * datacenter/db/ganymed.php:
582 - improved output
583
584 * datacenter/db/index.html:
585 - added ganymed.php
586 - removed old link
587
588
589
590 2006/02/17 Thomas Bretz
591
592 * showplot.cc:
593 - fixed path inflation in case of ganymed
594
595 * mjobs/MDataSet.cc:
596 - return kFALSE if requested source wasn't found in catalog
597
598 * mjobs/MJCut.cc:
599 - reformatted output of source to fit in one line
600
601 * mpointing/MPointingPos.[h,cc]:
602 - output source name (title) in Print() if set
603
604
605
606 2006/02/16 Daniela Dorner
607
608 * datacenter/scripts/checkstardone:
609 - small improvement in sequence handling
610 - improved logging
611
612 * datacenter/scripts/sourcefile:
613 - small bugfixes in setstatus function
614
615 * datacenter/scripts/runganymed:
616 - small bugfix
617
618 * datacenter/scripts/copyscript:
619 - fixed path length
620
621 * datacenter/db/ganymed.php:
622 - added (website to query results for sources/datasets)
623
624
625
626 2006/02/15 Daniela Dorner
627
628 * datacenter/db/findoffdata.php:
629 - implemented possibility to query range of dates for 'stardone'
630
631
632
633 2006/02/15 Daniel Hoehne
634
635 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
636 - implemented query for mean signal inner/outer and mean pulsepos
637 * datacenter/db/sequence.php:
638 - implemented query for mean signal inner/outer, mean pulsepos
639 and inhomogeneity
640
641
642
643 2006/02/15 Daniela Dorner, Daniel Hoehne
644
645 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
646 - fixed small bug
647
648
649
650 2006/02/14 Daniela Dorner, Daniel Hoehne
651
652 * datacenter/scripts/sourcefile:
653 - fixed small bugs
654
655 * datacenter/scripts/movingrawfiles:
656 - changed back to moving files without zipping
657
658 * datacenter/scripts/doqualityplots:
659 - added running of plotdb.C for each datasetfile
660
661 * datacenter/macros/getdolist.C:
662 - implemented limitation for number of todo files for
663 SequenceProcessStatus
664
665 * datacenter/macros/checkfileavail.C,checkstardone.C:
666 - changed return code in case that files are not available
667
668 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
669 - adapted to changed return code in macros
670
671 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
672 - implemented query for inhomogeneity
673
674
675
676 2006/02/13
677
678 * RELEASE 0.9.4.3
679
680
681
682 2006/02/13 Thomas Bretz
683
684 * callisto.rc:
685 - changed pulse position check ExtractWinLeft to 4.0 and
686 ExtractWinRight to 4.5
687
688 * callisto_Dec04Jan05.rc:
689 - changed pulse position check ExtractWinLeft to 3.0 and
690 ExtractWinRight left at 2.5
691
692
693
694 2006/02/10 Thomas Bretz
695
696 * mastro/MAstro.cc:
697 - allow for more year in the algorithm calculating easter
698
699 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
700 mcamera/MCameraTH.h:
701 - added a sanity check in GetPixelContent
702
703 * mraw/MRawRunHeader.cc:
704 - fixed output (correct kiB instead of kB)
705
706 * Makefile, Makefile.rules:
707 - implemented the possibility to spread Make through condor
708
709 * mastro/MAstroCatalog.[h,cc]:
710 - new draw-options to rotate the grid and the stars
711
712 * mimage/MHHillas.cc:
713 - set minimum of fDelte to 0 instead of fDistC
714
715 * msignal/MExtractTimeAndChargeSpline.h:
716 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
717 TMath::NInt
718
719 * mjobs/MDataSet.h:
720 - implemented new functions to check whether the dataset contains
721 a dedicated sequence
722
723 * datacenter/macros/plotdb.C:
724 - implemented the possibility to draw sequences of a dataset in
725 several colors
726
727
728
729 2006/02/09 Thomas Bretz
730
731 * mreport/MReport.cc:
732 - invented new fake CC report file version 200509300 for a change
733 in the starguider format (the already implemented last values
734 dissapeared again!) which is not noticed in the format version.
735
736 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
737 - fixed support for ver 200510250
738
739 * mjobs/MJSpectrum.cc:
740 - added fit of un-unfolded spectrum
741
742
743
744 2006/02/08 Daniela Dorner
745
746 * datacenter/scripts/sourcefile:
747 - implemented function checklock
748 - bugfix for failure code
749
750 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
751 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
752 makecallistolinks, runcallisto, runganymed, runstar,
753 writesequencefiles:
754 - implemented usage of function checklock
755
756 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
757 insertsequences, linkmc:
758 - implemented usage of function checklock
759 - implemented variable $program
760
761 * datacenter/scripts/dodatacheck:
762 - implemented usage of function checklock
763 - implemented variable $lockfile
764
765 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
766 - implemented usage of function checklock
767 - implemented variables $lockfile and $program
768
769 * datacenter/macros/doexclusions.C, fillganymed.C:
770 - fixed bug
771
772 * datacenter/macros/fillsinope.C, setstatus.C:
773 - improved documentation
774
775 * datacenter/scripts/filesondisk:
776 - implemented finding of zipped files
777
778
779
780 2006/02/08 Thomas Bretz
781
782 * datacenter/macros/plotdb.C:
783 - some minor changes to the layout
784
785
786
787 2006/02/07 Daniela Dorner
788
789 * datacenter/scripts/makecallistolinks:
790 - fixed bug
791
792 * datacenter/db:
793 - added (directory with db-websites)
794
795
796
797 2006/02/07 Daniela Dorner, Daniel Hoehne
798
799 * datacenter/scripts/sourcefile:
800 - added failure code variables
801 - changed calling of setstatus.C accordingly
802
803 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
804 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
805 fillganymed, fillstar, runcallisto, runganymed, runstar,
806 writesequencefiles:
807 - implemented failure variable
808
809 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
810 - added new/changed columns (fReturnCode, fFailedCode,
811 fFailedCodeAdd)
812
813
814
815 2006/02/06 Daniela Dorner
816
817 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
818 - fixed bugs
819
820
821
822 2006/02/03 Daniela Dorner
823
824 * datacenter/scripts/sourcefile:
825 - implemented two new functions: getdolist, finish
826 - implemented usage of function finish in other functions
827
828 * datacenter/scripts/movingrawfiles:
829 - implemented zipping of rawfiles
830
831 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
832 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
833 fillcallisto, fillganymed, fillstar, insertdatasets,
834 makecallistolinks, processmcsequences, runcallisto, runganymed,
835 runstar, writesequencefiles:
836 - replaced corresponding pieces of code by the functions getdolist
837 and finish
838 - moved variable $date to function getdolist
839 - improved logging
840 - generalized variables $lockfile and $todofile
841
842
843 2006/02/03 Daniela Dorner, Daniel Hoehne
844
845 * datacenter/scripts/sourcefile:
846 - fixed small bugs
847
848 * datacenter/scripts/runcallisto:
849 - small bugfix
850 - improved logging
851
852 * datacenter/scripts/insertdatasets:
853 - removed not needed variable
854
855 * datacenter/macros/getdolist.C:
856 - small bugfix
857
858
859
860 2006/02/02 Daniela Dorner
861
862 * datacenter/scripts/linkmc:
863 - changed numbering of P and C run in linking
864
865 * datacenter/scripts/sourcefile:
866 - moved to root-version root_v4.04.02g
867
868
869
870 2006/02/01 Daniel Hoehne
871
872 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
873 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
874 fillganymed, fillstar, writesequencefiles:
875 - adapted usage of function setstatus
876
877
878
879 2006/01/31 Daniela Dorner
880
881 * datacenter/macros/setstatus.C, getdolist.C:
882 - adapted macros to changes in new columns (fFailedCode,
883 fFailedComment)
884
885 * datacenter/macros/setstatus.C:
886 - added "noreset" for column fStartTime (is needed so that runtime
887 is available in case of failure)
888
889 * datacenter/macros/setupdb.C:
890 - added new columns
891
892 * datacenter/scripts/runcallisto, runganymed, runstar:
893 - implemented failure handling
894
895 * datacenter/scripts/sourcefile:
896 - implemented new functions to set status values
897
898
899
900 2006/01/30 Daniel Hoehne
901
902 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
903 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
904 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
905 writesequencefiles:
906 - added function setstatus in sourcefile
907 - changed calling of setstatus.C in setstatus
908 - implemented variable $program to generalize usage of setstatus
909 - replaced corresponding piece of code by function setstatus
910 - fixed some typos
911
912
913
914 2006/01/30 Daniela Dorner
915
916 * datacenter/macros/setstatus.C, getdolist.C:
917 - adapted macros to the improvement of failure handling in the
918 automatic analysis (added columns fFailed, fStartTime,
919 fFailedTime)
920
921
922
923 2006/01/27 Thomas Bretz
924
925 * mjobs/MDataSet.cc:
926 - improved a warning output
927
928
929
930 2006/01/23 Thomas Bretz
931
932 * mbase/MTime.cc:
933 - removed a sanity check in GetStringFmt. It work's quite nice
934 in the DC but crashes on my Laptop (which is not so important)
935
936
937
938 2006/01/10 Daniela Dorner
939
940 * datacenter/macros/*.C, datacenter/script:
941 - updated and added documentation
942 - improved logging
943 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.