source: trunk/MagicSoft/Mars/Changelog@ 8380

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