source: trunk/MagicSoft/Mars/Changelog@ 8372

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