source: trunk/MagicSoft/Mars/Changelog@ 7715

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