source: trunk/MagicSoft/Mars/Changelog@ 7703

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