source: trunk/MagicSoft/Mars/Changelog@ 7806

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