source: trunk/MagicSoft/Mars/Changelog@ 7699

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