source: trunk/MagicSoft/Mars/Changelog@ 7814

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