source: trunk/MagicSoft/Mars/Changelog@ 8392

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