source: trunk/MagicSoft/Mars/Changelog@ 7710

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