source: trunk/MagicSoft/Mars/Changelog@ 7629

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