source: trunk/MagicSoft/Mars/Changelog@ 7810

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