source: trunk/MagicSoft/Mars/Changelog@ 7713

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