source: trunk/MagicSoft/Mars/Changelog@ 8383

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