source: trunk/MagicSoft/Mars/Changelog@ 7702

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