source: trunk/MagicSoft/Mars/Changelog@ 7635

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