source: trunk/MagicSoft/Mars/Changelog@ 8370

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