source: trunk/MagicSoft/Mars/Changelog@ 7809

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