source: trunk/MagicSoft/Mars/NEWS@ 7354

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