source: trunk/MagicSoft/Mars/Changelog@ 7804

Last change on this file since 7804 was 7804, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 47.8 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 2006/07/26 Thomas Bretz
21
22 * merpp.cc:
23 - files with the extension .raw.gz were not found. fixed. This
24 is necessary because raw-files must be merpped before they can
25 be displayed with the mars-gui.
26
27 * star.cc:
28 - fixed some misalignment when the title is printed
29
30 * datacenter/macros/fillsinope.C:
31 - removed some obsolete comments
32
33 * mbase/MContinue.h:
34 - some reformatting
35
36 * manalysis/MEventRateCalc.[h,cc], manalysis/MGeomApply.[h,cc],
37 manalysis/MMultiDimDistCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc],
38 mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
39 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc], mcalib/MCalibrateData.[h,cc],
40 mdata/MDataArray.[h,cc], mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc],
41 mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
42 mfbase/MFilterList.[h,cc], mfileio/MReadTree.[h,cc],
43 mfileio/MWriteRootFile.[h,cc], mfilter/MFParticleId.[h,cc],
44 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
45 mhbase/MBinning.[h,cc], mhbase/MFillH.[h,cc], mhbase/MH3.[h,cc],
46 mhbase/MHMatrix.[h,cc], mimage/MHillasCalc.[h,cc],
47 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
48 mpointing/MSrcPosCam.[h,cc], msignal/MExtractFixedWindow.[h,cc],
49 msignal/MExtractSignal.[h,cc], msignal/MExtractSignalABcorr.[h,cc],
50 msignal/MExtractor.[h,cc], mtools/MChisqEval.[h,cc]
51 - replaced StreamPrimitive(ofstream&) by StreamPrimitive(ostream&)
52 - replaced SavePrimitive(ofstream&) by SsavePrimitive(ostream&)
53 - if necessary let SavePrimitive(ofstream&) call
54 SavePrimitive(ostream&)
55
56 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsIntensityCam.cc,
57 mbase/MEvtLoop.cc, mbase/MLog.cc, mbase/MParList.cc, mbase/MTaskList.cc,
58 mcalib/MCalibConstCam.cc, mcalib/MCalibrationBlindCam.cc,
59 mcalib/MCalibrationCam.cc, mcalib/MCalibrationIntensityCam.cc,
60 mcalib/MCalibrationIntensityConstCam.cc, mdata/MDataArray.cc,
61 mdata/MDataFormula.cc, mdata/MDataList.cc, mfbase/MFilterList.cc,
62 mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc, mmain/MMonteCarlo.cc,
63 mpedestal/MPedPhotCam.cc, mpedestal/MPedestalCam.cc,
64 mreport/MReportFileRead.cc, msignal/MArrivalTimeCam.cc,
65 msignal/MExtractedSignalCam.cc, msignal/MSignalCam.cc:
66 - replaced ForEach by R__FOR_EACH
67
68 * mbase/MAGIC.h:
69 - define R__FOR_EACH macro if not yet defined
70
71 * mbase/MEvtLoop.cc:
72 - removed usage of copy-constructor of TEnv
73
74 * mbase/MString.h:
75 - exclude some of the member function from CINT (gives problem
76 with CINT)
77
78 * mfbase/MFEventSelector.[h,cc]:
79 - removed StreamPrimitive (it was empty anyhow)
80
81 * mranforest/MRanTree.cc:
82 - moved includes for TVector and TMatrix to header
83 - replaced TMatrixRow by TMatrixFRow_const in TreeHad
84
85 * msignal/Makefile, msignal/SignalLinkDef.h:
86 - removed MExtractSignal
87 - removed MExtractSignal2
88 - removed MExtractSignal3
89 - removed MExtractSignalABcorr
90
91
92
93
94 2006/07/23 Thomas Bretz
95
96 * datacenter/scripts/copyscript:
97 - only try to insert the contents of runbook files which
98 contain the regexp \\\.rbk$ instead of .rbk It might be
99 that in a script it should be \.rbk$ rather than \\\.rbk$
100 (to be tested)
101
102
103
104 2006/07/22 Thomas Bretz
105
106 * datacenter/scripts/runstar:
107 - added -r to sort ToDo-files such that the newest sequences
108 are processed first
109
110
111
112 2006/07/21 Daniela Dorner
113
114 * datacenter/scripts/checkfilesforsequavail:
115 - fixed bug in path
116
117
118
119 2006/07/19 Thomas Bretz
120
121 * msignal/MArrivalTimeCam.cc:
122 - added case 7 and 2 in GetPixelContent
123
124
125
126 2006/07/13 Thomas Bretz
127
128 * mastro/MAstroCatalog.h:
129 - implemented new member function GetNumStars
130
131 * mbase/MGMap.[h,cc]:
132 - implemented new member function DrawHexagon
133
134
135
136 2006/07/11 Thomas Bretz
137
138 * mbase/MStatusArray.cc, mdata/MDataChain.cc, mdata/MDataFormula.cc,
139 mhflux/MMcSpectrumWeight.cc, mimage/MHillasExt.cc, mjobs/MJCut.cc,
140 msignal/MExtractTimeAndChargeDigitalFilter.cc,
141 mranforest/MRanForestCalc.cc:
142 - fixed some compiler warning of the kind
143 ambiguous overload for `Bool_t ? const char[14] : const TString &'
144 to make gcc 2.95.3 happy (used to get cosy working with the
145 latest Mars version)
146
147 * mbase/MZlib.[h,cc]:
148 - added some preprocessor statements which allow compilation with
149 gcc 2.95.3
150
151 * mastro/MAstroCamera.cc:
152 - removed path from include
153
154 * mastro/Makefile:
155 - added directory for MHCamera
156
157 * mhflux/MHThetaSqN.cc:
158 - removed the const-qualifier from the static_cast when setting
159 tghe MParameterD
160
161
162
163 2006/07/06 Thomas Bretz
164
165 * Makefile.conf.linux:
166 - removed options -Wstrict-prototypes -Wmissing-prototypes
167 obsolete for C++
168
169 * mastro/MAstro.h, mgui/MCamEvent.h:
170 - added virtual destructor to make gcc 4.1 happy
171
172 * mfilter/MFMagicCuts.cc, mtools/MagicJam.cc:
173 - added includes to make gcc 4.1 happy
174
175 * mranforest/MRanForestCalc.cc:
176 - added include for the compilation with root 5.10/00
177
178
179
180 2006/07/05 Thomas Bretz
181
182 * datacenter/macros/checkfileavail.C,
183 datacenter/macros/checkstardone.C,
184 datacenter/macros/doexclusions.C,
185 datacenter/macros/filldotraw.C,
186 datacenter/macros/fillganymed.C,
187 datacenter/macros/fillsignal.C,
188 datacenter/macros/fillstar.C,
189 datacenter/macros/setupdb.C:
190 - make sure that 'res' is correctly deleted
191
192 * datacenter/macros/doexclusions.C:
193 - fixed some variable name overrides
194
195 * mhflux/MAlphaFitter.[h,cc]:
196 - added the possibility to DrawResult()
197
198 * mhflux/MHAlpha.[h,cc]:
199 - added new output container (Bin) which contains the number
200 of the bin the event was assigned to
201 - fixed drawing the significance in DrawAll
202
203
204
205 2006/07/04 Daniela Dorner
206
207 * datacenter/scripts/copyscript:
208 - removed not needed if-clause (was used to copy subsystemfiles to
209 /magic/datacenter/totape)
210
211
212
213 2006/07/03 Thomas Bretz
214
215 * mhflux/MHThetaSqN.[h,cc]:
216 - added counter and output some statistics afterwards
217
218
219
220 2006/06/29 Thomas Bretz
221
222 * mmain/MEventDisplay.cc:
223 - added decoding of calibration pattern
224
225 * mbase/MContinue.cc:
226 - small change to some output
227
228 * mmc/MMcTrig.hxx, mmc/MMcTrigHeader.hxx:
229 - increased version number
230
231 * mmc/Mdefine.h:
232 - increased CAMERA_PIXELS from 3500 to 3800
233
234
235
236 2006/06/28 Daniela Dorner
237
238 * datacenter/macros/setupdb.C:
239 - added new columns
240 - changed name columns
241
242
243
244 2006/06/28 Thomas Bretz
245
246 * datacenter/macros/fillstar.C:
247 - added number of correlated stars
248
249 * datacenter/macros/plotdb.C:
250 - added number of correlated stars
251 - changed name of database column
252
253 * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
254 mjtrain/MJTrainSeparation.cc:
255 - small improvement to log-output
256
257 * tpoint/gui.C:
258 - added some SetFrameBorderMode and SetBorderMode
259
260
261
262 2006/06/27 Thomas Bretz
263
264 * mhflux/MHAlpha.cc:
265 - added a small change to prevent DrawAll from opening a new
266 canvas if called with the option "No new canvas" and no
267 fDisplay
268
269
270
271 2006/06/26 Thomas Bretz
272
273 * mjobs/MJCut.[h,cc]:
274 - added error codes for some fatal errors
275
276 * ganymed.cc:
277 - pipe error codes to shell
278
279
280
281 2006/05/29 Thomas Bretz
282
283 * mbase/MEnv.cc:
284 - included THashList for compatibility with root 5.10/00
285
286 * mdata/MDataArray.[h,cc]:
287 - included TVector in header for compatibility with root 5.10/00
288
289 * mgui/MHexagon.cc:
290 - changed argument of PaintFillArea from Float_t to Double_t
291 for compatibility with root 5.10/00
292
293 * mhbase/MHMatrix.[h,cc]:
294 - added some #ifdef for compatibility with root 5.10/00
295 - included TVector in the header for compatibility with
296 root 5.10/00
297
298 * mjtrain/MJTrainDisp.cc:
299 - added the possibility to set weights
300 - added new histogram to show avg psf versus energy
301
302 * mjtrain/MJTrainRanForest.cc:
303 - included TFile for compatibility with root 5.10/00
304
305 * mranforest/MRanForest.[h,cc]:
306 - included TMatrix and TVector in header for compatibilty
307 with root 5.10/00
308
309 * mtools/MHSimulatedAnnealing.[h,cc]:
310 - included TMatrix and TVector in header for compatibilty
311 with root 5.10/00
312
313
314
315 2006/05/24
316
317 * RELEASE 0.9.6
318
319
320
321 2006/05/24 Thomas Bretz
322
323 * mbadpixels/MBadPixelsTreat.cc:
324 - another small improvement, set fMaxArrivalTimeDiff to 0.9
325
326 * mjobs/MJPedestal.cc:
327 - switched off error in case of "pulse is too much to the left"
328 - the extraction window is not changed anymore
329
330 * mhflux/MAlphaFitter.cc:
331 - made new background fit more robust by improving the start
332 values
333
334 * mhflux/MHAlpha.[h,cc]:
335 - preliminary implementation showing automatically all sizebins in
336 the status display
337
338 * mpointing/MPointingDevCalc.[h,cc]:
339 - if the mispointing is set to 0 due to missing mispointing
340 information also the starguider calibration is reset.
341 - in the case the latest report is older than a default (currently
342 one minute) and the current report will be skip the starguider
343 correction and calibration will be reset.
344
345 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
346 - updated
347
348 * mmc/MMcRunHeader.hxx:
349 - added new getter for ShowerPhiMin and ShowerPhiMax
350
351
352
353 2006/05/23 Daniela Dorner
354
355 * scripts/processsequence:
356 - added (script to run callisto, merppupdate and star for 1
357 sequence)
358
359 * scripts/preparemc:
360 - added (script to create montecarlo sequence and datasetfiles)
361
362
363
364 2006/05/23 Thomas Bretz
365
366 * mranforest/MRanTree.cc:
367 - should be if(!Finite) instead of if(Finite)
368
369 * mhbase/MH3.cc:
370 - fixed a problem which arouse in root 4.04/02g namely that
371 is the draw-option is " " nothing is displayed. Therefore
372 all " " are removed before the histogram is drawn
373
374 * mhist/MHCamera.cc:
375 - when the azimuthal profile was produced the binning was optimized
376 with the OptimizeLimits. This doesn't make sense because it
377 changed the alignment of the bins with the 60deg boundaries
378
379 * mreport/MReportStarguider.cc:
380 - fixed a typo in a comment and removed an obsolete one
381
382 * msignal/MExtractTimeAndCharge.cc:
383 - instead of setting the arrival time to a value at the border of
384 the meaningful range a random number is assigned in the case
385 of an arrival time extracted outside the fadc range. This
386 avoids possible unfortuante coincidences in arrival times.
387
388 * mbadpixels/MBadPixelsTreat.[h,cc]:
389 - added new data member fMaxArrivalTimeDiff, which is the maximum
390 arrival time difference allowed for the badpixel algorithm
391 to determin whether a pixels belongs to a shower
392 - changed the old value (0.5) to 1.0 as suggested by Stefan
393 due to a recent study on the fraction of pixels surviving the
394 image cleaning
395
396 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
397 - added comment to show usage of new option
398
399
400
401 2006/05/22 Daniela Dorner
402
403 * datacenter/scripts/makecallistolinks:
404 - fixed bug
405
406
407
408 2006/05/22 Thomas Bretz
409
410 * mranforest/MRanTree.cc:
411 - replaced some arbitrary small and large values by FLT_MAX in
412 FindBestSpllit*
413 - replaced in FindBestSpllit* a sanity check for rld and rrd (do
414 not divide by zero) by a check whether the result (crit) is finite
415
416 * mcamera/MCameraRecTemp.[h,cc]:
417 - implemented new data member for validity
418 - increased class version by 1
419
420 * mpointing/MHPointing.[h,cc]:
421 - implemented new TGraph for number of correlated stars
422 - increased class version by 1
423
424 * mpointing/MPointingDevCalc.cc:
425 - if the report is empty assume no pointing deviation and also
426 reset the starguider calibration
427
428 * mpointing/MPointingPos.cc:
429 - slight modifications to comment
430
431 * mreport/MReport.cc:
432 - introduced new fake version to support new starguider format
433
434 * mreport/MReportCC.[h,cc]:
435 - improved handling of receiver boar com-errors and RecTemp section
436
437 * mreport/MReportStarguider.[h,cc]:
438 - implemented changes in the starguider reports around 9th May
439 - added new data member for number of correlated stars
440 - increased class version by 1
441
442
443
444 2006/05/21 Thomas Bretz
445
446 * mfileio/MReadTree.cc:
447 - show all added files only in debug modes or if wildcards are used
448
449 * mfilter/MFEnergySlope.[h,cc]:
450 - added a third constructor which also allows to set fMcEnergyMin
451
452 * mjtrain/MJTrainSeparation.[h,cc]:
453 - updated text output
454 - improved result display
455 - added possibility to set weights and/or pre/post-tasks for
456 train or test only
457
458 * mranforest/MRanForest.cc:
459 - commented out an obsolete check to check whether TMath::Sort
460 has sorted correctly
461 - added some comments
462
463
464
465 2006/05/20 Thomas Bretz
466
467 * mreport/MReportCC.cc:
468 - fixed a typo in InterpreteTD which was introduced yesterday
469
470
471
472 2006/05/19 Thomas Bretz
473
474 * mbase/MMath.h:
475 - added default to second argument of GaussProb
476
477 * mcamera/MCameraTD.[h,cc], mcamera/MCameraTH.[h,cc]:
478 - added a data member fIsValid giving the status of the arrays
479 in case the CC reports contained nonsense (mainly for files
480 before summer 2005)
481 - increased class version by 1
482
483 * mhflux/MHAlpha.h:
484 - made SetOffData virtual
485
486 * mreport/MReport.cc:
487 - small changes to some comments
488
489 * mreport/MReportCC.[h,cc]:
490 - better handling of problems with the TH and TD part of the
491 CC-REPORT for files older than 200507190 and 200412210
492 respectively
493
494 * mreport/MReportFileReadCC.cc:
495 - always output the file format version
496
497 * mhflux/MAlphaFitter.[h,cc]:
498 - implemented fitting of the off-data for background determination
499 - the result values are not yet accessible
500 - increased class version by 1
501
502 * mhflux/MHThetaSqN.[h,cc]:
503 - some improvements regarding the treatment of the signal-regions
504 - allow to set a different cut-level for off-cuts
505
506
507
508 2006/05/18 Thomas Bretz
509
510 * mhflux/MAlphaFitter.h:
511 - added Getter for ScaleMode
512
513 * mhflux/MHAlpha.[h,cc]:
514 - made fHillas data member protected
515 - increased size of fMap
516
517 * mhflux/MHThetaSq.[h,cc]:
518 - removed obsolete data-member fThetaSq
519
520 * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
521 - fixed a typo in a comment
522
523 * mranforest/MRanTree.cc:
524 - added a lot of comments in the code
525
526 * callisto.cc:
527 - fixed typo in output
528
529 * mhflux/MHThreshold.cc:
530 - enabled grids
531 - slightly improved calculation of shown threshold
532
533 * mhflux/MHThetaSqN.[h,cc]:
534 - added
535
536 * mhflux/Makefile, mhflux/FluxLinkDef.h:
537 - added MHThetaSqN
538
539
540
541 2006/05/18 Daniela Dorner
542
543 * resources/calibration.rc, resources/calibration_spline.rc:
544 - added values for current and following periods
545
546
547
548 2006/05/05
549
550 * RELEASE 0.9.5.1
551
552
553
554 2006/05/05 Thomas Bretz
555
556 * datacenter/macros/plotdb.C:
557 - updated with new tabs for the starguider data
558
559 * mhflux/MHEnergyEst.cc:
560 - print the result to the all-logstream
561 - changed the fit range not to take the overflow into account
562
563 * mranforest/MRanForest.[h,cc]:
564 - Use the default Reset() instead of Reset(0)
565 - changed output while training
566 - replaced a lot of TArrays by MArrays
567 - at some points replaced gRandom->Rndm by gRandom->Integer
568 - removed some obsolete arguments from ModifyDataSort
569 - In CreateDataSort isort need not to be initialized, it is
570 done by TMath::Sort anyhow
571 - a small simplification to ModifyDataSort
572 - added some const-qualifiers in funciton calls
573
574 * mranforest/MRanTree.[h,cc]:
575 - replaced a lot of TArrays by MArrays
576 - removed some obsolete calls to Reset(0) after the instatization
577 of the array
578 - small acceleration of the averaging when calculating fBestSplit[k]
579 - at some points replaced gRandom->Rndm by gRandom->Integer
580 - directly give mean[kbuild] and square[kbuild] as an argument
581 to FindBestSplit
582 - removed the obsolste dereferencing from the call to FindBestSplit
583 - added some const-qualifiers in funciton calls
584 - make a copy of tclasspop in BuildTree to be able to give the
585 array as a const qualified reference. It is not used at any other
586 place
587 - in TreeHad first get the pointers to the vector with the data to
588 get rid of the range check done by root. This has also the advantage
589 that all TreeHad member function can be unified into a single
590 member function
591
592 * mhflux/MAlphaFitter.cc:
593 - fixed a problem with the fit which could cause infinite loops
594 in the case of off-data. This did in no means effect the result,
595 just the performance.
596
597 * mhbase/MH3.cc:
598 - convert the options ToLower case first before checking
599
600 * mjtrain/MJTrainRanForest.[h,cc]:
601 - added AddPar member function
602 - added fPreTasks and fPostTasks
603 - added fEnableWeights
604 - added member functions suporting setting pre- and posttasks
605 and weights
606
607 * mtools/MTFillMatrix.h:
608 - added new member function to clear the fPreCuts, fPreTasks and
609 fPostTasks lists
610
611 * mjtrain/MJTrainEnergy.cc:
612 - implemented usage of weights
613
614 * mjtrain/MJTrainSeparation.[h,cc]:
615 - implemented the usage of weights
616 - implemented a random source position to train with wobble
617 data
618 - added some more output
619 - added an option to switch between classification and regression
620 - added th epossibility to change the MC flux
621
622 * mjtrain/Makefile:
623 - added include path for mpointing and mimage
624
625
626
627 2006/05/04 Thomas Bretz
628
629 * mbase/MTaskList.[h,cc]:
630 - added new member function AddToListBefore(TList&) and
631 AddToListAfter(TList&)
632 - added corresponding RemoveFromList(TList&)
633
634 * mhflux/MMcSpectrumWeight.[h,cc]:
635 - added new member functions CalcSpecNew and CalcSpecOld to
636 evaluate the spectrum at a given energy
637 - added a new data member which allows to set an energy
638 at which the normalization is calculated instead of
639 the integral
640
641 * mpointing/MSrcPosRndm.[h,cc]:
642 - added new option which allows to create a random wobble
643 source position
644
645
646
647 2006/05/03 Daniela Dorner
648
649 * datacenter/macros/setupdb.C:
650 - changed type of sourcename and projectname according to new
651 format
652
653
654
655 2006/05/03 Thomas Bretz
656
657 * Makefile.rules:
658 - added new option zdiff
659
660 * mbase/MTaskList.[h,cc]:
661 - overwrite member function AddToList with a TList-reference
662 as argument
663
664 * mhflux/MHCollectionArea.[h,cc]:
665 - added the missing //! behind the fMcEvt data member
666 - increased class version number
667 - removed obsolete fEnergy data member
668
669 * mranforest/MRanForest.cc:
670 - added to the output whether weights are set
671
672 * mraw/MRawRunHeader.cc:
673 - removed an obsolete Print() which enetered for debugging
674
675 * mimage/MHNewImagePar.cc:
676 - the plots for CocCOG and ConcCore had the same color... fixed
677
678 * mranforest/MRanForestCalc.[h,cc]:
679 - allow to set weights for each event
680
681 * mtools/MTFillMatrix.[h,cc]:
682 - implemented the possibility to set pre- and post-tasks
683 executed in the eventloop
684
685
686
687
688 2006/05/02 Thomas Bretz
689
690 * mraw/MRawRunHeader.cc:
691 - fixed the typo in the output
692
693 * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
694 - fixed a typo in the name of the plot Skybrightness
695
696
697
698 2006/04/30 Thomas Bretz
699
700 * mjtrain/MJTrainSeparation.[h,cc]:
701 - new option to switch between regression and classification
702 - fixed the auto training (still far from working well)
703 - improved result plots
704
705 * mbase/MMath.cc:
706 - fixed SignificanceLiMa such that it allows basically zero
707 signal- and/or background events
708
709
710
711 2006/04/27 Thomas Bretz
712
713 * datacenter/macros/fillstar.C:
714 - replaced the mean by the median
715
716
717
718 2006/04/26 Daniela Dorner
719
720 * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
721 - added four new columns to the table Star
722
723
724
725 2006/04/24 Thomas Bretz
726
727 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
728 - some fixes to the comments describing random forest
729
730
731
732 2006/04/23 Thomas Bretz
733
734 * mhist/MHHadronness.cc:
735 - do not reset the two hadronness-histograms in SetupFill
736 otherwise MJTrainSeparation cannot work correctly
737
738 * mjtrain/MJTrainSeparation.cc:
739 - added a Plot of Hadronness versus Size for MC events
740
741
742
743 2006/04/22 Thomas Bretz
744
745 * mraw/MRawRunHeader.cc:
746 - some small changes, mainly output and comments
747
748 * mhflux/MHAlpha.[h,cc]:
749 - show also the integrated number of excess events in the
750 plot versus energy/size and show the correct error.
751
752 * mtools/MJSpectrum.cc:
753 - added accelerator for executing the tasklist as in MJCut
754
755 * macros/train/trainseparation.C:
756 - fixed a typo
757
758 * mjtrain/MJTrainSeparation.h:
759 - added missing initialization of fAutoTrain
760 - fixed an error in EnablAutoTrain (was always set to kTRUE)
761
762
763
764 2006/04/21 Daniel Hoehne
765
766 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
767 - fixed bug in usage of pstoimg
768
769
770
771 2006/04/13 Thomas Bretz
772
773 * mraw/MRawRunHeader.[h,cc]:
774 - adapted to new DAQ format version 6
775 - increased class version number
776
777 * mtools/MTFillMatrix.cc:
778 - added accelerator for executing the tasklist as in MJCut
779
780 * mfilter/MFEnergySlope.cc:
781 - small update to output
782
783 * mfbase/MFilterList.[h,cc]:
784 - fixed a really old problem that the contents of the list never
785 got ReInit. Hopefully this never had bad sideeffects.
786
787 * macros/train/trainenergy.C:
788 - added another comment how to change the spectral slope of the
789 monte carlo spectrum
790
791
792
793 2006/04/13 Thomas Bretz
794
795 * mreport/MReport.cc:
796 - added new fake arehucas versions to fix a problem with the
797 starguider reports
798
799 * mreport/MReportFileRead.cc:
800 - increased informations in warning output
801
802 * mreport/MReportStarguider.cc:
803 - fixed a problem with the starguider reports between 6.3.2006 and
804 19.3.2006
805
806
807
808 2006/04/13 Daniel Hoehne
809
810 * datacenter/db/findoffdata.php:
811 - implemented query for the inhomogeneity
812
813 * datacenter/db/runinfo.php:
814 - added checkboxes for start time, failed time and error codes
815
816 * datacenter/db/datacheck.php:
817 - fixed bug in StatusMenus for DataCheck and RawFile
818
819
820
821 2006/04/12 Daniela Dorner, Daniel Hoehne
822
823 * datacenter/scripts/makecallistolinks:
824 - fixed bug
825
826
827
828 2006/04/12 Thomas Bretz
829
830 * datacenter/macros/filldotraw.C:
831 - allow to access gzipped raw-files
832
833
834
835 2006/04/11 Thomas Bretz
836
837 * mastro/MAstro.h:
838 - added conversion Parsec2Lighyear
839
840 * mbase/MLogHtml.cc:
841 - added a fix to display < and > correctly
842
843 * mhflux/MHCollectionArea.[h,cc]:
844 - commented out obsolete fEnergy parameter
845
846 * mjobs/MJSpectrum.cc:
847 - fill a second collection area plot after trigger
848
849 * mjoptim/MJOptimize.cc:
850 - improve speed of optimization by switching of timing and
851 reset in eventloop
852
853 * mmc/MFadcHeader.h:
854 - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
855
856 * mmc/MMcFadcHeader.hxx:
857 - increaded version number from 7 to 8
858
859
860
861 2006/04/11 Daniel Hoehne, Daniela Dorner
862
863 * datacenter/scripts/dodatacheck:
864 - fixed bug in finding raw-files
865
866
867
868 2006/04/10 Daniel Hoehne
869
870 * datacenter/macros/filldotrun.C:
871 - implemented new arehucas version
872
873
874
875 2006/04/07 Daniel Hoehne, Daniela Dorner
876
877 * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
878 - implemented new arehucas version
879
880
881
882 2006/04/06 Daniela Dorner
883
884 * datacenter/scripts/makecallistolinks:
885 - fixed bug in resetting
886
887 * datacenter/db/tabs.php:
888 - changed tabs for wobble
889
890
891
892 2006/04/05 Thomas Bretz
893
894 * datacenter/macros/plotdb.C:
895 - added new tab with the effective on-time relative to the
896 observation time
897
898 * sponde_onoff.rc:
899 - added
900
901
902
903 2006/04/04 Thomas Bretz
904
905 * datacenter/macros/plotdb.C:
906 - if no dataset and no time-interval is given only sequences with
907 an effective on-time above five minutes are plotted anymore
908
909
910
911 2006/03/21 Daniela Dorner
912
913 * datacenter/db/ganymed.php, datacenter/db/tabs.php:
914 - included different tabs for on/off and wobble
915
916 * datacenter/db/ganymed.php:
917 - added zd angle range and observation period
918
919 * datacenter/db/sequence.php:
920 - added rel. ontime
921
922
923
924 2006/03/20 Thomas Bretz
925
926 * mraw/MRawRunHeader.cc:
927 - if the pixels to be swaped are both not found, assume they are
928 intentially not mapped. Changed the Error to a Warning
929
930 * mhflux/MHDisp.[h,cc]:
931 - made the scale region a parameter which can be changed from
932 within the display
933 - allow the scale parameters to be setup from the resource-file
934 - changed the source-region which is cut out in wobble mode from
935 +/-15deg to +/-25deg which better fits what we get from MHPhi
936
937 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
938 - added example how to change the new scale parameters in MHDisp
939
940 * mhflux/MAlphaFitter.[h,cc]:
941 - implemented the strategy for optimization which is suggested
942 by the Berlin people for weak sources "weaksource"
943
944 * mhflux/MHPhi.[h,cc]:
945 - moved the AppendPad for the text-paint into all sub-pads which
946 need it. Otherwise they are not always properly updated.
947
948
949
950 2006/03/16 Daniela Dorner
951
952 * datacenter/scripts/sourcefile:
953 - small bugfix in logging
954
955 * datacenter/db/tabs.php:
956 - added new tab for ganymed
957
958
959
960 2006/03/15 Stefan Ruegamer
961
962 * manalysis/MCameraData.cc
963 - inserted an image cleaning based on the time information
964 of the shower (CalcCleaningArrivalTime)
965
966 * manalysis/MCameraData.h
967 - made entry for "CalcCleaningArrivalTime"
968
969 * mimage/MImgCleanStd.cc
970 - created entries for the new image cleaning named "Time"
971
972 * mimage/MImgCleanStd.h
973 - inserted entry "kTime"
974
975
976
977 2006/03/14 Daniela Dorner
978
979 * datacenter/scripts/makecallistolinks:
980 - fixed bug
981
982 * steps.rc:
983 - added fFillGanymed to influences of fGanymed
984
985
986
987 2006/03/14 Thomas Bretz
988
989 * mhflux/MHEffectiveOnTime.cc:
990 - skip the fit not only if the integral is empty but
991 also if the first bin is empty
992 - changed upper limit to 95% according to a study from
993 David Paneque
994 - replaced the fit with the exponential used in the BCN Mars
995 version
996 - use the correct number of entries
997 - use a likelihood fit
998 - calculate the fit quality from the probability
999 - ignore the fit quality for the theta-plot
1000
1001 * mimage/MHNewImagePar.cc:
1002 - fixed the handling of the "same" option in Draw/Paint
1003
1004 * mpointing/MPointingDev.h:
1005 - fDx and fDy initialized in the constructor
1006
1007 * mbase/MTask.[h,cc]:
1008 - removed the kDontCount option. Instead don't use the TStopwatch
1009 counter anymore. By this the class to TStopwatch can be
1010 suppressed completely if kDontTime is set.
1011
1012 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
1013 mfbase/MFilterList.[h,cc]:
1014 - pipe the accelerator flag to the filter or task
1015
1016 * mjobs/MJCut.cc:
1017 - also accelerate the reading task
1018
1019
1020
1021 2006/03/13
1022
1023 * RELEASE 0.9.5
1024
1025
1026
1027 2006/03/13 Thomas Bretz
1028
1029 * ganymed.rc:
1030 - changed smearing to half of our PSF 0.06
1031 - added new examples for setting the starguider calibration
1032
1033 * ganymed_onoff.rc
1034 - changed smearing to half of our PSF 0.06
1035 - switched the new feature for a random source position on
1036 - added new examples for setting the starguider calibration
1037
1038 * ganymed_wobble.rc:
1039 - changed smearing to half of our PSF 0.06
1040 - added new examples for setting the starguider calibration
1041 - added example how to control the phi plot
1042
1043 * mhflux/MHPhi.[h,cc]:
1044 - many improvements to the algorithm, it now takes also
1045 inhomgeneities into account
1046 - restructured the display, display more histograms
1047 - increased class version to 2
1048
1049 * mjobs/MJCut.cc:
1050 - enabled acceleration for first and second loop
1051
1052 * mpointing/MPointingDevCalc.[h,cc]:
1053 - allowed to set the starguider offset calibration from the
1054 resource file
1055
1056 * callisto_Dec04Jan05.rc:
1057 - replaced Calibration scale factor by usage of
1058 resources/calibration_spline.rc
1059
1060
1061
1062 2006/03/13 Markus Meyer
1063
1064 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
1065 - changed cuts:
1066 wobble: average values from optimisation of 3 Crab
1067 sample (01/05,10/05,12/05), done by Karsten
1068 onoff : cuts from 1218 (01/05, highest significance)
1069 theta is now 0.22 for both.
1070
1071
1072
1073 2006/03/13 Daniel Hoehne
1074
1075 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
1076 - implemented qualitycut in log10(conc) vs. log10(size)
1077
1078
1079
1080 2006/03/13 Markus Meyer
1081
1082 * resources/calibration_spline.C:
1083 - more comments
1084
1085
1086
1087 2006/03/10 Markus Meyer
1088
1089 * resources/calibration.C:
1090 - update from p27 to p39 (spline excluded, still p33 data missing)
1091
1092
1093
1094 2006/03/10 Markus Meyer
1095
1096 * resources/calibration_spline.C:
1097 - correction coefficients for spline data for each period
1098
1099
1100
1101 2006/03/10 Daniel Hoehne
1102
1103 * datacenter/scripts/insertsequences:
1104 - fixed bug
1105
1106
1107
1108 2006/03/09 Daniel Hoehne
1109
1110 * ganymed_wobble.rc:
1111 - changed parameters 1 to 5 in Cut1 to actual values
1112
1113
1114
1115 2006/03/08 Thomas Bretz
1116
1117 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
1118 - added new force-option to foirce output of run-header
1119
1120
1121
1122 2006/03/08 Daniela Dorner
1123
1124 * datacenter/script/movingrawfiles:
1125 - added moving of files, that are transferred via internet
1126 - added removing of empty directories
1127
1128 * datacenter/db/ganymed.php:
1129 - added links to ganymedplots
1130 - added links to sequence.php (instead of links to starfiles)
1131 - fixed bug in query
1132
1133 * datacenter/db/sequence.php:
1134 - added links to plots from callisto and star
1135 - fixed bug in query
1136
1137 * datacenter/db/sequinfo.php:
1138 - added links to sequence.php
1139
1140 * datacenter/db/datasetinfo.php:
1141 - added links to ganymed.php
1142
1143 * datacenter/db/tabs.php:
1144 - added (includefile for names of tabs of statusdisplays)
1145
1146
1147
1148 2006/03/07 Thomas Bretz
1149
1150 * mcalib/MCalibrateData.cc:
1151 - take the bad pixel information into account when calculating the
1152 number of saturating pixels!
1153
1154
1155
1156 2006/03/06 Thomas Bretz
1157
1158 * showplot.cc:
1159 - fixed the position were the first argument is converted
1160 to lower case. Until this fix no upper case could be used
1161 in file names
1162
1163 * datacenter/macros/plotdb.C:
1164 - print also average and RMS of all data.
1165
1166
1167
1168 2006/03/06 Daniela Dorner
1169
1170 * datacenter/db/ganymed.php:
1171 - added sequences + links to star-plots of sequences
1172 - improved layout
1173
1174 * datacenter/script/makecallistolinks:
1175 - changed condition, when to make the link: only, if the link is
1176 not yet existing, it is done
1177 - added resetting of db: if link is done, callisto is resetted
1178
1179 * datacenter/macros/resetcolumn.C:
1180 - added failure columns to the resetting
1181
1182
1183
1184 2006/03/04 Daniela Dorner
1185
1186 * callisto.cc:
1187 - changed return values to improve the failure handling in the db
1188
1189 * datacenter/script/makecallistolinks:
1190 - added 'Pulse is too much to the left, cannot go below 0!' as
1191 reason to use callisto_Dec04Jan05.rc
1192
1193 * datacenter/script/dowebplots:
1194 - reduced number of files to be updated by a limitation in
1195 modification time
1196
1197 * datacenter/db/ganymed.php:
1198 - added plots
1199 - effontime s->h
1200
1201
1202
1203 2006/03/03 Thomas Bretz
1204
1205 * mjobs/MJCut.cc:
1206 - added RemoveFromList for srcposrndm in off-data loop
1207
1208 * mpointing/MSrcPosRndm.[h,cc]:
1209 - fixed the scaling. MSrcPosCam has to be in mm
1210
1211 * ganymed.rc:
1212 - added line and comments with new resource
1213
1214
1215
1216 2006/03/03 Daniel Hoehne
1217
1218 * callisto_MarApr05.rc:
1219 - changed pulse position check ExtractWinLeft to 4.0 and
1220 ExtractWinRight to 4.5
1221
1222
1223
1224 2006/03/02 Thomas Bretz
1225
1226 * callisto.cc:
1227 - get result value from pulse pos check
1228
1229 * mjobs/MJCut.[h,cc]:
1230 - added the usage of the new class MSrcPosRndm
1231 - added new resource to switch random source position on
1232
1233 * mjobs/MJPedestal.[h,cc]:
1234 - changed return code of Process to int to be able to return
1235 the pulse pos check result.
1236
1237 * mpointing/PointingLinkDef.h, mpointing/Makefile:
1238 - added MSrcPosRndm
1239
1240 * mpointing/MSrcPosRndm.[h,cc]:
1241 - added
1242
1243 * mpointing/MHSrcPosCam.h:
1244 - addedn non const getter for fHist
1245
1246
1247
1248 2006/03/02 Daniela Dorner
1249
1250 * datacenter/db/querymc.php:
1251 - fixed small bug
1252
1253 * datacenter/db/dowebplots:
1254 - added option -p to the script, to be able to call the script
1255 for different programs independently
1256 - fixed find
1257
1258
1259
1260 2006/03/01 Daniela Dorner
1261
1262 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
1263 - included failure handling columns
1264
1265
1266
1267 2006/03/01 Thomas Bretz
1268
1269 * mastro/MAstro.cc, mbase/MTime.cc:
1270 - added a comment in GetMagicPeriod
1271
1272 * mpointing/MPointingPos.cc:
1273 - added new member function GetString
1274 - moved code from Print to GetString
1275 - added new function IsInitialized()
1276
1277 * mjtrain/MJTrain*.[h,cc]:
1278 - added data members to change RF setup
1279
1280 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
1281 - added missing AddToBranchList
1282
1283 * mpointing/MHSrcPosCam.[h,cc]:
1284 - added
1285
1286 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1287 - added MHSrcPosCam
1288
1289 * mbase/MTask.[h,cc]:
1290 - implemented a new data-meber fAccelerator which allows
1291 to switch off counting and timing analysis which can be very
1292 time-consuming in some circumstances
1293
1294 * mbase/MTaskList.[h,cc]:
1295 - implemented the usabe of MTask::fAccelerator to switch off
1296 resetting of all parameter containers which can be very
1297 time-consuming
1298
1299 * mimage/MImagePar.cc:
1300 - updated how the units are printed in Print()
1301
1302 * mjobs/MJCut.cc:
1303 - added a new loop to fill the source position of the on-data
1304 - the acceleration of the two main loops are disabled because
1305 they are not yet tested.
1306
1307 * datacenter/macros/plotstat.C:
1308 - the periods were wrong by one -- fixed.
1309
1310
1311
1312 2006/02/28 Daniela Dorner
1313
1314 * datacenter/scripts/insertdatasets:
1315 - made sure, that backupfiles of the editor are not taken into
1316 account, when dataset files are searched
1317
1318 * datacenter/db/*.php:
1319 - moved user, host and pw of database to the include file
1320 db.php
1321
1322 * datacenter/db/index.html:
1323 - fixed links
1324
1325 * datacenter/db/querymc.php,magicdefs.php:
1326 - added some variables
1327
1328 * datacenter/db/runinfo.php,sequinfo.php:
1329 - bugfix (incl. TestSources)
1330
1331 * datacenter/db/sequinfo.php:
1332 - changed init values
1333
1334 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
1335 - added value (relative ontime)
1336
1337 * datacenter/db/dbstatus.php:
1338 - fixed bug
1339
1340 * datacenter/db/queryrbk.php:
1341 - added query field 'Night', to query all entries of one night
1342 from the runbook
1343
1344 * datacenter/db/index-header.html:
1345 - added links
1346
1347
1348
1349 2006/02/27 Thomas Bretz
1350
1351 * macros/optim/optimwobble.C:
1352 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
1353 standard Disp-parametrization
1354
1355 * mhflux/MHEffectiveOnTime.[h,cc]:
1356 - added showing the axis range of the time evolution histogram
1357
1358 * showplot.cc:
1359 - fixed a warning in the Hash-switch.
1360
1361 * mbase/MEnv.cc:
1362 - replaced casts in switch by an appended U
1363
1364 * macros/train/trainseparation.C:
1365 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
1366
1367 * mastro/MAstro.h:
1368 - added conversion constants for pc-m and pc-ly
1369
1370 * mhflux/MMcSpectrumWeight.cc:
1371 - fixed typo in comment
1372
1373 * mimage/MImagePar.h:
1374 - minor changes to layout
1375
1376 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
1377 - added new image parameters fConcCOG and fConcCore
1378 - increased class version of MNewImagePar
1379
1380 * mimage/MHillasExt.cc:
1381 - added some comments
1382 - removed an obsolete TMath::Abs around "dist"
1383
1384 * mranforest/MRanForest.[h,cc]:
1385 - the initialization of fTreeHad was done at the wrong moment
1386 - replaced a cast int(x+.5) by TMath::Nint
1387 - added some additional warning output
1388 - added "!" to fTreeHad - it is only for temporary storage used
1389 in the histogram classes
1390
1391 * mranforest/MRanForestGrow.h:
1392 - added GetForest
1393
1394 * mjtrain/MJTrainSeparation.[h,cc]:
1395 - added some code for upcomming automatic event selection
1396
1397 * datacenter/macros/plotstat.C:
1398 - improved macro description
1399 - added arguments to main function
1400
1401 * macros/plot/mucal.C:
1402 - added
1403
1404
1405
1406 2006/02/25 Daniela Dorner
1407
1408 * datacenter/scripts/checkfilesforsequavail, checkstardone,
1409 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
1410 fillcallisto, fillganymed, fillstar,
1411 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
1412 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
1413 fillsignal.C, fillganymed.C, fillstar.C:
1414 - implemented, that a missing connection to the database doesn't
1415 cause an failure entry in the database, so that the step is
1416 retried in this case
1417 - updated documentation
1418
1419
1420
1421 2006/02/25 Thomas Bretz
1422
1423 * datacenter/macros/plotstat.C:
1424 - added
1425
1426
1427
1428 2006/02/24 Markus Meyer
1429
1430 * resources/calibration.rc:
1431 - update of correction values for the calibration constants
1432 (P31 - P39, without P36!(problems with spline))
1433
1434
1435
1436 2006/02/24 Daniela Dorner
1437
1438 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
1439 findoffdata.php, include.php, magicdefs.php, runinfo.php,
1440 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
1441 - included failure handling columns
1442
1443 * datacenter/db/findoffdata.php:
1444 - added DT
1445
1446 * datacenter/db/statusrps.php:
1447 - fixed bug
1448
1449 * datacenter/db/sequinfo.php:
1450 - reduced width of menu
1451
1452 * datacenter/scripts/copyscript:
1453 - added makedir for oldcatalogpath
1454
1455
1456
1457 2006/02/23 Thomas Bretz
1458
1459 * mjobs/MJSpectrum.cc:
1460 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
1461 times the bin-width instead of the absolute energy
1462
1463
1464
1465 2006/02/22 Daniela Dorner
1466
1467 * datacenter/db/querymc.php:
1468 - added (website to query montecarlo database - first version)
1469
1470 * datacenter/db/magicdefs.php:
1471 - added some values of montecarlo database
1472
1473
1474
1475 2006/02/17 Daniela Dorner
1476
1477 * datacenter/scripts/copyscript:
1478 - fixed path length
1479
1480 * datacenter/macros/fillsources.C:
1481 - added (macro to read source information from catalog files and
1482 insert it into the database)
1483
1484 * datacenter/db/ganymed.php:
1485 - improved output
1486
1487 * datacenter/db/index.html:
1488 - added ganymed.php
1489 - removed old link
1490
1491
1492
1493 2006/02/17 Thomas Bretz
1494
1495 * showplot.cc:
1496 - fixed path inflation in case of ganymed
1497
1498 * mjobs/MDataSet.cc:
1499 - return kFALSE if requested source wasn't found in catalog
1500
1501 * mjobs/MJCut.cc:
1502 - reformatted output of source to fit in one line
1503
1504 * mpointing/MPointingPos.[h,cc]:
1505 - output source name (title) in Print() if set
1506
1507
1508
1509 2006/02/16 Daniela Dorner
1510
1511 * datacenter/scripts/checkstardone:
1512 - small improvement in sequence handling
1513 - improved logging
1514
1515 * datacenter/scripts/sourcefile:
1516 - small bugfixes in setstatus function
1517
1518 * datacenter/scripts/runganymed:
1519 - small bugfix
1520
1521 * datacenter/scripts/copyscript:
1522 - fixed path length
1523
1524 * datacenter/db/ganymed.php:
1525 - added (website to query results for sources/datasets)
1526
1527
1528
1529 2006/02/15 Daniela Dorner
1530
1531 * datacenter/db/findoffdata.php:
1532 - implemented possibility to query range of dates for 'stardone'
1533
1534
1535
1536 2006/02/15 Daniel Hoehne
1537
1538 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
1539 - implemented query for mean signal inner/outer and mean pulsepos
1540 * datacenter/db/sequence.php:
1541 - implemented query for mean signal inner/outer, mean pulsepos
1542 and inhomogeneity
1543
1544
1545
1546 2006/02/15 Daniela Dorner, Daniel Hoehne
1547
1548 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
1549 - fixed small bug
1550
1551
1552
1553 2006/02/14 Daniela Dorner, Daniel Hoehne
1554
1555 * datacenter/scripts/sourcefile:
1556 - fixed small bugs
1557
1558 * datacenter/scripts/movingrawfiles:
1559 - changed back to moving files without zipping
1560
1561 * datacenter/scripts/doqualityplots:
1562 - added running of plotdb.C for each datasetfile
1563
1564 * datacenter/macros/getdolist.C:
1565 - implemented limitation for number of todo files for
1566 SequenceProcessStatus
1567
1568 * datacenter/macros/checkfileavail.C,checkstardone.C:
1569 - changed return code in case that files are not available
1570
1571 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
1572 - adapted to changed return code in macros
1573
1574 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
1575 - implemented query for inhomogeneity
1576
1577
1578
1579 2006/02/13
1580
1581 * RELEASE 0.9.4.3
1582
1583
1584
1585 2006/02/13 Thomas Bretz
1586
1587 * callisto.rc:
1588 - changed pulse position check ExtractWinLeft to 4.0 and
1589 ExtractWinRight to 4.5
1590
1591 * callisto_Dec04Jan05.rc:
1592 - changed pulse position check ExtractWinLeft to 3.0 and
1593 ExtractWinRight left at 2.5
1594
1595
1596
1597 2006/02/10 Thomas Bretz
1598
1599 * mastro/MAstro.cc:
1600 - allow for more year in the algorithm calculating easter
1601
1602 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
1603 mcamera/MCameraTH.h:
1604 - added a sanity check in GetPixelContent
1605
1606 * mraw/MRawRunHeader.cc:
1607 - fixed output (correct kiB instead of kB)
1608
1609 * Makefile, Makefile.rules:
1610 - implemented the possibility to spread Make through condor
1611
1612 * mastro/MAstroCatalog.[h,cc]:
1613 - new draw-options to rotate the grid and the stars
1614
1615 * mimage/MHHillas.cc:
1616 - set minimum of fDelte to 0 instead of fDistC
1617
1618 * msignal/MExtractTimeAndChargeSpline.h:
1619 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
1620 TMath::NInt
1621
1622 * mjobs/MDataSet.h:
1623 - implemented new functions to check whether the dataset contains
1624 a dedicated sequence
1625
1626 * datacenter/macros/plotdb.C:
1627 - implemented the possibility to draw sequences of a dataset in
1628 several colors
1629
1630
1631
1632 2006/02/09 Thomas Bretz
1633
1634 * mreport/MReport.cc:
1635 - invented new fake CC report file version 200509300 for a change
1636 in the starguider format (the already implemented last values
1637 dissapeared again!) which is not noticed in the format version.
1638
1639 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
1640 - fixed support for ver 200510250
1641
1642 * mjobs/MJSpectrum.cc:
1643 - added fit of un-unfolded spectrum
1644
1645
1646
1647 2006/02/08 Daniela Dorner
1648
1649 * datacenter/scripts/sourcefile:
1650 - implemented function checklock
1651 - bugfix for failure code
1652
1653 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1654 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
1655 makecallistolinks, runcallisto, runganymed, runstar,
1656 writesequencefiles:
1657 - implemented usage of function checklock
1658
1659 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
1660 insertsequences, linkmc:
1661 - implemented usage of function checklock
1662 - implemented variable $program
1663
1664 * datacenter/scripts/dodatacheck:
1665 - implemented usage of function checklock
1666 - implemented variable $lockfile
1667
1668 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
1669 - implemented usage of function checklock
1670 - implemented variables $lockfile and $program
1671
1672 * datacenter/macros/doexclusions.C, fillganymed.C:
1673 - fixed bug
1674
1675 * datacenter/macros/fillsinope.C, setstatus.C:
1676 - improved documentation
1677
1678 * datacenter/scripts/filesondisk:
1679 - implemented finding of zipped files
1680
1681
1682
1683 2006/02/08 Thomas Bretz
1684
1685 * datacenter/macros/plotdb.C:
1686 - some minor changes to the layout
1687
1688
1689
1690 2006/02/07 Daniela Dorner
1691
1692 * datacenter/scripts/makecallistolinks:
1693 - fixed bug
1694
1695 * datacenter/db:
1696 - added (directory with db-websites)
1697
1698
1699
1700 2006/02/07 Daniela Dorner, Daniel Hoehne
1701
1702 * datacenter/scripts/sourcefile:
1703 - added failure code variables
1704 - changed calling of setstatus.C accordingly
1705
1706 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1707 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1708 fillganymed, fillstar, runcallisto, runganymed, runstar,
1709 writesequencefiles:
1710 - implemented failure variable
1711
1712 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
1713 - added new/changed columns (fReturnCode, fFailedCode,
1714 fFailedCodeAdd)
1715
1716
1717
1718 2006/02/06 Daniela Dorner
1719
1720 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
1721 - fixed bugs
1722
1723
1724
1725 2006/02/03 Daniela Dorner
1726
1727 * datacenter/scripts/sourcefile:
1728 - implemented two new functions: getdolist, finish
1729 - implemented usage of function finish in other functions
1730
1731 * datacenter/scripts/movingrawfiles:
1732 - implemented zipping of rawfiles
1733
1734 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1735 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
1736 fillcallisto, fillganymed, fillstar, insertdatasets,
1737 makecallistolinks, processmcsequences, runcallisto, runganymed,
1738 runstar, writesequencefiles:
1739 - replaced corresponding pieces of code by the functions getdolist
1740 and finish
1741 - moved variable $date to function getdolist
1742 - improved logging
1743 - generalized variables $lockfile and $todofile
1744
1745
1746 2006/02/03 Daniela Dorner, Daniel Hoehne
1747
1748 * datacenter/scripts/sourcefile:
1749 - fixed small bugs
1750
1751 * datacenter/scripts/runcallisto:
1752 - small bugfix
1753 - improved logging
1754
1755 * datacenter/scripts/insertdatasets:
1756 - removed not needed variable
1757
1758 * datacenter/macros/getdolist.C:
1759 - small bugfix
1760
1761
1762
1763 2006/02/02 Daniela Dorner
1764
1765 * datacenter/scripts/linkmc:
1766 - changed numbering of P and C run in linking
1767
1768 * datacenter/scripts/sourcefile:
1769 - moved to root-version root_v4.04.02g
1770
1771
1772
1773 2006/02/01 Daniel Hoehne
1774
1775 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1776 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1777 fillganymed, fillstar, writesequencefiles:
1778 - adapted usage of function setstatus
1779
1780
1781
1782 2006/01/31 Daniela Dorner
1783
1784 * datacenter/macros/setstatus.C, getdolist.C:
1785 - adapted macros to changes in new columns (fFailedCode,
1786 fFailedComment)
1787
1788 * datacenter/macros/setstatus.C:
1789 - added "noreset" for column fStartTime (is needed so that runtime
1790 is available in case of failure)
1791
1792 * datacenter/macros/setupdb.C:
1793 - added new columns
1794
1795 * datacenter/scripts/runcallisto, runganymed, runstar:
1796 - implemented failure handling
1797
1798 * datacenter/scripts/sourcefile:
1799 - implemented new functions to set status values
1800
1801
1802
1803 2006/01/30 Daniel Hoehne
1804
1805 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1806 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1807 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
1808 writesequencefiles:
1809 - added function setstatus in sourcefile
1810 - changed calling of setstatus.C in setstatus
1811 - implemented variable $program to generalize usage of setstatus
1812 - replaced corresponding piece of code by function setstatus
1813 - fixed some typos
1814
1815
1816
1817 2006/01/30 Daniela Dorner
1818
1819 * datacenter/macros/setstatus.C, getdolist.C:
1820 - adapted macros to the improvement of failure handling in the
1821 automatic analysis (added columns fFailed, fStartTime,
1822 fFailedTime)
1823
1824
1825
1826 2006/01/27 Thomas Bretz
1827
1828 * mjobs/MDataSet.cc:
1829 - improved a warning output
1830
1831
1832
1833 2006/01/23 Thomas Bretz
1834
1835 * mbase/MTime.cc:
1836 - removed a sanity check in GetStringFmt. It work's quite nice
1837 in the DC but crashes on my Laptop (which is not so important)
1838
1839
1840
1841 2006/01/10 Daniela Dorner
1842
1843 * datacenter/macros/*.C, datacenter/script:
1844 - updated and added documentation
1845 - improved logging
1846 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.