source: trunk/MagicSoft/Mars/Changelog@ 7650

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