source: trunk/MagicSoft/Mars/Changelog@ 7717

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