source: trunk/MagicSoft/Mars/Changelog@ 7636

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