source: trunk/MagicSoft/Mars/Changelog@ 7634

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