source: trunk/MagicSoft/Mars/Changelog@ 7701

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