source: trunk/MagicSoft/Mars/Changelog@ 7700

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