source: trunk/MagicSoft/Mars/Changelog@ 7729

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