source: trunk/MagicSoft/Mars/Changelog@ 7615

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