source: trunk/MagicSoft/Mars/Changelog@ 7638

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