source: trunk/MagicSoft/Mars/NEWS@ 7358

Last change on this file since 7358 was 7358, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 53.8 KB
Line 
1 -*-*- END -*-*-
2
3 *** Version <cvs>
4
5 - general: added new tutorial macro macros/tutorials/threshold.C:
6 how to calculate the threshold
7
8 - general: added a new game. Start it from the interpreter with
9 MagicJam j; (other games are: MineSweeper, MagicSnake, MagicDomino
10 and MagicReversi)
11
12 - callisto: MBadPixelsCalc now raises an error instead of simply stopping
13 the eventloop if something went wrong. This is necessary for the
14 automatic processing
15
16 - callisto: Fixed a bug in the treatment of times in the bad pixel
17 treatment. No neighbors have been taken into account, the new
18 arrival time was always calculated by the pixels 0 to 5.
19
20 - callisto: The status "unmapped" (for pixel which cannot be interpolated)
21 got lost when the events were stored by the calibration... fixed.
22 (This was no problem for normal image cleaning because the pixel
23 content was artificially set to 0 not surviving standard cleaning
24 algorithm)
25
26 - callisto: Fixed a bug which caused the random and peak-search pedestal
27 extracted with an extractor to be exchanged for the first (roughly)
28 500 events. (They were simply exchanged in callisto.cc) This bug might
29 have been introduced in Mars 0.9.4 when the order of calculation of the
30 two types of pedestal in callisto got exchanged. The bug only effects
31 the first seconds of data of each sequence.
32
33 - ganymed: The sequences were still not sorted correctly in any case,
34 because they were sorted by the full qualified path name. Now they
35 are sorted by their sequence number.
36
37
38
39 *** Version 0.9.4.1 (2005/08/18)
40
41 - callisto: fixed some problems with the calibration in case of
42 inteleaved events. Therefor the final and some intermediate
43 fits are skipped which would take place on partly filled #
44 histograms and gave wrong results or failed completely.
45
46 - callisto: If the intermediate finalization of the histograms
47 calculating the mean charge of the calibration signal fails
48 it is counted now and printed in PostProcess of MCalibCalcFromPast.
49
50 - ganymed: Fixed some bugs which caused problems in On-only mode.
51 Still the false source plot doesn't give reasonable results.
52
53
54
55 *** Version 0.9.4 (2005/08/05)
56
57 - general: Fixed the ZA binning. It did not correctly fit the
58 MC binning
59
60 - general: Added a class to correct for the missfocussing in
61 April (MSrcPosCorrect)
62
63 - general: Random Forest energy estimator should now work properly
64
65 - general: MHCamera now displays the profiles in deg instead of mm
66
67 - general: MH::SetPalette offers a lot of new palettes
68
69 - general: MHillas - the case of CorrXY==0 is now handled properly
70
71 - general: implemented the possibility to change the line and
72 marker style of a sky-grid drawn by MAstroCatalog
73
74 - general: Runs in sequences and datasets are now automatically
75 ordered (it is assumed that the order of their filenames correctly
76 represents the order of observations) to ensure correct reading
77 of the subsystem data
78
79 - general: Runs cannot be added to a sequence twice anymore. Also
80 Sequences cannot be added twice anymore to a dataset.
81
82 - general: fixed a bug in MAstro::Deg2Hms reported by Abelardo.
83 It gave wrong results by 1./2pi
84
85 - showplot: got a new option to start a root interpreter, too
86
87 - mars: now displays a rough estimate of Disp and the third moment
88
89 - mars: now displays the event time MTime if available
90
91 - mars: show muon parameters graphically
92
93 - mars: now the file to open can be given as commandline
94 argument
95
96 - merpp: Added support for new arehucas version >= 200507190
97 implementing values for three temperature sensors in the
98 counting house (MCameraAUX) and the name of the HV settings file
99 (MCameraHV).
100
101 - merrp: Also fixed some problems with wrong versions numbers stated
102 by arehucas and implemented some fixed for old versions (<200407070)
103
104 - callisto: MCalibrationHiLoCam can now be printed from its context
105 menu, eg in the TBrowser
106
107 - callisto: fixed logain offset (fgOffsetLoGain) from 1.7 to
108 - 1.39 (MExtractTimeAndChargeSpline)
109 - 1.40 (MExtractTimeAndChargeDigitalFilter)
110 This is important mainly for timing studies.
111
112 - callisto: Changed limits in MHCalibrationChargeCalc from
113 - -100.125 to -98 (fgChargeHiGainFirst)
114 - 1899.875 to 1902. (fgChargeHiGainLast)
115 - -100.25 to -99 (fgChargeLoGainFirst)
116 - 899.75 to 901. (fgChargeLoGainLast)
117 Introduced new limits:
118 - fgNumLoGainBlackoutLimit: 0.05
119 - fgLoGainBlackoutLimit: 3.5
120 - fgLoGainPickupLimit: 3.5
121
122 - callisto: The handling of automatic weights for the digital filter
123 has been improved. There are now new calibration weights special
124 for Monte Carlo calibrations.
125
126 - callisto: Updated Muon scale with latest results (1% difference
127 for most data, 5% for Mar/Apr'05)
128
129 - callisto: use a new criterium to exclude bad pixels: If the high-gain
130 was saturated and the blackout-events in the low-gain exceed the
131 fNumLoGainBlackoutLimit, the pixel is declared unsuitable.
132 This excludes those pixels which have a saturating high-gain
133 channel, but the low-gain switch does not switch often enough
134 to make the distribution reliable.
135
136 - callisto: fix a bug counting the number of saturated events. Up to now,
137 the number of saturated slices was counted (which is one for a not too
138 high number), but for some (pathological) pixels, many more slices
139 saturated and produced wrong limits.
140
141 - callisto: New options in in callisto.rc for MCalibrationRelTimeCalc:
142 + MCalibrationRelTimeCam.CheckFitResults: Yes
143 + MCalibrationRelTimeCam.CheckDeviatingBehavior: Yes
144 + MCalibrationRelTimeCam.CheckHistOverflow: Yes
145 + MCalibrationRelTimeCam.CheckOscillations: Yes
146
147 - callisto: introduce max. number of events for intercalibration,
148 the rest gets skipped. Default: 4096
149 The calibration causes too many un-reliable pixels if more
150 than about 5000 events are treated (@500 Hz) because of the
151 mode hopping of the VCSels. However, in the past, some
152 calibration runs have been taken (erroneously) with more
153 than 5000 events, especially the intensity scans where
154 a good precision is needed.
155
156 - callisto: Set UseExtractorRes to kTRUE, will raise the number of
157 photo-electrons for the spline extractor by 1-2% (correctly).
158
159 - callisto: The intercalibration is now done using a full f-factor
160 method instead of a simple update. This makes things slower but
161 more reliable in terms of gain-fluctuations and sudden VCSEL gain
162 changes.
163
164 - callisto: MPedestalY3 now uses the same extraction range as the data
165 as calculated by MPedestalY2
166
167 - callisto: A check of the fraction of allowed unsuitable (10%) and
168 unreliable (30%) pixels has been addded when the conversion is
169 calculated from interleaved events
170
171 - star: fixed a bug which caused MEffectiveOnTime containers not to
172 be written. In the worst case they were skipped almost all, in the
173 best case they were all ok. It depends on how often the new value
174 was assigned just with an event which was skipped later by another
175 task
176
177 - star: new histograms MHPointing and MHRate
178
179 - star: New tab (Currents) displaying the time evolution of the mean
180 DC currents
181
182 - star: New tab (MeanRms) displaying the time volution of the mean
183 Pedestal Rms
184
185 - star: Output now contains MReportStarguider
186
187 - star: Improved muon analysis. Due to the absense of a constant
188 for the gaus fit for arc width and the fact that the arcwidth
189 plot was a histogram instead of a profile the resulting psf
190 became pedestal rms dependant
191
192 - ganymed: added new plot (MHPhi) for wobble mode as described in
193 http://www.astro.uni-wuerzburg.de/results/ringmethod/
194
195 - ganymed: corrects now (correctly?) for the misspointing in
196 May/April 05
197
198 - ganymed: Two new default templates for ganymed.rc are avilable:
199 ganymed_onoff.rc and ganymed_wobble.rc
200
201 - ganymed: The first version of MFMagicCuts has been released
202
203 - ganymed: the Conc1 plot was incorrectly scaled in MHVsSize
204
205 - ganymed, sponde: There are two new options to determin the number
206 of bins for the signal region (NumBinsSignal) and the number of
207 total bins (NumBinsTotal) in the MHThetaSq histogram
208
209 - ganymed: optimized palettes for MHDisp
210
211 - ganymed: Fixed an important bug when using ThetaSq as fit function:
212 The result for the sigma of the gauss(sqrt(x)) fit was a factor
213 sqrt(2) to large
214
215 - ganymed: The false source plot (MHDisp) is now based on Disp
216 and a background model determined in the first loop is
217 subtracted
218
219 - ganymed: MFMagicCuts are now available in the cvs. The correct
220 solution for the disp ambiguity problem is now calculated using
221 the third moment. The third moment cut therefor is skipped.
222
223 - ganymed: Output now contains "Disp [MParameterD]" which sign is
224 already determined by the third moment along the major axis and
225 so its actual sign is aligned along the major axis of the shower.
226
227 - ganymed: If starguider data is available it is taken into account
228 when calculating the source position. This is especially important
229 for wobble data at high zenith angles and culmination data.
230
231 - ganymed: If available the starguider data is taken into account as
232 good as it is possible without a starguider calibration. To switch
233 it off add
234 MPointingDevCalc.MaxAbsDev: -1
235 to your ganymed.rc
236
237 - sponde: the zenith angle distribution is now weighted instead of
238 choosen by default. This gurantees higher statistics in the highest
239 and lowest energy bins. To switch this behaviour off use...
240
241 - sponde: now automatically displays the energy threshold
242
243
244
245 *** Version 0.9.3 (2005/06/03)
246
247 - general: MMcEvt now derived from MMcEvtBasic which should
248 have no influence on compatibility with older camera files
249
250 - general: Implemented a new option to MReadReports which allows
251 to force reading of the first event of some trees (eg. Drive-tree)
252 before any other tree.
253
254 - general: Made a fix to MPointingPosCalc which assumes that the
255 run-type is real-data if Process is called before ReInit, such
256 that also the very first Drive-events in a run are treated
257 correctly.
258
259 - shoplot now displays the filename in the title bar of the window
260
261 - merpp: new options: --auto-time-start --auto-time-stop which
262 allow to cut updating with slow-control at the start- or
263 (previousle --auto-time only allowed: and) stop-time of
264 the run stored in the runheader.
265
266 - callisto: changed default of fgFallTimeHiGain in
267 MExtractTimeAndChargeSpline from 1.5 to 0.5. 0.5 was
268 already set as default in callisto_Dec04Jan05.rc
269
270 - callisto: the digital filter (MExtractTimeAndChargeDigitalFilter)
271 now changes the filename for new weights automatically for
272 cosmics, MC and for different calibration colors.
273
274 - callisto: a problem with the order of some code cause the
275 name of the weights file in MPedestalY2 to be ignored.
276 Wrongly the calibration_UV weights were used instead
277 of the cosmics weights set in callisto.rc.
278
279 - callisto: should allow ct1 pulser data when the color is
280 explicitly set also for pretty new runs
281
282 - callisto: a new option (MCalibrateData.ScaleFactor) allows
283 to introduce an additional scale factor (should be around 1)
284 to adapt for slight deviations in different extractors from
285 the MC calibration. For MC calibrations the scale factor
286 is fixed to 1
287
288 - callisto: MFCosmics should handle very high signals a bit
289 more accurate now
290
291 - callisto: when calculating the mean pedestal rms for different
292 pixel sizes or sectors also kUnsuitableEvt is now taken into
293 account - not only kUnsuitableRun
294
295 - callisto: '-raw' option is now the default
296
297 - callisto: A dead pixel check has been implemented in MJPedestalC2.
298 This has the advantage that mean values in the calibration (eg
299 arrival times) are calculated more accuratly.
300
301 - callisto: In the resource file callisto_Dec04Jan05.rc
302 MJPedestalY2.ExtractWinRight has been reduced from 4.0 to 2.0
303
304 - callisto: new Hi-/Lo-Gain intercalibration constants
305 hilocalib_sp1.root and hilocalib_sp1_mc.root
306
307 - callisto: changed default for MJPedestalY2.MaxEvents
308 from 2000 to 5000 like in callisto_Dec04Jan05.txt
309
310 - callisto: in MCalibrationChargeCalc the limit fgPheErrLowerLimit
311 has changed from 9.0 to 6.0. This is necessary to exclude two very
312 ringing pixels in September which - when kept - destroy the image
313 cleaning around them (Markus G.)
314
315 - callisto: (!) The Muon analysis of all data taken so far has
316 suggested that different extractors give slightly different
317 absolute results after calibration, due to there different
318 handling of the calibration- and cosmics pulse shape. Although
319 the over all calibration seems to be a bit to pesimistic (or
320 the MC seems to be a little bit - 3-5% - too much attenuated).
321 There for correction factors have been introduced which correct
322 the calibration constants by
323 0.956937799 for Digital Filter (callisto.rc)
324 and
325 0.904159132 for Spline (callisto_Dec04Jan05.rc)
326 calibration. The main advantage is, that both data types can
327 be easily analysed together and compared to the same MC sample.
328 The factors are choosen such, that the reference is now a
329 Monte Carlo sample calibrated with Digital Filter (callisto.rc)
330
331 - star: fixed a bug which caused the first bin of the histograms
332 vs time to disapear in PostProcess. This gave wrong results
333 on the screen. The output and all following programs not
334 directly accessing the histograms haven't been affected
335
336 - star, ganymed: Made sure that always the first Drive-tree event
337 is read and Processed before the first data event was read.
338
339 - ganymed: implemented the possibility to replace the standard
340 false source plot with a different one. For example: If
341 you want to use a Disp based FS plot use the resource:
342 NameHistFS: MHDisp
343 For details about the requirements of these plots look
344 at the corresponding classes
345
346 - MJOptimize: For On/Off and Wobble optimization MJOptimize
347 has been replaced by MJOptimizeCuts. To use MHThetaSq instead
348 of MHAlpha call MJOptimizeCuts("MHThetaSq"). Make sure in this
349 case MAlphaFitter is setup correctly. For On-Only optimization
350 MJOptimize has been Replaced by MJOptimizeCuts, too. Call
351 RunOn() instead of Run(). For energy estimation MJOptimize
352 has been replaced by MJOptimizeEnergy
353
354 - sponde: The input MC spectrum can now be weighted to fake a
355 different spectrum. This is done via MMcSpectrumWeight. For
356 more details see the class description and sponde.rc
357
358 - sponde: The paremeter comparsion plots are not scaled by
359 their entries anymore. Instead the MC plot is scaled by using
360 the result spectrum of the analysis. If the input MC spectrum
361 and the result spectrum has different slopes the absolut
362 normalization is normally wrong.
363
364
365
366 *** Version 0.9.2 (2005/05/20)
367
368 - general: Changed the default paths for calibrated data and image
369 files. (The implemented access to these files doesn't yet exist)
370
371 - general: support for MRunIter has been removed from the job classes
372 (use the setter functions of MSeqeunce instead)
373
374 - general: ProcessFile has been renamed to Process in all job classes,
375 because ProcessFile is missleading
376
377 - general: The storage of the palette in MHCamera is now possible
378
379 - general: new bits describing unsuitable and unreliable pixels have
380 been introduced in MBadPixelsPix: kPreviouslyExcluded,
381 kDeadPedestalRms, kFluctuatingArrivalTimes
382
383 - general: fixed reading of CC-REPORTS (weather data) for Arehucas file
384 versions newer than V200404070
385
386 - general: support for cc file versions newer than V200504130. Added
387 support for active loads (MCameraActiveLoad) and central pixel
388 (MCameraCentralPixel)
389
390 - general: added new histograms for image parameters versus size
391 (MHVsSize)
392
393 - general: The eventloop now automatically calls PrintStatistics
394
395 - Status Display: Improved support for printing:
396 + A default can now be set in .rootrc (for more details see
397 MStatusDisplay::PrintPS)
398 + A print dialog is opened so that printer and command line
399 can be canged
400
401 - showlog: improved such that it handles different verbosity levels
402 more accurate now. This mean you can suppress output when
403 using showlog.
404
405 - showplot: improved
406 + The new graphics formats have been implemented
407 (pdf, svg, png, jpg and xpm)
408 + Implemented an interface for printing. Because you can change
409 the printing command from the command line you can use all
410 the nice postscript tool. To print a booklet for example call:
411 showplot -b --print --print-cmd="cat %f" filename.root | lpr
412 showplot -b --print --print-cmd="psbook %f | psnup -2 | lpr" filename.root
413 showplot -b --null --print --print-cmd="psbook %f" filename.root > book.ps
414
415 - callisto: fixed a bug in the recognition of the calibration bit
416 pattern. Concerns only intensity calibration. (The strength of the
417 intensity has been updated in some cases)
418
419 - callisto: add a filter against PIN Diode events when running over
420 calibration runs since some of the recent calibration runs have
421 been taken with Pin Diode.
422
423 - callisto: added support for the runs 39942, 39944, 44834, 39941,
424 39943, 44833 in the calibration (MCalibColorSet)
425
426 - callisto: MJCalibration.MHCalibrationChargeCam.ProbLimit has
427 been set to 1e-18 in callisto_Dec04_Jan05.rc
428
429 - callisto: in callisto_Dec04Jan05.rc: set value for
430 MJPedestalY2.MaxEvents from 2000 to 5000 to get better
431 statistics for the calculation of the mean pulse time
432 of the cosmisc
433
434 - callisto: the charge limit in the calibration has been raised
435 from 2.5 to 4.5
436
437 - callisto: new setup read from callisto.rc
438 + MCalibCalcFromPast.fNumEventsDump
439 + MHCalibrationChargeCam.NumHiGainSaturationLimit
440 + MHCalibrationChargeCam.NumLoGainSaturationLimit
441
442 - callisto: MExtractTimeAndChargeSpline extractor:
443 + The integration ranges were shifted by 0.2 FADC slices to the right.
444 + unreliable handling of floating point values caused different
445 results on different platform or with different compiler options:
446 The new algorithm is numerically exact and more accurate because
447 it doesn't calculate the integration position by multiple times
448 adding the step-size (which results in numerical uncertanties
449 exspecially if multiplied with large numbers)
450 + A lot of fixes have been introduced which effects integrating the
451 spline at the edges of the valid range. In this case any memory
452 was randomly accessed. This behaviour can be tested replacing
453 all MArrayF by TArrayF which perform a range check (but of course
454 they are a lot slower)
455 ! No result obtained with the Spline before can be trusted! Due to
456 random memory access it might by completely random!
457
458 - callisto: set new defaults in MExtractTimeAndChargeDigitalFilter:
459 + extraction range in the high gain to 4.
460 + weights file to cosmics_weights46.dat
461
462 - callisto:
463 + introduce the check for fluctuating arrival times.
464 + set charge limit to from 2.5 to 4.5
465 + introduce asymmetric exclusion due to "deviating number of phes":
466 Default: -9.0 +4.5
467 + make deviating number of phes unsuitable (see David's findings).
468
469 - callisto: fixed the display of unsuitable pixels. The old change
470 to a real profile in MHCamera broke it.
471
472 - callisto: The cosmics filter is used in MJCalibration now
473 independant of the pulser color (formaly it was used only for
474 CT1-pulser data). The threshold of number of max empty pixels
475 has been raised from 2% to 5% in MJCalibration. The maximum
476 fraction of rejected event is 50% otherwise the calibration has
477 failed. The filter now ignores unsuitable pixels.
478 Setup the filter from callisto.rc using "ContCosmics"
479 (see MFCosmics::ReadEnv)
480
481 - callisto: changed default for fgOffsetFromLogain back
482 from -2.8 to -1.8 in digital filter.
483
484 - callisto: for the common extractors
485 + MExtractFixedWindow
486 * MExtractTimeAndChargeSlidingWindow
487 * MExtractTimeAndChargeSpline
488 * MExtractTimeAndChargeDigitalFilter
489 the hi- and lo-gain reolution is stored in fResolutionPerPheHiGain
490 and fResolutionPerPheLoGain
491
492 - callisto: Updated the hi-/lo-gain intercalibration constants
493 hilocalib_sp1.root, hilocalib_df46_mc.root, hilocalib_df4.root,
494 hilocalib_df6.root
495
496 - callisto: The default lo-gain extraction window for the
497 MExtractTimeAndChargeSlidingWindow extractor has been increased
498 from 6 to 8 to take the stretch of the pusle into account
499
500 - callisto (!!!): fixed an important bug in the setting of the
501 incoming pedestal pointer to the signal extractor extracting
502 pedestals. This bug caused the pedestals not to be subtracted
503 correctly in the calibration afterwards. The effect was about 10%
504 too high conversion factors for the digital filter and the spline
505 and more than 40% for the sliding window.
506 The bug existed since end of February! (Markus G.)
507
508 - star: added muon support to star. A new tab "MHMuonPar" is
509 displayed. The lower right plot is an estimate of the point spread
510 function. A reference value is displayed. To get the real PSF
511 you must compare with MC. The setup for the muon analysis
512 is done in star.rc. More informations can be found in
513 MHSingleMuon and MHCalibParCalc
514
515 - star: The weather data is now displayed in star
516
517 - star: MEventRateCalc handles the calculation of the event rate more
518 accurate now in case of the start of a new run inside a sequence
519
520 - ganymed: a bug in MSrcPosCalc has been fixed (The changes were taken
521 from a bugfix of Wolfgang to Loc0LocToCam; Wolfgang: the results are
522 changed only minimally
523
524 - ganymed: (MJCut and MJOptimize) now displayes the number of
525 excess events versus size. The energy estimation is done in
526 MJSpectrum (sponde)
527
528 - ganymed: got support for using other variables than Alpha, eg. Theta.
529 Therefor you need a class deriving from MHAlpha which supports
530 this variable (one is already existing: MHTheta, which is now the
531 default in ganymed). It is setup through ganymed.rc
532
533 - added a full featured spectrum program (sponde) which reads
534 ganymed output and monte carlos and compiles a spectrum
535
536
537
538 *** Version 0.9.1 (2005/04/14)
539
540 - Fix bug on the arrival time reconstruction when using Digital
541 Filter (in some marginal cases (10%) times were reconstructed shifted
542 by 0.2 slices)
543
544 - all executables now return 2 where in previous versions -1 has
545 been returned (gave problems with shell-scripts)
546
547 - the Hi-/Lo-Gain intercalibration for monte carlo files is now
548 also done with a intercalibration input file
549
550 - a bug in the time fine adjustment of the digital filter has been fixed
551
552 - a lot of small fixes to calling TPad::Divide with a margin==0
553
554 - MStatusDisplay now shows the memory usage
555
556 - added a memory leak statistic after the eventloop
557
558 - MHadronness replaced by MParameterD
559
560 - MEnergyEst replaced by MParameterD
561
562 - wobble mode can now be switched on from the data-set
563
564 - switched on bad pixel detection for a pedestal level
565 which is more than 5 times the variance
566
567 - Fixed default paths to be correct for the new data center
568
569 - Fixed handling of drive data. The pointing position in now
570 copied to MPointingPos inside star for real and MC events
571
572 - made sure, that the sequences in a dataset are sorted by
573 their number to ensure the correct synchronization
574
575 - added all resource files necessary to handle spline extraction
576 of signal for the late 2004 and the early 2005 data
577
578 - update the reference lines for the december data
579
580 - changed default for fgHiGainFirst from 2 to 0 in spline extractor
581 This is important for the Dec. and Jan. data where the calibration
582 pulse position changes much.
583
584 - changed default for fgOffsetFromLogain from -1.8 to -2.8 in digital
585 filter. This corrects only an defective extraction of the MC at
586 low-gain signals lower than 90 phes.
587
588 - fixed some slowdown in calibrating data with interleaved events from
589 Jan and Dec. As a workaround made the pretty palette the default.
590 The inverse Deep Blue Sea has a bug which slows down long calibration
591 runs a lot.
592
593 - implemented new values from new starguider report as defined
594 in TDAS00-07 V7.1 (eg SkyBrighness)
595
596 - Fixed the formerly wrong unit of azimuth and zenith angle deviation
597 in starguider report (If you merpp the same reports with this version
598 you'll get the correct units (arcmin) but a different result
599 than with old versions (wrong units))
600
601 - Now the status display can also write PNG, JPEG and XPM (other file
602 formats are still unsupported by root)
603
604 - added a lot of scripts and macros in directory datacenter used
605 for automatic processing
606
607
608
609 *** Version 0.9 (2005/03/23)
610
611 - Calibration is now done autmatically into photo-electrons like
612 decided by the Collaboration Board
613
614 - Reference lines in the display can be read from resource file
615
616 - Interlaced calibration events can be handled by callisto
617
618 - Hi-Gain vs. Lo-Gain calibration constants can be calculated
619 and applied in callisto.
620
621 - class MJCalibTest can be called by callisto
622
623 - callisto can now run with three data types: rawdata, rootdata, MC
624
625 - added two classes mreport/MReportStarguider.cc and
626 mreport/MReportStarguider.h for implementing starguider-data
627
628 - the output of merpp-update now contains starguider information:
629 MReportStarguider and MTimeStarguider
630
631 - Fixed bug in MHHadronness.cc which made that the displayed Q-factor
632 values were lower than they should. This was more visible for high
633 energy (Size) events.
634
635 - Made MExtractTimeAndChargeDigitalFilter the default for callisto
636
637 - added a new loop to callisto to support the correct extraction of
638 the pedestal and pedestal rms through the signal extractor
639
640 - added class to perform fourier tranformation of a hexagonal structure
641 (MHexagonalFT)
642
643 - added class to perform fourier tranformation of a hexagonal structure
644 in a tasklist (MHexagonalFTCalc) example: hft.C
645
646 - added class to enhance the MCerPhotEvt from the Magic camera geometry
647 MGeomCamMagic to a enhanced geometry MGeomCamMagicXT having only
648 small pixels, example: extendcam.C
649
650 - added possibility to write data to memory (TTree) using MWriteRootFile
651
652 - added possibility to read a TTree stored only in memory by MReadTree
653
654 - new classes to deal with the interleaved calibration events:
655 MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
656
657 - implemented filters to callisto to skip calibration events
658
659 - changed callisto to calculate three kinds of pedestals and pedestal rms:
660 + fundamental pedestal (MPedPhotFundamental): extracted directly from
661 the slices by statistics
662 + pedestal from extractor (MPedPhotFromExtractor): extracted with the
663 signal extractor without randomization
664 + random pedestal from extractor (MPedPhotFromExtractorRndm): extracted
665 with the signal extractor with randomization (extraction window is
666 randomly fixed)
667 The three kind of pedestal is not yet implemented (for speed reasons) as
668 long as nobody really needs it:
669 + pedestal from extractor with randomizatiuon (MPedPhotFromExtractorRndm):
670 extracted with the signal extractor with randomization
671
672 - callisto now finds the pulse position in the data automatically
673
674 - implemented data reduction in calibrated data by reducing the precision
675 of the stored floating point values (pedestal, rms and signal) to
676 roughly 0.5%
677
678 - fixed showplot to make file format conversion (eg. converting a
679 status display stored in a root file into a postscript file) in
680 batch mode possible:
681 showplot -b --save-as-ps[=outfile.ps] infile.root
682
683 - Allow class names as part of filter rules, eg
684 (MFSupercuts) && (MHillas.fSize>100)
685
686 - fixed a lot of stuff to allow all programs to process MonteCarlo
687 camera files.
688
689 - enhanced possibility to debug reading of resource file
690
691 - MDataChain should handle priorities of operator more
692 accurate now
693
694 - completely revised the container in which the signal is stored
695 MCerPhotEvt/Pix, MArrivalTime --> MSignalCam/Pix
696 * the new implementation is faster and
697 * needs less storage space
698
699 - FIRST version which can process Monte Carlos through the
700 whole chain of programs (callisto, star, etc)
701
702 - implemented new image parameters for the border length of
703 the shower image (MNewImagePar2)
704
705 - implemented wobble-mode in ganymed
706
707 - new class (MJOptimize) taking care of all optimization processes
708
709
710
711 *** Version 0.8.6 (2004/10/05)
712
713 - New combined signal and time extractor
714 MExtractTimeAndChargeDigitalFilter
715
716 - The Report for the trigger section in the CC run summary has been
717 updated, and now the IPRs (Individual Pixel Rates) are available.
718
719 - new macros for database interaction: filldotrun.C, filldotrbk.C
720
721 - added new program which can convert colored output which was redirected
722 into a file back into colored text (for example to display it with
723 more): showlog
724
725 - added new program to display an MStatusArray of plots (stored with
726 MStatusDisplay) from a file: showplot
727
728 - Added support for Sequences (MSequence). Sequences are blocks of run
729 files containing the same calibration and belonging to the same
730 source
731
732 - Added a new task (MTaskEnv) which can be used in setup files to switch
733 between different tasks (for example to choose a signal extractor)
734
735 - Implemented automatic file splitting in MWriteRootFile
736
737 - After image cleaning an island index is assigned to all used pixels.
738 The index corresponds to the order of the islands in size.
739
740 - added a cleaning which takes signal height _and_ arrival time into
741 account: probability cleaning (for more details see MImgCleanStd)
742
743 - added a cleaning which takes takes the absolute number of photons
744 times the area ratio as cleaning level
745 (for more details see MImgCleanStd)
746
747 - Changed calculation of image parameters such, that it can be done
748 for all used pixels or the pixels with a defined island index only
749
750 - implemented new image parameters displaying the number of islands,
751 saturated hi-gain and lo-gain pixels (MImagePar, MHImagePar)
752
753 - event display in executable changed to support also calibrated files
754 (done with MJCalibrateSignal)
755
756 - added program doing the calibration and the signal extraction
757 and signal calibration: callisto Most part of the setup is done
758 by a resource file: callisto.rc
759
760 - implemented support for pixels with negative IDs (Raw file format
761 version 4)
762
763 - implemented an new option in merpp (--auto-time) to get the time
764 range for cc and/or caco data from the run header of the raw data
765
766 - New star-program (star and MJStar). Taking calibrated data from
767 callisto/MJCalibrateSignal as input. The setup is done through
768 a resource file: star.rc
769
770 - Added possibility to setup the eventloop in the mars-executable
771 Camera Display by a resource file: mars.rc
772
773 - The the mars-executable Camera Display can now also read
774 calibrated data files written by callisto/MJCalibrateSignal
775
776 - Added a new class which can calculate the source position in
777 the camera from a pointing model known to be correct and
778 the pointing model used for observations (MSrcPosFromModel)
779
780 - added a new version of the class calculating the effective on-time
781 MHEffectiveOnTime. It unifies the old classes MHEffOnTime,
782 MHEffOnTimeTime, MHEffOnTimeTheta, MHTimeDiff, MHTimeDiffTime and
783 MHTimeDiffTheta.
784
785 - added the possibility to count how often a signal is above (or
786 below) a certain threshold in MHCamEvent and MHCamEventRot (this
787 can replace MHTriggerLvl0)
788
789 - added ore convinient ways to set the axis-titles of your histograms
790 in your macro to some MH-classes like: MH3, MHVsTime, MHSectorVsTime,
791 MHPixVsTime, MHVsTime, MHCamEvent and MHCamEventRot
792
793
794
795 *** Version 0.8.5 (2004/08/06)
796
797 - new Signal Extractors: MExtractFixedWindowSpline
798 and MExtractAmplitudeSpline
799
800 - implementes interleave in merpp to be able to merpp parts of a file
801
802 - implemented force-functionality to merpp
803
804 - star display to display star catalogs (MAstroCatalog)
805
806 - star display to 'mirror' stars to the camera (MAstroCamera)
807
808 - implemented a new cleaning option which allows cleaning scaled with
809 the real ratio of the rms depending on the pixel size, not only the
810 square root of the pixelsize (MImgCleanStd, MCameraData)
811
812 - removed obsolete MBlind* classes
813
814 - Signal extractor taking the AB flag into account implemented (this makes
815 an odd number of slices for signal extraction possible
816 (MExtractSignalABcorr)
817
818 - implemented a class extracting the pedestal from the raw-data (events)
819 itself using empty lo-gain (MpedCalcFromLoGain)
820
821 - Added mean values to MPedPhotCam
822
823 - Added Makefile for Darwin (this OS is NOT officially supported!)
824
825
826
827 *** Version 0.8.4 (2004/04/19)
828
829 - new fast arrival time extractor using cubic splines:
830 MExtractTimeFastSpline
831
832 - implementes multi-argument support in MDataChain
833 ("pow(a, b)")
834
835 - implemented double reference support in MDataChain
836 ("MCameraLV.fPowerSupplyA.fVoltagePos5V")
837
838 - added support in MF for expressiond like
839 "MHillas.fWidth<2*<MHillas.fLength"
840
841 - MDataChain is now able to support variables like [0], [1], ...
842 which can be used in fit functions as parameters. The interface
843 is implemented through the new virtual function
844 MParContainer::SetVariables
845
846 - added new class MArrivalTimeCam/MArrivalTimePix:
847 Storage containers to hold the ArrivalTime of the camera/pixel
848
849 - added new classes for the calibration of relative arrival times:
850 MCalibrationRelTimePix and MCalibrationRelTimeCam
851
852 - added new classes to extract the signal of the blind pixel and the
853 PIN Diode separately: MExtractBlindPixel and MExtractPINDiode
854
855 - added new classes for the bad-pixels treatment (MBadPixels*)
856 which are more powerfull than the old ones (MBlindPixel*)
857 and will replace them.
858
859 - added filter against cosmics: MFCosmics
860
861 - added new class MArrivalTimeCalc2:
862 Calculates the arrival time as the signal weighted mean of the time
863 slices in the maximum window
864
865 - added a new macro call pointspreadfucntion.C that fits with a 2D
866 gaussian the DC spot for an star. It gives you the RMS of
867 the PSF and the center of the star, very useful for misspointing
868 studies.
869
870 - added support for multi-telescope camera files. Added classes
871 MStereoCalc and MStereoPar, classes to calculate and store shower
872 parameters calculated from the data of two telescopes, for the MC
873 studies regarding the MAGIC clone.
874
875 - added MMcCalibrationCalc, MMcCalibrationUpdate, classes to obtain
876 MC data calibrated in photons instead of ADC counts.
877
878 - added three macros to show the calibration and analysis chain of
879 MC data. The macro starmc.C does both calibration and analysis, producing
880 an output containing Hillas parameters for each event. The macro
881 mccalibrate.C does just the calibration and writes out a file containing
882 pixel information in photons instead of FADC data. The macro starmc2.C
883 reads in such a file and produces an output with Hillas parameters.
884
885 - added MPedPhotCalc to compute pedestals in units of photons, see
886 macro pedphotcalc.C
887
888 - added all class to perform the calibration, see macro calibration.C
889
890 - added class MFFT to perform Fast Fourier Transforms
891
892 - added class MSimulatedAnnealing to perform simulated annealing
893 minimizations
894
895 - added new macro bootcampstandardanalysis.C which holds the skeleton
896 of the analysis chain discussed in the december bootcamp.
897
898 - added support for DAQ raw data file format V2
899
900 - implemented an arbitrary time stamp for the events from raw-data
901 files with file version<3. It is calculated from the run number,
902 the date of start and the FADC clock tick from the first module
903
904 - implemented the correct decoding of the event time-stamp
905 coming from the DAQ for raw-data files with file-version>2
906
907 - added a new classes storing the pedestals in units of photons:
908 MPedPhotPix, MPedPhotCam
909
910 - added support for DC current files from the camera control
911
912 - added support for start- and stop-time when merpping report files
913
914 - added MReportCC storing the weather data from the CC-REPORT
915
916 - added class to fill trainings and test matrices (MTFillMatrix)
917
918 - added a filter performing a software trigger (MFSoftwareTrigger)
919
920 - Added classes to perform parts of the standard analysis (Jobs):
921 + MJPedestals
922 + MJCalibration
923 + MJExtractSignal
924 Note: All of them are preliminary!
925
926 - Added Iterator to iterate over files giving only the run-number
927
928 - Added class (MHSectorVsTime) and example (sectorvstime.C) to plot
929 the evolution of a sector vs time
930
931
932
933 *** Version 0.8.3 (2003/12/05)
934
935 - adapted Random Forest classes to allow the use with MC
936 multi-telescope files which can be produced with the coming
937 camera version 0.7.
938
939 - added classes to read and interprete central control report files
940 (Directory: mreport, Base-Class: MReport, Reader: MReportFileRead, ...)
941
942 - enhanced merpp (the executable) to support .raw and .rep files.
943
944 - added classes for light calibration (MCalibration* and
945 MHCalibration*) by Markus Gaug. Further work has to be and will
946 be done soon.
947
948 - Added a preliminary 'synchronizer' (MReadReports) which will
949 replace MReadMarsFile as soon as it is finished.
950
951 - Added a tutorial macro demonstrating how report files are merpped
952 and how they can be read from the root file in the correct order
953 of time (readrep.C)
954
955 - Added a generalized histogram (similar to MH3) called MVsTime
956 which allows to plot variables (or rules - MDataChain - of
957 variables) vs time. For an example have a look at tempvstime.C.
958
959 - Changed the name of the event trees:
960 + Events --> Events
961 + PedEvents --> Pedestals
962 + CalEvents --> Calibration
963
964 - changed name of MTime in the event trees from MRawEvtTime to MTime
965
966 - added displaying the sector indices to the mars event display
967
968 - Magic Online Analysis (MOnA) implemented in a first version
969 (see mona.cc, MOnlineDump and MOnlineDisplay)
970
971 - added classes to calculate event rate
972 (preliminary: MEventRateCalc, MEventRate)
973
974 - added new executable 'readdaq' to read *.raw files from the DAQ directly
975
976 - added classes dealing with the telescope pointing position (MPointing*)
977
978 - implemented the 'final' Mars time stamp based on some experiences with
979 the new 'Synchonizer'
980
981
982
983 *** Version 0.8.2 (2003/11/10)
984
985 - accelerated standard analysis by a factor of 6-8 ...
986 + doing precalculations in MGeomCam for the pixel area ratio
987 + creating a look up table for the single pixels in MCerPhotEvt
988
989 - added task to calculates weights in case you want to 'change'
990 the energy spectrum of a monte carlo file
991 (MMcWeightEnergySpecCalc - Great work from Marcos Lopez Moya)
992
993 - added a new executable star which implements the
994 star.C macro as precompiled executable. Currently a flexible
995 setup is not possible, but a 'input card' setup will follow.
996
997 - Starting to implement Multi-Telescope-Support based on the
998 upcomming camera version 0.7. The base for a general support
999 is implemented and the star-functionality is proven to work.
1000
1001 - Replaced Event-Display in and Camera-Display in the Mars GUI
1002 executable by a more convinient display base on MStatusDisplay.
1003
1004 - fixed the algorithm for the blind pixel treatment (MBlindPixelCalc)
1005
1006
1007
1008 *** Version 0.8.1 (2003/10/20)
1009
1010 - added signal subtraction for pure on data by means of fitting
1011 the background in the off region or by performing a combined
1012 signal/background fit. Provides necessary histograms for
1013 obtaining energy spectra and a light curve.
1014
1015 - added classes to perform and study the selection of the
1016 2nd Level Trigger on MC data (example in triglvl2.C macro)
1017
1018 - added pedestal calculation
1019
1020 - implemented "democratic cleaning" (tail cut value proportional
1021 to pixel area) according to Wolfgang's suggestion.
1022
1023 - added Sigmabar treatment (calculation and basic histogramming)
1024
1025 - added basic routines to apply padding
1026
1027 - added first implementation of MARS-based source visibility plotter
1028 (needs to be linked against slalib, preliminary version)
1029
1030 - enhanced functionality of data chains: random numbers, conversion
1031 functions and access to MHMatrix objects
1032
1033 - fixed some bugs in the CT1 Preproc file reader, which gave wrong
1034 numbers under certain circumstances (runs with 0 events included)
1035
1036 - fixed a bug in the general filter MF (didn't work on some systems
1037 at all)
1038
1039 - fixed a bug in chaining files, which caused the analysis to crash or
1040 ignore files
1041
1042 - implemented more geometry classes describing the parameters used
1043 to simulate the PMT camera
1044
1045 - added new Monte Carlo classes containing the setup of the different
1046 programs in the MC chain.
1047
1048 - added a (preliminary) general task to evaluate chi-square of a given
1049 parameter in an eventloop.
1050
1051 - first implementation of a container describing the observatory
1052 location (Long, Lat, etc)
1053
1054 - added Random Forest - method for g/h-separation
1055
1056 - made compatible with the latest PRO version of root (3.04/02 and 3.05/07)
1057 (this means, that it is compiling, but not yet fully tested)
1058
1059 - added a new status display which can show the present status
1060 of histograms while an eventloop is running (MStatusDisplay,
1061 an example can be found at status.C)
1062
1063 - reorganized directories:
1064 classes describing the image --> mimage
1065 classes containing Monte Carlo Histograms --> mhistmc
1066 classes for Random Forest method --> mranforest
1067
1068 - added (event-)weights to fill histograms
1069
1070 - colors in logging output to screen
1071
1072 - changes to the Image Parameter declaration:
1073 + moved fConc, fConc1 from MHillasSrc to MNewImagePar
1074 + moved fNumUsedPix, fNumCorePix from MHillas to MNewImagePar
1075 + MHillasExt now derives from MParContainer instead of MHillas
1076 --> Files written with the old definition are more or less unreadable
1077
1078 - reading of reflector files
1079
1080 - display data from reflector files in the camera
1081
1082 - implemented currents (and display them in the camera)
1083
1084 - logarithmic scale in camera
1085
1086 - added class to iterate through directory contents (MDirIter)
1087
1088
1089
1090 *** Version 0.8 (2002/11/18)
1091
1092 - added all subdirectories as Include-Paths for ACLIC (s. rootlogon.C)
1093
1094 - corrected 48(!) wrong entries in the Next Neighbor table of the
1095 Magic Camera (all in the inner part of the outer ring, mostly
1096 missing a single NN)
1097
1098 - Fixed a bug in the table describing the Next Neighbours of the
1099 CT1 camera (a pixel 127 doesn't exist and the pixel 126 didn't
1100 have any neighbour)
1101
1102 - changed trigrate.C: now it calculates the pure NSB triggers from
1103 a camera file (generated with no showers), so there is no need
1104 to introduce them by hand in the BgR array (for more details
1105 please ask Abelardo)
1106
1107 - added MHHadronness (and MHadronness) as a general facility to evaluate
1108 the quality of a gamma-hadron seperation method
1109
1110 - changed MWriteAsciiFile to accept rules (MDataChain)
1111
1112 - Calls to MWriteAsciiFile::AddContainer and MWriteAsciiFile::AddRule
1113 must be replaced by calles to MWriteAsciiFile::AddColumn and
1114 MWriteAsciiFile::AddColumns. Be carefull, the arguments have slightly
1115 changed.
1116
1117 - Implemented generalized event-matrices (one row per event)
1118 (MHMatrix)
1119
1120 - implemented the one dimensional composite probabilities
1121 (MHCompProb, MCompProbCalc, comprob.C)
1122
1123 - implemented the Multidimensional Distances (Next Neighbours, Kernel)
1124 (MMultiDimDistCalc, multidimdist.C, multidimdist2.C, MHMatrix)
1125
1126 - Added a camera display displaying the pixel numbers to the
1127 event display gui.
1128
1129 - Added Monte Carlo Informations to event display gui
1130
1131 - Changed the camera display to display the pixel numbering
1132
1133 - Added three buttons to the camera display to change the palette
1134
1135 - Added the number of used and core pixels after image cleaning
1136 to MHillas
1137
1138 - Changed the algorithm used in MHillas according to TDAS 02-03
1139
1140 - Changed the Alpha range according to TDAS 02-03 to [-90°,90°]
1141
1142 - Changed the algorithm used in MHillasSrc according to TDAS 02-03
1143
1144 - Added fCosDeltaAlpha to MHillasSrc
1145
1146 - The numbers of photons used to calculate fConc and fConc1 in
1147 MHillasExt are now scaled with the pixel size, so that one get
1148 a four times smaller value for the bigger pixels in the outer ring.
1149
1150 - added new task to smooth the camera contents (MCameraSmooth)
1151
1152 - added possibility to use interpolated pixel values for blind pixels
1153 instead of removing it completely from the analysis
1154
1155 - Implemented the possibility to save the whole eventloop with
1156 its setup to a file. This information can be read and from
1157 it you can (re)create a Macro. See MEvtLoop::Read, MEvtLoop::Write
1158 and MEvtLoop::MakeMacro. If you find something not working, please
1159 report - this stuff is still in a beta phase.
1160
1161 - MBlindPixelCalc set all Ceta-Tauri pixels to unused not only for the
1162 file having crab starfield, but also for all following files - fixed
1163
1164 - MTaskList::PrintStatistics can now be instructud to print also the
1165 title, too: use PrintStatistics(0, kTRUE)
1166
1167 - Changed the image cleaning so that pixels with to many 'used'
1168 neighbors are left used (to get rid of 'holes' in events)
1169
1170 - Introduced more output to the camera displays
1171
1172 - Added an array of histograms (eg one hist per run), MHArray
1173
1174 - Added a _preliminary_ version of the reader for CT1 PreProc files
1175 (MCT1ReadPreProc)
1176
1177 - Fixed the error calculation of MHMCollectionArea and MHMcIntRate
1178 (thanks to Raquel)
1179
1180 - added the first energy estimator (MEnergyEstParam, estimate.C,
1181 estfit.C) using a parametrization
1182
1183 - Added some new Monte Carlo paremeter containers used to store
1184 setup information from the MC chain (MMcConfigRunHeader,
1185 MMcCorsikaRunHeader, MGeomPMT, MGeomMirror)
1186
1187
1188
1189 *** Version 0.7 (2002/04/30)
1190
1191 - added a bugfix to MCerPhotCalc. In older camera versions (<=40)
1192 the pedestal mean value was saved incorrectly. For files from
1193 this versions we substract 0.5 from the pedestal mean.
1194 WARNING: This may effect your results, so don't wonder...
1195
1196 - First implementation of an algorithm using only triggered events
1197 for the collection area calculation
1198
1199 - Ascii Output can now also be used for parameter containers which
1200 doesn't overload MParCointainer::AsciiWrite
1201
1202 - The Ascii Output is now also capable of writing single data members
1203 of one container
1204
1205 - You are now able to change the order of the values written to the
1206 ascii file
1207
1208 - You can now specify a conversion factor for each data member written
1209 to an ascii file. This may be usefull to change the units of the
1210 data member (eg. degrees instead of millimeters in case of the
1211 hillas parameters)
1212
1213 - Replaced old MHillas by a new structure which allows you to extend
1214 the parameters stored in MHillas very easily:
1215 see MHillas and MHillasExt
1216
1217 - Added classes to handle source dependancy of image parameters:
1218 see MHillasSrc
1219
1220 - Added container (MBinning) to have a standard input for the binning
1221 in different histograms (eg. the Energy bins should be the same in
1222 all histograms)
1223
1224 - Changed Hillas histograms from mm to deg
1225
1226 - Added the flexible binning to the hillas histograms
1227
1228 - Added a filter for the alpha parameter (MFAlpha)
1229
1230 - It is now possible to write single data members of a class object to
1231 an output stream instead of the whole container only
1232
1233 - Added a generalized filter for a data member:
1234 MFDataMember filter("MHillas.fWidth", '<', 0.5);
1235
1236 - Added a generalized Filter parser for more difficult filter rules
1237 MF filter("MHillas.fWidth<0.5 && MHillas.fLength>0.5");
1238
1239 - Added new Monte Carlo histograms:
1240 MHMcEnergyImpact and MHMcEfficiency
1241
1242 - Added many new histograms needed for the flux calculation.
1243
1244 - Added a generalized histograms which can fill and show up to three
1245 data members in either a one-, two- or three-dimensional histogram, eg:
1246 MH3 mh3("MHillas.fWidth", "MHillas.fLength");
1247
1248 - Added:
1249 * calculation of <Theta> as a function of Theta (MHThetabarTheta)
1250 * calculation of <Theta> as a function of time (MHThetabarTime)
1251 they are needed in the flux calculation in
1252 order to select for a given bin in Theta (or time) the appropriate
1253 effective collection area, which is assumed to be given as a function
1254 of Theta and the true energy
1255
1256 - Added calculation of the migration matrix in the energy
1257 (MHMcEnergyMigration):
1258 the migration matrix describes the migration from the true (E_true)
1259 to the estimated energy (E_est); it is needed to determine the
1260 distribution of E_true from the measured distribution of E_est
1261 by unfolding
1262
1263 - changed the color palette in the camera display to DeapSea.
1264
1265
1266
1267 *** Version 0.6 (2002/01/15)
1268
1269 - Introduce the option of disable pixels (MBlindPixels and
1270 MBlindPixelCalc) for the analysis (eg MHillasCalc) to be
1271 able to deal with Star Field NSB.
1272
1273 - Fixed a bug in the pedestals substraction
1274
1275 - Introduced verbosity levels
1276
1277 - Introduced a task (MReadMarsFile) which reads the RunHeader tree, too.
1278
1279 - Fixed several bugs in MFTriggerLvl1 which caused to filter not to
1280 work correctly (thanks to Abelardo)
1281
1282 - Introduced correct treatment of the diffuse Night Sky Background
1283 and NSB (MMcPedestalNSB)
1284
1285 - Corrected treatment of the electronic noise (MMcPedestalCopy)
1286
1287 - Introduced MMcRunHeaders which contains monte carlo run informations
1288
1289 - Added a 'Print'-Task (MPrint) which calls the Print function
1290 of a parameter container for each event
1291
1292 - Removed MHtml (was replaced by THtml of root 3.02) in dohtml.C
1293
1294 - changes to be more efficient with root 3.02/06
1295
1296 - root 3.02/06 fixes:
1297 + the memory leak when reading MRawEvtData
1298 + loosing more time than necessary to update the progress bar
1299
1300 - MWriteAsciiFile is now capable of writing more than one container
1301 in a line. For example: To be able to write Monte Carlo and
1302 Hillas values (energy and alpha) in one line.
1303
1304
1305
1306 *** Version 0.5 (2001/11/06)
1307
1308 - Added new GUI functionality (Analysis)
1309
1310 - Added a camera display to be able to display events in the camera
1311 together with the calculated hillas ellipse
1312
1313 - Added a 'Clone'-Task (MClone) which can clone a parameter container
1314 object at any state of the analysis, so that the output are several
1315 states
1316
1317 - Fixed a bug in the collection area error calculation
1318 (Thanks to Ciro and Abelardo)
1319
1320 - Fixed a bug which causes merpp to crash in some environments
1321
1322 - Implemented auto enabling scheme for Branches to speed up reading
1323 a lot (see MReadTree and MTask)
1324
1325 - Fixed a bug in the Histogram classes which caused histograms to
1326 be written to a file by MWriteRootFile without request
1327
1328 - changed the object I/O from the old stylish root I/O to the new
1329 'auto evolution scheme' This was done only for classes which are not
1330 yet used in Monte Carlo files, so that these files are still readable.
1331
1332 - Added support for a progress bar in MEvtLoop and MReadTree
1333 (see the Analysis Window in Mars for an example)
1334
1335 - Fixed a bug in the package creation which disturbed the conversion
1336 between a mars version unpacked from a tar file and the repository.
1337
1338 - Changed the code to writer merpped (converted into root format)
1339 raw files, to get faster (around 10%)
1340
1341
1342
1343 *** Version 0.4 (2001/09/20)
1344
1345 - This release is made to compile on a root version >= 3.00
1346
1347 - Fixed a bug which causes MReadTree to read the first file only
1348
1349 - Added a task to compute the trigger rate (MMcTriggerRateCalc)
1350
1351 - Added a task to write a container to an Ascii file (MWriteAsciiFile)
1352
1353 - Added a task to write several container to a root file (MWriteRootFile)
1354
1355 - Added calculation of the Enegry Threshold (MMcThresholdCalc)
1356
1357 - Added calculation of the collection area (MMcCollectionAreaCalc)
1358
1359 - fixed some bugs in the Hillas calculation
1360
1361 - added filters to be able to control the task execution dependent on
1362 a parameter (for example: the number of level 1 triggers in a MC-file)
1363
1364
1365
1366 *** Version 0.3 (2001/04/23)
1367
1368 - Many demo macros added
1369
1370 - MCT1ReadAscii is now able to handle more than one file (s. ::AddFile)
1371
1372 - Hillas Calculation added
1373
1374 - Standard image cleaning available
1375
1376 - MReadTree is now able to handle more than one file
1377 (Remark: of the same structure)
1378
1379 - Now we are able to display events in a first version of the
1380 Camera event display. To do this we must run the macro
1381 "macros/readCT1.C" to read data from CT1.
1382
1383
1384
1385 *** Version 0.2 (2001/01/24)
1386
1387 - First Implementation of a Gui to read the raw data. Start the
1388 gui with the command mars.
1389
1390
1391
1392 *** Version 0.1 (2000/12/20)
1393
1394 - First official release 0.1
1395
1396 - Changes:
1397
1398 + changed calling style of MRawPixelIterator from do...while to
1399 while-loop
1400
Note: See TracBrowser for help on using the repository browser.