source: trunk/MagicSoft/Mars/Changelog@ 8369

Last change on this file since 8369 was 8369, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 25.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
21 2007/03/05 Thomas Bretz
22
23 * msignal/MExtractTimeAndChargeSpline.cc:
24 - added a default for the extrator resolution in case no predefined
25 value is set
26
27 * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
28 - removed HiLoCalibration option
29
30 * mjobs/MJCalibration.cc:
31 - use extractor to determine hi-/lo-calibration
32
33 * mjobs/MJPedestal.cc:
34 - do only insist on pedestal events if an extractor without
35 lo-gains is set
36
37
38
39
40 2007/03/04 Thomas Bretz
41
42 * mhcalib/MHCalibrationChargeBlindCam.cc,
43 mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
44 - commented out references to MRawEvtPixelIter::GetNum*Samples
45
46 * mhcalib/MHCalibrationRelTimeCam.cc:
47 - updated header
48
49 * mjobs/MJCalibrateSignal.cc:
50 - updated header
51 - removed references to MHCalibrationPulseTimeCam
52 - added a check to make sure that extractor1 is initialized
53 - use new SetRangeFromExtractor function for pedestal
54 extraction range
55 - added a new filter to check for pedestal events, used for
56 pedestal extraction in cases w/o lo-gains and to remove
57 pedestal events from further analysis
58 - fill and display hi-/lo-gain histogram only if lo-gain exists
59
60 * mjobs/MJPedestal.cc:
61 - replaced fSequence.GetName by GetFileName
62 - check for availability of lo-gain in pulse pos check
63 - Add MHCalibrationPulseTime to parlist to allow resources
64 file setup
65 - to fill the MHCalibrationPulseTimeCam deny calibration- and
66 pedestal-events
67 - use a pedestal filter to deny calibration events
68 - use new SetRangeFromExtractor function for pedestal
69 extraction range
70
71 * mhcalib/MHCalibrationPulseTimeCam.cc:
72 - removed an obsolete return
73
74 * mpedestal/MPedCalcFromLoGain.cc:
75 - if event does not contain lo-gains do not start extraction
76 at lo-gain offset
77
78 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
79 - changed variable naming in GetSaturation from sathi to sat
80 - changed limit in GetMax from Byte_t to UInt_t
81
82 * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
83 - changed max argument in GetMax from Int_t to UInt_t
84
85 * msignal/MExtractTimeAndCharge.[h,cc]:
86 - changed fLoGainSwitch from Byte_t to UInt_t
87 - increased class version accordingly to 4
88
89 * mmain/MEventDisplay.cc:
90 - took out the display of the slice with the max index
91 - handle pedestal subtraction more accurate
92
93 * mraw/MRawEvtData.cc:
94 - added number of bytes per sample to GetNumBytes()
95 - removed contents of GetPixelContent... depricated
96
97 * mraw/MRawEvtPixelIter.[h,cc]:
98 - updated comments
99 - removed all functions returning informations about single
100 pixels (should be done through MPedestalSubtractedEvt
101 instead)
102
103 * mhist/MHEvent.cc:
104 - removed KMaxIdx...depricated.
105
106 * msignal/MExtractor.[h,cc]:
107 - changed type of fSaturationLimit from Byte_t to UInt_t
108 - increased class version number accordingly to 8
109 - only reset fSaturationLimit if it is above 0xff and
110 no lo-gain available
111
112 * msignal/MSignalCalc.[h,cc]:
113 - changed to use MPedestalSubtractedEvt instead of MRawEvtData
114 - make handling of data without lo-gains possible
115
116 * mhcalib/MHCalibrationChargeCam.[h,cc]:
117 - changed to use pedestal subtracted evt instead of the raw evt
118 for determination of the arrival time
119
120 * mhcalib/MHCalibrationCam.[h,cc]:
121 - made IsLoGain autodetecting in case fRunHeader is available
122
123 * msignal/MExtractPINDiode.cc:
124 - use MRawRunHeader's GetNumSamplesHi/LoGain
125
126
127
128 2007/03/03 Thomas Bretz
129
130 * mcalib/MCalibrationRelTimeCalc.cc:
131 - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
132
133 * mhcalib/MHCalibrationChargeCam.cc,
134 mhcalib/MHCalibrationPulseTimeCam.cc,
135 mhcalib/MHCalibrationRelTimeCam.cc:
136 - added f*RefCharge to Copy function
137 - added range to calls of GetIdxMaxHi/LoGainSample
138 - reworked and simplified DrawDataCheckPixel
139 - reworked and simplified DrawReferenceLine
140 - fixed call to ReadEnv of base class in ReadEnv
141
142 * mhcalib/MHCalibrationRelTimeCam.cc:
143 - commented filling of lo-gain arrays out.
144
145 * mpedestal/MExtractPedestal.[h,cc],
146 mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
147 - added the SetRangeFromExtractor function
148
149 * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
150 - use GetNumSamplesHiGain of MRawRunHeader instead of
151 MRawEvtPixelIter's
152
153 * msignal/MSignalCalc.[h,cc]:
154 - slightly changed handling of MC run, changed hi-/lo-gain
155 calibration from 10 to 11.3
156
157 * msignal/MExtractTime.cc:
158 - don't print lo-gain properties if n/a
159
160 * msignal/MExtractor.[h,cc]:
161 - reset logain range and saturation limit if no logains available
162 - added HasLoGain member function
163 - don't print lo-gain attributes in Print if no logains
164
165 * msignal/MExtractTimeAndCharge.cc:
166 - reset fLoGainSwitch if logains are not available
167 - use MRawRunHeader's GetNumSamplesHi/LoGain
168 - do not use MRawEvtPixelIter to determin availability of lo-gains
169 use number of lo-gain samples to extract instead.
170 - don't print lo-gain properties if n/a
171
172
173
174 2007/03/02 Thomas Bretz
175
176 * mraw/MRawRunHeader.h:
177 - added GetNumBytesPerSample() member function
178
179 * mraw/MRawRead.cc:
180 - splitted ReadPixel and setting ab-flag into function calls
181 - fixed skipping pixels if bps>1
182
183 * mraw/MRawEvtData.[h,cc]:
184 - removed last argument from AddPixel
185 - split reading pixel data and setting ab-flag into two functions
186 - increased version number from 5 to 6
187 - adapted Print function
188 - adapted Draw function
189 - adapted ReadPixel function
190
191 * manalysis/MMcCalibrationUpdate.[h,cc]:
192 - made sure that Process is not executed in case of MC files
193 - minor changes to includes
194
195 * mextralgo/MExtralgoSpline.h:
196 - removed obsolete include iostream
197
198
199
200 2007/03/01 Thomas Bretz
201
202 * mmain/MEventDisplay.cc:
203 - didn't show callisto output anymore because of missing fundametal
204 pedestal
205
206 * mbadpixels/MBadPixelsTreat.cc:
207 - added more informative output
208
209 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
210 mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
211 mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
212 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
213 mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
214 mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
215 - replaced SetNbins/First/Last by SetBinning
216
217 * mhcalib/MHCalibrationChargeCam.cc:
218 - improved output in case arrival time is out of range
219
220 * mhcalib/MHCalibrationPulseTimeCam.cc:
221 - the values can only have discrete valuesno need to set a bin-width
222 different from 1
223 - set binning automatically by using the number of samples
224 - fixed ReadEnv
225 - directly use maxpos, no cast necessary
226
227 * mraw/MRawRunHeader.h:
228 - added new member function GetNumSamples
229
230 * mpedestal/MPedCalcFromLoGain.cc:
231 - fixed ReadEnv
232
233 * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
234 - implemented reading new mux format 8
235
236 * mraw/MRawRunHeader.[h,cc]:
237 - implemented reading of new file format 8
238 - added new data members fNumBytesPerSample, fFreqSampling
239 and fNumSignificantBits
240 - increased file format version from 5 to 6
241
242 * mraw/MRawEvtPixelIter.[h,cc]:
243 - made aware of handling the new and old format
244 - added range to GetIdxMax*
245
246 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
247 - removed obsolete data members fSumhiarea and fSumhisector
248 - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
249 - according to this the lower signal limit has been decresed
250 by 15
251 - changed "saturation" limit accordingly from 254 to 245
252
253 * mpedestal/MPedestalsubtractedEvt.h:
254 - added a shortcut for GetSaturation
255
256 * mjobs/MJPedestal.cc:
257 - first subtract pedestal and then fill MHCalibrationPulseTimeCam
258 - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
259
260
261
262 2007/02/28 Thomas Bretz
263
264 * macros/tutorials/mirrordelay.C:
265 - fixed the formula for the spherical mirror
266 - fixed the calculation of the time-delay
267
268 * mastro/MObservatory.[h,cc]:
269 - added constructors and functions to set the observatory location
270 manually
271
272 * mbase/MTime.[h,cc]:
273 - added constructor to construct MTime by date
274 - added AsDouble for new root streamers (allowing to view MTime in
275 a TBrowser)
276 - added GetRootDatime to return TDatime object
277
278 * mcalib/MCalibrateData.cc:
279 - added more meaningful output in case a conversion factor exceeds a limit
280
281 * datacenter/macros/plotdb.C:
282 - added plot for spark rate
283
284
285
286 2007/02/26 Daniela Dorner
287
288 * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
289 datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
290 datacenter/db/include.php, datacenter/db/menu.php, :
291 - bugfix: the stopdate was not choses properly in case of reset
292 when there was no data past midnight
293 - a new function (GetStopDate) has been implemented
294 - bugfix in PrintNightRange (table Sequences was used in all cases)
295
296
297
298 2007/02/26 Daniel Hoehne
299
300 * datacenter/macros/fillstar.C:
301 - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
302 a surplus "s" in the variable "sparkrate")
303
304 * datacenter/db/magicdefs.php, menu.php:
305 - added fSparkRate
306
307
308
309 2007/02/16
310
311 * RELEASE 1.0
312
313
314
315 2007/02/16 Thomas Bretz
316
317 * macros/starvisyear.C:
318 - changed default observator to magic
319 - fixed some typos in comments
320
321 * mastro/MAstro.[h,cc]:
322 - added a new function to estimate the time of culmination
323 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
324
325 * mastro/MObservatory.cc:
326 - fixed the Print() output
327
328 * mbase/MMath.h:
329 - removed conversion factor to and from Hours
330
331 * mjobs/MSequence.cc:
332 - added a / behind the date (for the output in case of failure)
333
334 * mmc/MMcFadcHeader.[hxx,cxx]:
335 - added fElecNoiseName for compatibility with camera program
336 - increased ClassVersion by 1
337
338 * mraw/MRawRunHeader.[h,cc]:
339 - increased class version by 1 for compatibility with output
340 of newer camera versions
341
342 * resources/sequences.rc:
343 - changed the sequence.rc file to support new MUX data
344
345
346
347 2007/02/15 Thomas Bretz
348
349 * macros/tutorials/mirrordelay.C:
350 - added a macro plotting the delay between a spherical and a
351 parabolic mirror
352
353 * mjobs/MJStar.cc:
354 - implemented new plots for IPR vs. Time and DT
355
356
357
358 2007/02/13 Thomas Bretz
359
360 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
361 - added new resource files for hi-/lo-gain calibration.
362
363 * resources/hiloconv-*.root:
364 - added hi-/lo-gain calibration constants
365
366 * callisto_Dec04Jan05.rc:
367 - changed input file name for hi-/lo-gain calibration constants
368
369 * mreflector/MHReflector.[h,cc]:
370 - added histogram class for reflected photons
371
372 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
373 - added MHReflector and necessary include paths
374
375 * mbase/MLog.h:
376 - fixed a bug in Separator which could cause a crash if the contents
377 are too long
378
379 * manalysis/MParameterCalc.cc:
380 - check for HasValidRule instead of IsValid in ReadEnv
381
382 * mdata/MDataPhrase.h:
383 - added HasValidRule member function
384
385 * mfileio/MReadRflFile.[h,cc]:
386 - allow also reading of gzip-compressed files
387 - output more header information
388 - don't use a const qualified TString with gSystem->ExpandPathName
389
390 * mjobs/MJPedestal.cc:
391 - readin bad pixels from ascii file later
392
393 * mmc/MMcEvtBasic.h:
394 - added a static member function GetEnergyStr to convert
395 GeV into MeV and TeV
396
397 * mpointing/MPointingDevCalc.h:
398 - increased size of fSkip by one
399
400 * mextralgo/MExtralgoSpline.h:
401 - fixed acompiler warning
402
403
404
405 2007/02/09 Daniel Hoehne
406
407 * datacenter/scripts/linkmc
408 - adapted to new montecarlo directory structure (/magic/montecarlo
409 instead of /montecarlo)
410
411
412
413 2007/02/09 Thomas Bretz
414
415 * star.rc:
416 - added new options
417 - reordering
418
419 * mbase/MStatusDisplay.cc:
420 - updated from 2006 to 2007
421
422 * mfbase/MFDataPhrase.cc:
423 - fixed ReadEnv to correctly return true/false
424
425 * mjobs/MJStar.cc:
426 - added new tabs "Spakless" and "Sparks" dividing the average
427 signal tab into two distributions by a SparkCut
428 - replaced all MF by MFDataPhrase
429
430 * mjobs/MJCalibrateSignal.cc:
431 - changed the extraction range used in the lo-gains from the
432 hi-gain range to the lo-gain range
433
434 * datacenter/macros/fillstar.C:
435 - added filling the spark rate into the database
436 - the rate after cleaning is now without sparks!
437
438
439
440 2007/02/06 Thomas Bretz
441
442 * mpointing/MPointingDevCalc.cc:
443 - included check for monitoring flag
444
445 * mextralgo/MExtralgoSpline.[h,cc]:
446 - implemented the possibility to determine the pulse width at
447 maxheight/2
448
449
450
451 2007/02/04 Daniela Dorner
452
453 * datacenter/scripts/sourcefile:
454 - added if-clause to avoid that a script is aborted in case a macro
455 doesn't compile, return code is set to 1 in this case
456
457
458
459 2007/02/04 Thomas Bretz
460
461 * mjobs/MJCalibration.cc:
462 - implemented Hi-/Lo-Gain calibration for MCs
463
464 * mjobs/MJPedestal.cc:
465 - removed intermediate pedestalstorage from code (its
466 result is not used at all)
467
468 * datacenter/macros/fillsignal.C:
469 - replaced GetMediandev by GetDev
470
471 * callisto.rc, callisto_Dec04Jan05.rc:
472 - changed ExtractWinLeft/Right according to new scheme
473
474 * mhcalib/MHCalibrationChargeCam.[h,cc]:
475 - removed obsolete data members fFirstHiGain, etc and
476 replaced by storage of fSignal
477 - made sure that the average extracted signal position
478 is at least one slice away from the edges of the
479 extraction window
480
481 * mjobs/MJPedestal.cc:
482 - reworked the pulse position check. It now better takes
483 the properties of the extractors into account.
484 Still to be done: relation between pulse position and
485 extraction window!
486
487 * msignal/MExtractBlindPixel.[h,cc],
488 msignal/MExtractPINDiode.[h,cc]:
489 - fixed arguments type of SetRange
490
491 * msignal/MExtractTime.cc:
492 - removed old obsolete code already in comments
493
494 * msignal/MExtractTimeAndCharge.h:
495 - added getter for LoGainStartShift
496
497 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
498 msignal/MExtractTimeAndChargeSpline.[h,cc],
499 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
500 - changed the type of LoGainFirst from byte to int
501 - if necessary increased class version
502
503 * mpedestal/MExtractPedestal.cc:
504 - improved output
505
506 * mhcalib/MHCalibrationChargeCam.cc:
507 - fixed a %3.1 instead of %3.1f
508
509
510
511 2007/02/03 Thomas Bretz
512
513 * mhist/MHCamEvent.[h,cc]:
514 - added Draw function to context menu
515 - added GetHist member functions
516 - added possibility to display the relative error
517
518 * mjobs/MJCalibration.cc:
519 - read the hi-/lo-gain calibration constants from a MHCamEvent
520 which is stored in a root file given in resources/hilocalib.rc
521
522 * msignal/MExtractTimeAndCharge.cc:
523 - improved the estimation in GetSaturationTime for the cases in
524 which the saturating pulse is so early, that an normal
525 interpolation is not appropriate.
526
527 * callisto_DecJan04.rc:
528 - set fall- and rise-time for spline artificially to 0.5
529
530 * mhbase/MFillH.cc:
531 - added comments
532
533 * mpedestal/MExtractPedestal.[h,cc],
534 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
535 - fixed the range check.In case of the lo-gain extraction
536 the range could infact leak out of the fadc slices
537
538 * msignal/MExtractTimeAndCharge.[h,cc]:
539 - added somecomments
540 - forbid the lo-gain signal to be negative
541 - increased version number for compatibility with last release
542
543 * msignal/MExtractTimeAndChargeSpline.cc:
544 - set the correct numbers for rise- and fall-time as default
545
546 * mbase/MStatusArray.[h,cc]:
547 - improved workaround in Read() and Write() for the Reset
548 of the kCanDelete bit in TH1
549
550 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
551 - commented out obsolete references to *HiLoCam
552
553 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
554 mcalib/CalibLinkDef.h:
555 - removed *HiLoCam s
556
557
558
559 2007/02/02 Thomas Bretz
560
561 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
562 - added new Fill functions allowing to fill photons versus
563 a z-value, e.g. energy.
564
565
566
567 2007/02/01 Thomas Bretz
568
569 * mhist/MHCamEvent.[h,cc]:
570 - allow to set a histogram for display from external
571
572 * mhist/MHCamera.[h,cc]:
573 - added functions to calc Median/Dev
574 - fixed adding a MHCamera with AddCamContent. It now takes also
575 the errors and binentries correctly into account
576 - simplified Reset() using TArray::Reset()
577
578 * mhvstime/MHSectorVsTime.[h,cc]:
579 - added option to use median/dev instead of mean/rms
580 - switched Grid on
581
582 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
583 - small improvements to splitting number rows
584 - handle possible tabs correctly
585
586 * mbase/MStatusArray.[h,cc]:
587 - improved handling in Read(). We make sure now that Read doesn't
588 produce a memory leak
589
590 * mhist/MHCamera.[h,cc]:
591 - overwrote Clone function to make sure that a cloned MHCamera
592 is never added to the current directory
593
594 * mcamera/MCameraTH.h:
595 - added a workaround to get rid of the obsolete discriminator thresholds
596 for the non-trigger pixels
597
598 * mreport/MReportCC.cc:
599 - added a sanity \o-Terminator to the dicriminator threshold extraction
600
601
602
603
604 2007/01/30 Thomas Bretz
605
606 * mbadpixels/MBadPixelsCam.[h,cc]:
607 - added function to return the uncalibrated and unsuitable
608 pixels as TArrayC (to be used in MHCamera)
609
610 * mhcalib/MHCalibrationChargeCam.cc:
611 - added a FIXME-comment
612
613 * mhist/MHCamEvent.[h,cc]:
614 - added an option to change the kind of error which is displayed
615 - consequently increased version number by 1
616
617 * mhist/MHCamera.[h,cc]:
618 - added a new bit to allow the error to be switched between
619 mean and spread
620
621 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
622 - adapted to changes in error display
623
624
625
626 2007/01/27 Thomas Bretz
627
628 * manalysis/MMcCalibrationUpdate.cc:
629 - fixed a typo in a comment
630
631 * mcalib/MCalibrateData.[h,cc]:
632 - commented out some obsolete currently unused code
633
634 * mdata/MDataPhrase.cc:
635 - added a sanity check
636
637 * mpedestal/MMcPedestalCopy.cc:
638 - Changed output to fit the structure used in all other classes
639
640 * mmain/MEventDisplay.cc:
641 - made sure that MPedestalSubtract dies the right thing
642 - removed badpixel calculation and treatment until a better
643 solution was found.
644
645 * mfbase/MFDataPhrase.cc:
646 - fixed a "comparison is always true" warning
647
648 * msignal/MExtractTimeAndChargeDigitalFilter.h:
649 - increased class version number to 3 to account for the removal
650 of the fTimeShift data members since last release
651
652
653
654 2007/01/27 Daniela Dorner
655
656 * datacenter/db/showplots.php:
657 - added (tool to click through the calib, signal and star plots of
658 one sequence)
659
660 * datacenter/db/index.html:
661 - added link to new plot tool
662
663 * datacenter/db/ganymed.php:
664 - added fDataSetName, removed fWobble
665 - removed mininmum value of 100 for dataset range
666
667 * datacenter/db/builddatasets.php:
668 - added fIsoInLimit2 and fIMCLimit2 in Init
669 - added check on observation mode
670
671
672
673 2007/01/26 Thomas Bretz
674
675 * mpedestal/MExtractPedestal.cc:
676 - fixed a bug which caused the pedestal to be set to 0 if the
677 AB-flag is invalid
678
679
680
681 2007/01/25 Thomas Bretz
682
683 * mreflector/MRflSinglePhoton.h:
684 - added copy constructor
685 - added a function to fill a TH2
686
687 * mreflector/MRflEvtData.[h,cc]:
688 - added copy costructor
689 - added Clone function
690 - added a function to fill a TH2
691
692
693
694 2007/01/24 Thomas Bretz
695
696 * mhflux/MHCollectionArea.cc:
697 - fixed a typo in the last change
698
699
700
701 2007/01/24 Daniel Hoehne
702
703 * msignal/*.dat:
704 - inserted missing third column (0) in all weights files
705
706
707
708 2007/01/18 Thomas Bretz
709
710 * mhflux/MHCollectionArea.cc:
711 - another fix for the error calculation of the collection area.
712 The totalarea was inluded in the error calculation as it would
713 be a wait, but actually it is not.
714
715
716
717 2007/01/16 Thomas Bretz
718
719 * mfileio/MReadMarsFile.cc:
720 - fixed two "comparison between signed and unsigned integer" warnings
721
722 * mhbase/MFillH.cc:
723 - small update to comments
724
725 * mimage/MHHillasExt.cc:
726 - call SetDirectory(NULL) after SetName
727
728 * mjobs/MSequence.[h,cc]:
729 - commented out obsolete GetFileNames
730
731 * msignal/MExtractor.[h,cc]:
732 - Some small updates
733 - removed code from Process function
734 - increased version number to 7
735
736 * msignal/MExtractedSignalPix.h:
737 - some simple reordering in the class header
738
739 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
740 - simplified the checks in SetWindowSize
741
742 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
743 - added third column with zeros
744
745
746
747 2007/01/16 Daniela Dorner
748
749 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
750 datacenter/db/magicdefs.php:
751 - implemented new variables for datasets
752
753
754
755 2007/01/15 Thomas Bretz
756
757 * mpedestal/MPedestalSubtract.cc:
758 - added a sanity check tomake sure that the pixel array has the
759 correct size when filled
760 - made sure the the number of pixels in the camera nd not the
761 number of connected pixels is used to initialize the size of
762 the arrays.
763
764 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
765 - allow the initialization of nuber of pixels and samples
766 independanly.
767
768
769 2007/01/15 Daniela Dorner
770
771 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
772 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
773 datacenter/db/plotdb.php, datacenter/db/menu.php,
774 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
775 datacenter/db/datasetinfo.php:
776 - fixed bug in init of $_GET
777
778
779
780 2007/01/12 Stefan Ruegamer
781
782 * datacenter/macros/writedatasetfile.C:
783 - addded #include <errno.h>
784
785
786
787 2007/01/11 Thomas Bretz
788
789 * mbase/MLogManip.cc:
790 - removed the obsolete include of MLog.h
791
792 * mbase/MLogManip.h:
793 - encapsulated an include in ifdefs
794
795 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
796 - updated log-output
797
798 * mhflux/MHEnergyEst.cc:
799 - replaced difficult to see green by blue
800
801 * mjobs/MDataSet.[h,cc]:
802 - added datat members for path of sequences and path of data files
803 to be able to store overwritten defaults
804 - check completeness of dataset files
805 - store a MSequence object in the list instead of the name and dir
806 (this is necessary to have all important information for a dataset
807 file, including the sequence number! - available)
808 - some changes to the output
809 - allow to print a perfect copy of the read dataset file to the console
810 just from the contents of the object
811
812 * mjobs/MJStar.cc:
813 - updated to use MSequence::GetFileName instead of MSequence:GetName
814
815 * mjobs/MSequence.[h,cc]:
816 - keep filename and datapath in header, this has some advantages
817 for sanity checks
818 - many improvements of sanity checking in case of missing or
819 unaccessible files
820 - Fixed "lightConditions" (was "LightCondition")
821 - Fixed "No_Moon" (was "NoMoon")
822 - allow to set the data path as second argument in the constructor
823 - implemented a check whether the sequence file is complete
824
825 * mjobs/MJCut.[h,cc]:
826 - added some code (still commented out) to display the excess rate
827 - with the other changes we can now store the original dataset in
828 the output
829
830 * mjoptim/MJOptimize.cc:
831 - Keep the sequence files in the file list instead of just the
832 filename and the directory
833
834 * mjtrain/MJTrainDisp.cc:
835 - use return value of MDataSet::AddFilesOn/Off for a sanity check
836
837 * mjobs/MJob.[h,cc]:
838 - removed obsolete fPathData and stuff
839
840 * callisto.cc, star.cc:
841 - removed obsolete calls to MJob::SetPathData
842
843 * callisto.rc, star.rc:
844 - removed obsolete examples for "PathData"-resource
845
846 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
847 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
848 - removed obsolete reference to fPathData
849
850
851
852 2007/01/11 Daniela Dorner
853
854 * datacenter/db/builddatasets.php:
855 - implemented username (the one who inserts the dataset has to give
856 his/her username now)
857 - fixed password query in case user inserted something wrong
858 - implemented check, if on-sequences have different observations
859 modes
860 - implemented check, if user has chosen one sequences as on and off
861 - adapted text of password prompt
862
863 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
864 runinfo-aio.php, sequinfo-aio.php:
865 - minor changes in formatting
866 - added 'alt' for +/- images
867
868 * datacenter/db/menu.js:
869 - added 'alt' for +/- images
870
871
872
873 2007/01/10 Thomas Bretz
874
875 * mhbase/MH.cc:
876 - fixed a bug in SetBinomialErrors. The errors of the two
877 histograms were exchanged in the calculation
878
879 * mbase/MEnv.[h,cc]:
880 - added new member function GetNumUntouched
881
Note: See TracBrowser for help on using the repository browser.