source: trunk/MagicSoft/Mars/Changelog@ 8395

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