source: trunk/MagicSoft/Mars/Changelog@ 7643

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