source: trunk/MagicSoft/Mars/NEWS@ 7997

Last change on this file since 7997 was 7997, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 76.1 KB
Line 
1 -*-*- END -*-*-
2
3 *** Version <cvs>
4
5 - callisto: New swapped pixels have been found and corrected
6
7 - general: The algorithm to build seqeunces has been redesigned
8 completly. It is now more flexible in terms of a resource file
9 resources/sequences.rc which can be used to partly overwrite
10 the default algorithm and defined the important part of the
11 algorithm. It also takes correctly into account several ways
12 of taking wobble-data. Currently the new algorithm doesn't take
13 the number of pedestal events anymore into account (so a sequence
14 could have much less than 1000 pedestal events and data runs are
15 no-more used instead)
16
17 - general: a lot of small changes to make the code compatible with
18 root 5.12/00 and gcc 4.1
19
20 - general: Fixed some warnings thrown if more warnings are switched
21 on in the compiler
22
23 - general: Added a function to MMath which returns the Median of
24 the distribution abs(y[i]-median) but at 68:32 division instead
25 of 50:50, which is somehow the mediani counterpart of the rms.
26
27 - general: MAstroCatalog allows now to read calatog files (as bsc5)
28 even if they are compressed with gzip (recommended compression
29 is with "-1")
30
31 - showplot:
32 + batch mode creation of image files now works with root 5.12/00
33 + added support for writing bmp (though it never produces
34 bmp which can be read by programs like xv or gimp)
35 + added support for xml
36 + added new option to start the display with a different size, by
37 --display-width=nnn or --display-height=nnn
38 + added options to define the canvas size when the display is started
39 --canvas-width=nnn or --canvas-height=nnn
40 the option can also be used for batch-mode conversion
41 + added an option which automatically fits the display size to the
42 desktop-size: --auto-size
43
44 - merpp: didn't recognize files with the extension .raw.gz - fixed.
45
46 - callisto: Callisto now raises an error if one of the input files could
47 not be opened.
48
49 - callisto: In some rare cases it could happen that in the hi-gain
50 extraction of the digital filter the extractor returned nonsense
51 results due a wrong initializion of a variable
52
53 - callisto: The lo-gains have been marked as valid in some cases
54 when they got not extracted at all (deltsumlo=deltatimelo=0) because
55 the allowed extraction range (fLoGainLast-fLoGainFirst) was
56 smaller than the number of slices (fLoGainWindowSize) needed
57 by the lo-gain extractor
58
59 - callisto: Updated absolute calibration constants (muon calibration)
60
61 - callisto: fixed a bug which caused the hi-gain saturation not
62 to be handled properly
63
64 - callisto: fixed a bug which gave weird results if hi- _and_
65 lo-gain could not be extracted properly
66
67 - callisto: improves handling of extracted signal if lo- and/or
68 hi-gain could not be extracted properly. If no appropriate
69 calibration of either the signal or the arrival time is possible
70 the pixel is now markes as unsuitable instead of estimated.
71
72 - callisto: Fixed a problem in the spline extraction which gave
73 weird results if the signal was extracted from the first (and
74 highest) slice
75
76 - callisto: Fixed a bug regarding the use of the QE which doesn't
77 effect the result because the default is used anyhow.
78 (The bug was there since 14/07/2005)
79
80 - callisto: Changed the default for fgLoGainStartShift
81
82 - callisto: Fixed a bug which caused all hi-/lo-gain calibration
83 factors to be always 10 for all pixels as soon as the first
84 calibration update has happend.
85
86 - callisto: Fixed the hi-/lo-gain offset for the Digital Filter. It
87 was off by more than one slice (which gives wrong values for
88 pixels which have saturated the hi-gain) This was a problem
89 mainly for timing studies, not so much for the automatic standard
90 analysis. Also the values for the Spline have been changed slightly:
91 + Digital Filter from 1.70 to 0.95
92 + Spline from 1.39 to 1.30
93 The numbers were sorted out by an extensive test in the
94 test-database.
95
96 - callisto: Removed the tab showing the average calibrated arrival
97 time. It never gave useful information.
98
99 - callisto: Now tab "HiLoCal" which shows the ratio between hi- and
100 lo-gain pulse for data pulses if hi- and lo-gain have saturated
101 and both were extracted because the hi-gain was above the
102 LoGainSwitch.
103
104 - callisto: Now tab "HiLoOff" which shows the offset between hi- and
105 lo-gain pulse position (after application of LoGainOffset, which
106 means in the ideal case it is 0) for data pulses if hi- and lo-gain
107 have saturated and both were extracted because the hi-gain was above
108 the LoGainSwitch.
109
110 - callisto: After extensive tests a new threshold level for determination
111 of the pulse position has been found at 50phe. This is due to the
112 fact that for lower pulses the arrival time changes its average
113 behaviour dramatically. It tends to the average of the extraction
114 range and starts sticking to non-floating point numbers (5, 6, 7, ...)
115
116 - star: changed the fit for the effective on time such that initial
117 values are calculated automatically now instead of using build
118 in values. This makes the fit more indepedant of the underlaying
119 rates. With a test of ~350 sequences in the test database it could
120 be shown that the new fit gives the same result +/-1sek.
121 The highest deviation was +5s the lowest -10s. You can now control
122 the bahaviour with two resource values:
123 MHEffectiveOnTime.FistBin: 3
124 MHEffectiveOnTime.NumEvents: 12000
125 Use FirstBin=1 and NumEvents=120 to fit the effective on time
126 from the resulting gamma candidates
127
128 - star: The Center histogram in MHHillas is now by default displayed
129 with the colz draw-option
130
131 - ganymed: now produces valid error codes if failed
132
133 - ganymed: MFMagicCuts now supports a hadronness cut. Switch it on
134 with the option "hadronness" instead of "area" or "both" if
135 you want to use both cuts. The hadronness cut includes a fixed
136 cut in hadronness (index 8) and a fixed cut in size (index 9).
137
138 - ganymed: MFMagicCuts: fixed abug introduced 2005/7/14 which caused
139 the M3Long of the anti source to be not properly evaluated
140 (actually is was evaluated as a unique random number) in case
141 of optimization with anti-theta cut switched on. This might have
142 lead to improper, but not necessarily wrong, optimization results.
143
144 - ganymed: ganymed_onoff.rc, ganymed_wobble.rc - updated with comments
145 how to use random forest
146
147 - ganymed: use the same spark cuts as in ganymed_wobble.rc as in
148 ganymed_onoff.rc. Seems to be unintentional that they were different.
149
150
151
152 *** Version 0.9.6 (2006/05/24)
153
154 - general: changed the binning of the azimuthal profile of the camera
155 such that it is aligned with the 60deg boundaries.
156
157 - merpp: better handling of problems with the TH, TD part of the
158 CC-REPORT for files older than 200507190 and 200412210
159 respectively
160
161 - merpp: improved handling of RECEIVERS-COM-ERROR in CC-REPORT
162
163 - merpp: implementd latest changes in starguider reports (sinc 9th May)
164
165 - callisto: if an arrival time is extracted outside the fadc range is
166 was set to the boundary before. Now a random number is assigned
167 instead to avoid unfortunate coincidences of arrival times just
168 by this arbitrary value.
169
170 - callisto: added a new option to callisto.rc which allows
171 to set the maximum arrival time difference allowed for the
172 badpixel algorithm to determin whether a pixels belongs to a shower:
173 MJCalibrateSignal.MBadPixelsTreat.MaxArrivalTimeDiff: 0.9
174
175 - callisto: changed the old value (0.5) for MaxArrivalTimeDiff
176 to 0.9 as suggested by Stefan due to a recent study on the fraction
177 of pixels surviving the image cleaning
178
179 - callisto: switched off error in case of "pulse is too much to the left"
180
181 - callisto: The extraction window is not adapted anymore. This means that
182 the pulse is extracted from the full range. The draw-back is that the
183 background (pedestal) will become slightly higher. Switching on/off
184 the PulsePosCheck in the callisto.rc only effects filling the
185 histograms.
186 WARNING: If the pulse is too much to the left data is calibrated!
187 Check the PulsePosCheck-PulsePosition AND the Inhomogeneity parameter
188 in the database to make sure that your data is valid!
189
190 - star: Show also the number of stars correlated correctly by the
191 starguider
192
193 - ganymed: implemented a new class (MHThetaSqN) which allows to use more
194 than one off-source region in wobble-mode. To use it add the following to
195 your ganymed_wobble.rc:
196 + MJCut.NameHist: MHThetaSqN (switch the new feature on)
197 + MHThetaSqN.NumOffSourcePos: 3 (define number of off-regions)
198 + MHThetaSqN.DoOffCut: Yes,No (switch on/off the off-cut)
199 + Cut1.ThetaCut: None
200 + MHThetaSqN.SignificanceCutLevel: 2.0 (increase off-cut by 2.0/1.7)
201
202 - ganymed: in the case the latest report is older than a default (currently
203 one minute) and the current report will be skip the starguider
204 correction and calibration will be reset. The maximum age can be
205 setup from ganymed.rc by (minutes):
206 MPointingDevCalc.MaxAge: 1.5
207
208 - ganymed: A first implementation showing all size-bins for the theta-sq
209 resp. alpha-plots in a single tab automatically
210
211
212
213 *** Version 0.9.5.1 (2006/05/05)
214
215 - general: Added a new option "zdiff" to the Makefile which runs
216 "cvs diff" as "make diff" would do, but with compression
217
218 - general: accelerated MTFillMatrix (used for eample in all training
219 and optimization macros) by skipping some obsolete calles in the
220 eventloop the first and second loop could be accelerated by ~20%
221
222 - general: Added a missing feature in the MFilterList class which
223 prevented MFEnergySlope from working correctly in trainenergy.C
224
225 - general: Accelerated the random forest training and usage a bit
226
227 - merpp: Adapted to new raw data file format version 6
228
229 - merpp: fixed a problem with reading the starguider reports
230 after 6.3.2006
231
232 - callisto: At some times six pixels had to be exchanged manually in the
233 data. If the pixels to be swaped are both not found, an error was raised
234 and calibration was stopped. Now it is assumed they are intentially not
235 mapped and the Error has been changed to a Warning.
236
237 - star: Added new image cleaning based on the arrival time of the shower.
238 The new cleaning can be accessed using the parameter "Time" instead of
239 the the old one (like "Absolute) in the star.rc-file.
240 Recommended parameters:
241 + MImgCleanStd.CleanLevel1: 8.2
242 + MImgCleanStd.CleanLevel2: 5
243 + MImgCleanStd.CleanRings: 2
244 + MImgCleanStd.KeepSinglePixels: No
245
246 - star: Simplified the calculation of the effective on time. By letting
247 the fit start in the third bin the result should become more stable.
248 The fit quality is now ignored for the theta-plot which is not used
249 in the analysis later. Still better pre-cut which, for example,
250 remove events triggered by car-light (rate changing on a short
251 time-scale) are missing.
252
253 - macros: optimonoff.C, optimwobble.C: implemented a new strategy
254 for optimization (kWeakSource) which is suggested by the Berlin
255 people for weak sources.
256
257 - macros: plotdb.C:
258 + if no dataset and no time-interval is given only sequences with
259 an effective on-time above five minutes are plotted anymore
260 + added a new tab "RelTime" displaying the relative on-time
261 (effective on-time divided by the observation time)
262
263 - macros: optim*.C: by skipping some obsolete calles in the eventloop
264 the optimization became a lot faster
265
266 - ganymed: In the second loop the MHNewImagePar histograms disapeared.
267 To display them just delete the pads displayed on top.
268
269 - ganymed: fixed a bug which could cause strange behaviour in wobble
270 mode if no starguider information was available due to an incorrect
271 initialization of the starguider calibration
272
273 - ganymed: The scale region in the False Source Plot (MHDisp) can now
274 be changed from within the plot. It can also be setup from the
275 resource file using:
276 + MHDisp.fScaleMin: 0.325
277 + MHDisp.fScaleMax: 0.475
278
279 - ganymed, showplot: Fixed a problem with the fit to the off-data
280 (HistOff) which could cause a time lag or an inifinite loop.
281 The bug did not effect the results at all.
282
283 - sponde: Added a new tab showing the effective collection area after
284 trigger (including the software trigger)
285
286 - sponde: MMcSpectrumWeight has a new option which allows to define
287 the scaling factor not by the integral of the events but at
288 a defined energy:
289 e.g. MMcSpectrumWeight.NormEnergy: 200
290
291 - MTFillMatrix, sponde: by skipping some obsolete calles in the
292 eventloops the loop could be accelerated by ~20%
293
294
295
296 *** Version 0.9.5 (2006/03/13)
297
298 - macros: fixed a typo optimwoble.C (SetThetaCut instead SetAlphaCut)
299 and added the standard Disp-parametrization
300
301 - macros: added a new macro datacenter/macros/plotstat.C allowing
302 to plot statistics about the data processing
303
304 - macros: added a new macro to plot the muon correction coefficients
305 versus period (macros/plot/mucal.C)
306
307 - showplot: path inflation for ganymed files was broken
308
309 - callisto: Fixed an important bug. When the number of saturating pixels
310 were calculated the bad pixel information already available from the
311 calibration was ignored. This yields wrong values in case pixels
312 are broken and saturate all the time or randomly.
313
314 - callisto: Updated Muon calibration constants. Spline data now also uses
315 different values for different periods
316
317 - star: The time-evolution shown in the effective on-time plot now displays
318 the axis range (if there are no holes it should be similar to the
319 effective on-time)
320
321 - star: Added two new image parameters:
322 + MNewImagePar.fConcCOG: The ratio of the equivalent signals of
323 the three pixels next to the center of gravity and the size
324 + MNewImagePar.fConcCore: The ratio of the signals of all
325 pixels inside or touching the ellipse and the size
326
327 - ganymed: now stops in requested source isn't found in catalog file
328
329 - ganymed: Many improvements to the phi-plot in wobble mode:
330 + with a template the ideal background is displayed
331 + a possible camera inhomogeneity is taken into account
332 + the anti theta cut is better supported
333 + the phi cut is automatically calculated from the theta cut
334 See the examples in ganymed_wobble.rc for more details.
335
336 - ganymed: fixed plot for E^2*dN/dE. The spectrum was multiplied with two
337 times the bin-width instead of the absolute energy
338
339 - ganymed: New cuts for on/off and wobble mode
340
341 - ganymed: The smearing of the False Source plot has been increased
342 to 0.06
343
344 - ganymed: The starguider calibration can now be changed from the
345 resource file.
346 See the examples in ganymed*.rc for more details.
347
348 - ganymed: added a new option for on-/off-observations
349 MJCut.RandomSourcePosition
350 If switched on the distribution of observation time of the source
351 position in the camera is calculated from the on-data and randomly
352 applied with this distrbution to the off-data.
353
354 - ganymed: by skipping some obsolete calles in the eventloop the
355 first and second loop could be accelerated by ~20%
356
357 - ganymed: The default in ganymed_onoff.rc is now to determin the source
358 position in the off-data randomly according to its distribution in the
359 on-data.
360
361
362
363 *** Version 0.9.4.3 (2006/02/13)
364
365 - general: Fixed a bug in most of the programs which prevented the
366 compile date in the startup message to be displayed
367
368 - general: Simplified program calls. The following abbreviations
369 are now possible:
370 showlog callisto 55599
371 showplot signal 55599
372 star 55599
373 callisto 55999
374 ganymed 2
375 In this cases the corrsponding root-, log-, sequence- or dataset-
376 filename is automatically compiled using the default datacenter
377 paths ("/magic/*")
378
379 - general: Fixed a long outstanding bug which made axis tick marks
380 disappear if MDataFormula was used (eg. abs(x))
381
382 - general: Updated MMath with new functions to calculate the results of
383 a exponential, logarithmic and powerlaw fits analytically.
384
385 - general: Updated some macros with comments:
386 + macros/optim/optimdisp.C
387 + macros/optim/optimenergy.C
388 + macros/optim/optimwobble.C:
389
390 - general: MTFillMatrix (the class to fill one or two MHMatrix from
391 files) now allows adding a pre-cut like in the optimization. E.g. this
392 is useful to perform g/h-separation cuts before training the random
393 forest.
394
395 - general: Between the rund 53300 and 68754 the pixels 553-558 were not
396 correctly assigned in the raw data assignement table. A fix to correct
397 the assignment tabel have been implemented.
398
399 - general: MAstroCatalog now allows rotating of the sky-grid and stars
400 by 90, 180 and 270 deg.
401
402 - general: the macro plotdb.C now allows to highlight sequences belonging
403 to a datset. For more details see the descritions in the macro.
404
405 - StatusDisplay: Fixed the algorithm to calculate the size ratio
406 of the display, it gave wrong results espacially for big sizes.
407 Now the embedded canvas should always have a ratio width/height=3/2.
408 The "Size" options have been updated with values fitting the 3/2
409 size ratio.
410
411 - RanForest:
412 + Updated the random forest classes to support also the
413 regression method implemented by Thomas H.
414 + added new tutorial macro how to train the random forest
415 for energy estimation (macros/optim/rfenergyest.C)
416 + new classes to train the random forest (still in development)
417 mjtrain/MJTrainEnergy, mjtrain/MJTrainDisp, mjtrain/MJTrainSeparation
418 + new tutorial macros for random forest training in macros/train
419 trainenergy.C, traindisp.C, trainseparation.C
420
421 - mars: now allows to setup a cut in the resource file mars.rc to choose
422 the events to be displayed, eg:
423 Cut.Condition: {0} && {1}
424 Cut.0: MHillas.fSize>100
425 Cut.1: MHillas.fSize<900
426
427 - merpp: Made aware of the new .rep format 200510250. This includes
428 interpretation of the Receiver Board Temperatures (MCameraRecTemp),
429 the discriminator thresholds (MCameraTD) and the disciminator
430 delays (MCameraTD). All of them come with the CC report and are therefor
431 written to the CC tree.
432
433 - callisto: fixed a bug in the calculation of the arrival times in
434 the Digital Filter. They were all shifted by the same amount
435 fHiGainFirst. This caused an offset in the order of the position of
436 the left border of the extraction window in the times calculated
437 from high-gain and from low-gain. The bug effected only the absolute
438 arrival times. The bug was there since 30.1.2005.
439
440 - callisto: Changed the ExtractionWindow for the pulse position check
441 such that the camera inhomogeneity becomes as less as possible and
442 comparable to the pulso position check switched off. More details
443 on the study will be given at our result web-page.
444
445 - ganymed: ganymed.rc, ganymed_onoff.rc:
446 changed to new cuts trained with 1ES1218 and Crab-data
447 for maximum sigma*log10(excess)
448
449 - ganymed: In addition to the Hadronness calculator (CalcHadronness)
450 a new option was implemented to estimate Disp (CalcDisp)
451
452 - ganymed: Implemented two new options which allow
453 to overwrite the default path to search for the sequence files
454 --ins=/magic/sequences
455 and where to search for the image data
456 --ind=/magic/data/star
457
458 - ganymed: MSrcPosCorrect now allows overwriting of the misfocussing
459 dx/dy from the resource file by
460 MSrcPosCorrect.Dx
461 MSrcPosCorrect.Dy
462
463 - ganymed: fixed reading the source catalog. Only as many chars
464 as the requested source name had were compared (If a source
465 "1ES1218" and "1ES1218+304" were in the catalog and "1ES1218+304"
466 were requested it could happen that the coordinates of
467 "1ES1218" were read) The source coordinates are now printed
468 in addition to its name to the logging output.
469
470 - ganymed: changed the background fit in the case of a ThetaSq function
471 from a polynomial to a exponential, this should give a big improvement
472 for on-only analysis'
473
474 - ganymed/sponde: Calculation of the error of single size-/energy-
475 bins now uses Li/Ma (5) instead of LiMa (17)
476
477 - sponde: Added a plot E^2*dN/dE
478
479 - sponde: The energy estimator plot should now show values like
480 they are commonly used.
481
482 - sponde: Now MMcSpectrumWeight also excepts formulas with two X
483 (a powerlaw with cutoff didn't work before)
484
485
486
487 *** Version 0.9.4.2 (2005/10/01)
488
489 - general: added new tutorial macro macros/tutorials/threshold.C:
490 how to calculate the threshold
491
492 - general: added a new game. Start it from the interpreter with
493 MagicJam j; (other games are: MineSweeper, MagicSnake, MagicDomino
494 and MagicReversi)
495
496 - general: neighbor pixels in MGeoms are now sorted clockwise
497
498 - merpp: made aware of new format 20050829-0
499
500 - callisto: New scale factors from muon analysis, stored in new
501 resource file resources/calibration.rc
502
503 - callisto: MBadPixelsCalc now raises an error instead of simply stopping
504 the eventloop if something went wrong. This is necessary for the
505 automatic processing
506
507 - callisto: Implemented a new treatment for the time information
508 developed by S.Ruegamer, this should give much better response than
509 the old very primitive algorithm. This is especially important
510 for bad pixels due to bright stars as Ceta-Tauri (btw: the old
511 treatment was buggy! As neighbor pixels to interpolate the
512 arrival times always the pixels 0 to 5 were taken)
513
514 - callisto: In addition to the new treatment of arrival times the
515 decision of the treatment whether a pixel contains shower
516 information or not is used to improve the signal interpolation
517 further. Previously interpolated pixels showed a non-zero signal
518 do the peak searching signal extractors. Having a signal pixel
519 beside raised the signal above the cleaning level. Thus the
520 pixel survived cleaning to often but with a too low mean signal.
521 By replacing empty pixels with a gaus (mean and rms from the
522 corresponding Area entries in MPedPhotCam) this effect can
523 be supressed.
524
525 - callisto: The status "unmapped" (for pixel which cannot be interpolated)
526 got lost when the events were stored by the calibration... fixed.
527 (This was no problem for normal image cleaning because the pixel
528 content was artificially set to 0 not surviving standard cleaning
529 algorithm)
530
531 - callisto: Fixed a bug which caused the random and peak-search pedestal
532 extracted with an extractor to be exchanged for the first (roughly)
533 500 events (*Extractor and *ExtractorRndm).
534 (They were simply exchanged in callisto.cc) This bug might have been
535 introduced in Mars 0.9.4 when the order of calculation of the two
536 types of pedestal in callisto got exchanged. The bug only effects
537 the first seconds of data of each sequence.
538
539 - star: Taking the arrival time of Muons into account the calculation
540 of the parameters could be made independant of the noise
541 (pedestal rms). The dependance was due to the bias of the peak search
542 extractor. Now only a ZA dependamcy is left which is not yet fully
543 understood.
544
545 - ganymed: The sequences were still not sorted correctly in any case,
546 because they were sorted by the full qualified path name. Now they
547 are sorted by their sequence number.
548
549 - ganymed: new values for the spark-event-cut
550
551 - sponde: required missing MEnergyEst from ganymed.root... fixed.
552
553
554
555 *** Version 0.9.4.1 (2005/08/18)
556
557 - callisto: fixed some problems with the calibration in case of
558 inteleaved events. Therefor the final and some intermediate
559 fits are skipped which would take place on partly filled #
560 histograms and gave wrong results or failed completely.
561
562 - callisto: If the intermediate finalization of the histograms
563 calculating the mean charge of the calibration signal fails
564 it is counted now and printed in PostProcess of MCalibCalcFromPast.
565
566 - ganymed: Fixed some bugs which caused problems in On-only mode.
567 Still the false source plot doesn't give reasonable results.
568
569
570
571 *** Version 0.9.4 (2005/08/05)
572
573 - general: Fixed the ZA binning. It did not correctly fit the
574 MC binning
575
576 - general: Added a class to correct for the missfocussing in
577 April (MSrcPosCorrect)
578
579 - general: Random Forest energy estimator should now work properly
580
581 - general: MHCamera now displays the profiles in deg instead of mm
582
583 - general: MH::SetPalette offers a lot of new palettes
584
585 - general: MHillas - the case of CorrXY==0 is now handled properly
586
587 - general: implemented the possibility to change the line and
588 marker style of a sky-grid drawn by MAstroCatalog
589
590 - general: Runs in sequences and datasets are now automatically
591 ordered (it is assumed that the order of their filenames correctly
592 represents the order of observations) to ensure correct reading
593 of the subsystem data
594
595 - general: Runs cannot be added to a sequence twice anymore. Also
596 Sequences cannot be added twice anymore to a dataset.
597
598 - general: fixed a bug in MAstro::Deg2Hms reported by Abelardo.
599 It gave wrong results by 1./2pi
600
601 - showplot: got a new option to start a root interpreter, too
602
603 - mars: now displays a rough estimate of Disp and the third moment
604
605 - mars: now displays the event time MTime if available
606
607 - mars: show muon parameters graphically
608
609 - mars: now the file to open can be given as commandline
610 argument
611
612 - merpp: Added support for new arehucas version >= 200507190
613 implementing values for three temperature sensors in the
614 counting house (MCameraAUX) and the name of the HV settings file
615 (MCameraHV).
616
617 - merrp: Also fixed some problems with wrong versions numbers stated
618 by arehucas and implemented some fixed for old versions (<200407070)
619
620 - callisto: MCalibrationHiLoCam can now be printed from its context
621 menu, eg in the TBrowser
622
623 - callisto: fixed logain offset (fgOffsetLoGain) from 1.7 to
624 - 1.39 (MExtractTimeAndChargeSpline)
625 - 1.40 (MExtractTimeAndChargeDigitalFilter)
626 This is important mainly for timing studies.
627
628 - callisto: Changed limits in MHCalibrationChargeCalc from
629 - -100.125 to -98 (fgChargeHiGainFirst)
630 - 1899.875 to 1902. (fgChargeHiGainLast)
631 - -100.25 to -99 (fgChargeLoGainFirst)
632 - 899.75 to 901. (fgChargeLoGainLast)
633 Introduced new limits:
634 - fgNumLoGainBlackoutLimit: 0.05
635 - fgLoGainBlackoutLimit: 3.5
636 - fgLoGainPickupLimit: 3.5
637
638 - callisto: The handling of automatic weights for the digital filter
639 has been improved. There are now new calibration weights special
640 for Monte Carlo calibrations.
641
642 - callisto: Updated Muon scale with latest results (1% difference
643 for most data, 5% for Mar/Apr'05)
644
645 - callisto: use a new criterium to exclude bad pixels: If the high-gain
646 was saturated and the blackout-events in the low-gain exceed the
647 fNumLoGainBlackoutLimit, the pixel is declared unsuitable.
648 This excludes those pixels which have a saturating high-gain
649 channel, but the low-gain switch does not switch often enough
650 to make the distribution reliable.
651
652 - callisto: fix a bug counting the number of saturated events. Up to now,
653 the number of saturated slices was counted (which is one for a not too
654 high number), but for some (pathological) pixels, many more slices
655 saturated and produced wrong limits.
656
657 - callisto: New options in in callisto.rc for MCalibrationRelTimeCalc:
658 + MCalibrationRelTimeCam.CheckFitResults: Yes
659 + MCalibrationRelTimeCam.CheckDeviatingBehavior: Yes
660 + MCalibrationRelTimeCam.CheckHistOverflow: Yes
661 + MCalibrationRelTimeCam.CheckOscillations: Yes
662
663 - callisto: introduce max. number of events for intercalibration,
664 the rest gets skipped. Default: 4096
665 The calibration causes too many un-reliable pixels if more
666 than about 5000 events are treated (@500 Hz) because of the
667 mode hopping of the VCSels. However, in the past, some
668 calibration runs have been taken (erroneously) with more
669 than 5000 events, especially the intensity scans where
670 a good precision is needed.
671
672 - callisto: Set UseExtractorRes to kTRUE, will raise the number of
673 photo-electrons for the spline extractor by 1-2% (correctly).
674
675 - callisto: The intercalibration is now done using a full f-factor
676 method instead of a simple update. This makes things slower but
677 more reliable in terms of gain-fluctuations and sudden VCSEL gain
678 changes.
679
680 - callisto: MPedestalY3 now uses the same extraction range as the data
681 as calculated by MPedestalY2
682
683 - callisto: A check of the fraction of allowed unsuitable (10%) and
684 unreliable (30%) pixels has been addded when the conversion is
685 calculated from interleaved events
686
687 - star: fixed a bug which caused MEffectiveOnTime containers not to
688 be written. In the worst case they were skipped almost all, in the
689 best case they were all ok. It depends on how often the new value
690 was assigned just with an event which was skipped later by another
691 task
692
693 - star: new histograms MHPointing and MHRate
694
695 - star: New tab (Currents) displaying the time evolution of the mean
696 DC currents
697
698 - star: New tab (MeanRms) displaying the time volution of the mean
699 Pedestal Rms
700
701 - star: Output now contains MReportStarguider
702
703 - star: Improved muon analysis. Due to the absense of a constant
704 for the gaus fit for arc width and the fact that the arcwidth
705 plot was a histogram instead of a profile the resulting psf
706 became pedestal rms dependant
707
708 - ganymed: added new plot (MHPhi) for wobble mode as described in
709 http://www.astro.uni-wuerzburg.de/results/ringmethod/
710
711 - ganymed: corrects now (correctly?) for the misspointing in
712 May/April 05
713
714 - ganymed: Two new default templates for ganymed.rc are avilable:
715 ganymed_onoff.rc and ganymed_wobble.rc
716
717 - ganymed: The first version of MFMagicCuts has been released
718
719 - ganymed: the Conc1 plot was incorrectly scaled in MHVsSize
720
721 - ganymed, sponde: There are two new options to determin the number
722 of bins for the signal region (NumBinsSignal) and the number of
723 total bins (NumBinsTotal) in the MHThetaSq histogram
724
725 - ganymed: optimized palettes for MHDisp
726
727 - ganymed: Fixed an important bug when using ThetaSq as fit function:
728 The result for the sigma of the gauss(sqrt(x)) fit was a factor
729 sqrt(2) to large
730
731 - ganymed: The false source plot (MHDisp) is now based on Disp
732 and a background model determined in the first loop is
733 subtracted
734
735 - ganymed: MFMagicCuts are now available in the cvs. The correct
736 solution for the disp ambiguity problem is now calculated using
737 the third moment. The third moment cut therefor is skipped.
738
739 - ganymed: Output now contains "Disp [MParameterD]" which sign is
740 already determined by the third moment along the major axis and
741 so its actual sign is aligned along the major axis of the shower.
742
743 - ganymed: If starguider data is available it is taken into account
744 when calculating the source position. This is especially important
745 for wobble data at high zenith angles and culmination data.
746
747 - ganymed: If available the starguider data is taken into account as
748 good as it is possible without a starguider calibration. To switch
749 it off add
750 MPointingDevCalc.MaxAbsDev: -1
751 to your ganymed.rc
752
753 - sponde: the zenith angle distribution is now weighted instead of
754 choosen by default. This gurantees higher statistics in the highest
755 and lowest energy bins. To switch this behaviour off use...
756
757 - sponde: now automatically displays the energy threshold
758
759
760
761 *** Version 0.9.3 (2005/06/03)
762
763 - general: MMcEvt now derived from MMcEvtBasic which should
764 have no influence on compatibility with older camera files
765
766 - general: Implemented a new option to MReadReports which allows
767 to force reading of the first event of some trees (eg. Drive-tree)
768 before any other tree.
769
770 - general: Made a fix to MPointingPosCalc which assumes that the
771 run-type is real-data if Process is called before ReInit, such
772 that also the very first Drive-events in a run are treated
773 correctly.
774
775 - shoplot now displays the filename in the title bar of the window
776
777 - merpp: new options: --auto-time-start --auto-time-stop which
778 allow to cut updating with slow-control at the start- or
779 (previousle --auto-time only allowed: and) stop-time of
780 the run stored in the runheader.
781
782 - callisto: changed default of fgFallTimeHiGain in
783 MExtractTimeAndChargeSpline from 1.5 to 0.5. 0.5 was
784 already set as default in callisto_Dec04Jan05.rc
785
786 - callisto: the digital filter (MExtractTimeAndChargeDigitalFilter)
787 now changes the filename for new weights automatically for
788 cosmics, MC and for different calibration colors.
789
790 - callisto: a problem with the order of some code cause the
791 name of the weights file in MPedestalY2 to be ignored.
792 Wrongly the calibration_UV weights were used instead
793 of the cosmics weights set in callisto.rc.
794
795 - callisto: should allow ct1 pulser data when the color is
796 explicitly set also for pretty new runs
797
798 - callisto: a new option (MCalibrateData.ScaleFactor) allows
799 to introduce an additional scale factor (should be around 1)
800 to adapt for slight deviations in different extractors from
801 the MC calibration. For MC calibrations the scale factor
802 is fixed to 1
803
804 - callisto: MFCosmics should handle very high signals a bit
805 more accurate now
806
807 - callisto: when calculating the mean pedestal rms for different
808 pixel sizes or sectors also kUnsuitableEvt is now taken into
809 account - not only kUnsuitableRun
810
811 - callisto: '-raw' option is now the default
812
813 - callisto: A dead pixel check has been implemented in MJPedestalC2.
814 This has the advantage that mean values in the calibration (eg
815 arrival times) are calculated more accuratly.
816
817 - callisto: In the resource file callisto_Dec04Jan05.rc
818 MJPedestalY2.ExtractWinRight has been reduced from 4.0 to 2.0
819
820 - callisto: new Hi-/Lo-Gain intercalibration constants
821 hilocalib_sp1.root and hilocalib_sp1_mc.root
822
823 - callisto: changed default for MJPedestalY2.MaxEvents
824 from 2000 to 5000 like in callisto_Dec04Jan05.txt
825
826 - callisto: in MCalibrationChargeCalc the limit fgPheErrLowerLimit
827 has changed from 9.0 to 6.0. This is necessary to exclude two very
828 ringing pixels in September which - when kept - destroy the image
829 cleaning around them (Markus G.)
830
831 - callisto: (!) The Muon analysis of all data taken so far has
832 suggested that different extractors give slightly different
833 absolute results after calibration, due to there different
834 handling of the calibration- and cosmics pulse shape. Although
835 the over all calibration seems to be a bit to pesimistic (or
836 the MC seems to be a little bit - 3-5% - too much attenuated).
837 There for correction factors have been introduced which correct
838 the calibration constants by
839 0.956937799 for Digital Filter (callisto.rc)
840 and
841 0.904159132 for Spline (callisto_Dec04Jan05.rc)
842 calibration. The main advantage is, that both data types can
843 be easily analysed together and compared to the same MC sample.
844 The factors are choosen such, that the reference is now a
845 Monte Carlo sample calibrated with Digital Filter (callisto.rc)
846
847 - star: fixed a bug which caused the first bin of the histograms
848 vs time to disapear in PostProcess. This gave wrong results
849 on the screen. The output and all following programs not
850 directly accessing the histograms haven't been affected
851
852 - star, ganymed: Made sure that always the first Drive-tree event
853 is read and Processed before the first data event was read.
854
855 - ganymed: implemented the possibility to replace the standard
856 false source plot with a different one. For example: If
857 you want to use a Disp based FS plot use the resource:
858 NameHistFS: MHDisp
859 For details about the requirements of these plots look
860 at the corresponding classes
861
862 - MJOptimize: For On/Off and Wobble optimization MJOptimize
863 has been replaced by MJOptimizeCuts. To use MHThetaSq instead
864 of MHAlpha call MJOptimizeCuts("MHThetaSq"). Make sure in this
865 case MAlphaFitter is setup correctly. For On-Only optimization
866 MJOptimize has been Replaced by MJOptimizeCuts, too. Call
867 RunOn() instead of Run(). For energy estimation MJOptimize
868 has been replaced by MJOptimizeEnergy
869
870 - sponde: The input MC spectrum can now be weighted to fake a
871 different spectrum. This is done via MMcSpectrumWeight. For
872 more details see the class description and sponde.rc
873
874 - sponde: The paremeter comparsion plots are not scaled by
875 their entries anymore. Instead the MC plot is scaled by using
876 the result spectrum of the analysis. If the input MC spectrum
877 and the result spectrum has different slopes the absolut
878 normalization is normally wrong.
879
880
881
882 *** Version 0.9.2 (2005/05/20)
883
884 - general: Changed the default paths for calibrated data and image
885 files. (The implemented access to these files doesn't yet exist)
886
887 - general: support for MRunIter has been removed from the job classes
888 (use the setter functions of MSeqeunce instead)
889
890 - general: ProcessFile has been renamed to Process in all job classes,
891 because ProcessFile is missleading
892
893 - general: The storage of the palette in MHCamera is now possible
894
895 - general: new bits describing unsuitable and unreliable pixels have
896 been introduced in MBadPixelsPix: kPreviouslyExcluded,
897 kDeadPedestalRms, kFluctuatingArrivalTimes
898
899 - general: fixed reading of CC-REPORTS (weather data) for Arehucas file
900 versions newer than V200404070
901
902 - general: support for cc file versions newer than V200504130. Added
903 support for active loads (MCameraActiveLoad) and central pixel
904 (MCameraCentralPixel)
905
906 - general: added new histograms for image parameters versus size
907 (MHVsSize)
908
909 - general: The eventloop now automatically calls PrintStatistics
910
911 - Status Display: Improved support for printing:
912 + A default can now be set in .rootrc (for more details see
913 MStatusDisplay::PrintPS)
914 + A print dialog is opened so that printer and command line
915 can be canged
916
917 - showlog: improved such that it handles different verbosity levels
918 more accurate now. This mean you can suppress output when
919 using showlog.
920
921 - showplot: improved
922 + The new graphics formats have been implemented
923 (pdf, svg, png, jpg and xpm)
924 + Implemented an interface for printing. Because you can change
925 the printing command from the command line you can use all
926 the nice postscript tool. To print a booklet for example call:
927 showplot -b --print --print-cmd="cat %f" filename.root | lpr
928 showplot -b --print --print-cmd="psbook %f | psnup -2 | lpr" filename.root
929 showplot -b --null --print --print-cmd="psbook %f" filename.root > book.ps
930
931 - callisto: fixed a bug in the recognition of the calibration bit
932 pattern. Concerns only intensity calibration. (The strength of the
933 intensity has been updated in some cases)
934
935 - callisto: add a filter against PIN Diode events when running over
936 calibration runs since some of the recent calibration runs have
937 been taken with Pin Diode.
938
939 - callisto: added support for the runs 39942, 39944, 44834, 39941,
940 39943, 44833 in the calibration (MCalibColorSet)
941
942 - callisto: MJCalibration.MHCalibrationChargeCam.ProbLimit has
943 been set to 1e-18 in callisto_Dec04_Jan05.rc
944
945 - callisto: in callisto_Dec04Jan05.rc: set value for
946 MJPedestalY2.MaxEvents from 2000 to 5000 to get better
947 statistics for the calculation of the mean pulse time
948 of the cosmisc
949
950 - callisto: the charge limit in the calibration has been raised
951 from 2.5 to 4.5
952
953 - callisto: new setup read from callisto.rc
954 + MCalibCalcFromPast.fNumEventsDump
955 + MHCalibrationChargeCam.NumHiGainSaturationLimit
956 + MHCalibrationChargeCam.NumLoGainSaturationLimit
957
958 - callisto: MExtractTimeAndChargeSpline extractor:
959 + The integration ranges were shifted by 0.2 FADC slices to the right.
960 + unreliable handling of floating point values caused different
961 results on different platform or with different compiler options:
962 The new algorithm is numerically exact and more accurate because
963 it doesn't calculate the integration position by multiple times
964 adding the step-size (which results in numerical uncertanties
965 exspecially if multiplied with large numbers)
966 + A lot of fixes have been introduced which effects integrating the
967 spline at the edges of the valid range. In this case any memory
968 was randomly accessed. This behaviour can be tested replacing
969 all MArrayF by TArrayF which perform a range check (but of course
970 they are a lot slower)
971 ! No result obtained with the Spline before can be trusted! Due to
972 random memory access it might by completely random!
973
974 - callisto: set new defaults in MExtractTimeAndChargeDigitalFilter:
975 + extraction range in the high gain to 4.
976 + weights file to cosmics_weights46.dat
977
978 - callisto:
979 + introduce the check for fluctuating arrival times.
980 + set charge limit to from 2.5 to 4.5
981 + introduce asymmetric exclusion due to "deviating number of phes":
982 Default: -9.0 +4.5
983 + make deviating number of phes unsuitable (see David's findings).
984
985 - callisto: fixed the display of unsuitable pixels. The old change
986 to a real profile in MHCamera broke it.
987
988 - callisto: The cosmics filter is used in MJCalibration now
989 independant of the pulser color (formaly it was used only for
990 CT1-pulser data). The threshold of number of max empty pixels
991 has been raised from 2% to 5% in MJCalibration. The maximum
992 fraction of rejected event is 50% otherwise the calibration has
993 failed. The filter now ignores unsuitable pixels.
994 Setup the filter from callisto.rc using "ContCosmics"
995 (see MFCosmics::ReadEnv)
996
997 - callisto: changed default for fgOffsetFromLogain back
998 from -2.8 to -1.8 in digital filter.
999
1000 - callisto: for the common extractors
1001 + MExtractFixedWindow
1002 * MExtractTimeAndChargeSlidingWindow
1003 * MExtractTimeAndChargeSpline
1004 * MExtractTimeAndChargeDigitalFilter
1005 the hi- and lo-gain reolution is stored in fResolutionPerPheHiGain
1006 and fResolutionPerPheLoGain
1007
1008 - callisto: Updated the hi-/lo-gain intercalibration constants
1009 hilocalib_sp1.root, hilocalib_df46_mc.root, hilocalib_df4.root,
1010 hilocalib_df6.root
1011
1012 - callisto: The default lo-gain extraction window for the
1013 MExtractTimeAndChargeSlidingWindow extractor has been increased
1014 from 6 to 8 to take the stretch of the pusle into account
1015
1016 - callisto (!!!): fixed an important bug in the setting of the
1017 incoming pedestal pointer to the signal extractor extracting
1018 pedestals. This bug caused the pedestals not to be subtracted
1019 correctly in the calibration afterwards. The effect was about 10%
1020 too high conversion factors for the digital filter and the spline
1021 and more than 40% for the sliding window.
1022 The bug existed since end of February! (Markus G.)
1023
1024 - star: added muon support to star. A new tab "MHMuonPar" is
1025 displayed. The lower right plot is an estimate of the point spread
1026 function. A reference value is displayed. To get the real PSF
1027 you must compare with MC. The setup for the muon analysis
1028 is done in star.rc. More informations can be found in
1029 MHSingleMuon and MHCalibParCalc
1030
1031 - star: The weather data is now displayed in star
1032
1033 - star: MEventRateCalc handles the calculation of the event rate more
1034 accurate now in case of the start of a new run inside a sequence
1035
1036 - ganymed: a bug in MSrcPosCalc has been fixed (The changes were taken
1037 from a bugfix of Wolfgang to Loc0LocToCam; Wolfgang: the results are
1038 changed only minimally
1039
1040 - ganymed: (MJCut and MJOptimize) now displayes the number of
1041 excess events versus size. The energy estimation is done in
1042 MJSpectrum (sponde)
1043
1044 - ganymed: got support for using other variables than Alpha, eg. Theta.
1045 Therefor you need a class deriving from MHAlpha which supports
1046 this variable (one is already existing: MHTheta, which is now the
1047 default in ganymed). It is setup through ganymed.rc
1048
1049 - added a full featured spectrum program (sponde) which reads
1050 ganymed output and monte carlos and compiles a spectrum
1051
1052
1053
1054 *** Version 0.9.1 (2005/04/14)
1055
1056 - Fix bug on the arrival time reconstruction when using Digital
1057 Filter (in some marginal cases (10%) times were reconstructed shifted
1058 by 0.2 slices)
1059
1060 - all executables now return 2 where in previous versions -1 has
1061 been returned (gave problems with shell-scripts)
1062
1063 - the Hi-/Lo-Gain intercalibration for monte carlo files is now
1064 also done with a intercalibration input file
1065
1066 - a bug in the time fine adjustment of the digital filter has been fixed
1067
1068 - a lot of small fixes to calling TPad::Divide with a margin==0
1069
1070 - MStatusDisplay now shows the memory usage
1071
1072 - added a memory leak statistic after the eventloop
1073
1074 - MHadronness replaced by MParameterD
1075
1076 - MEnergyEst replaced by MParameterD
1077
1078 - wobble mode can now be switched on from the data-set
1079
1080 - switched on bad pixel detection for a pedestal level
1081 which is more than 5 times the variance
1082
1083 - Fixed default paths to be correct for the new data center
1084
1085 - Fixed handling of drive data. The pointing position in now
1086 copied to MPointingPos inside star for real and MC events
1087
1088 - made sure, that the sequences in a dataset are sorted by
1089 their number to ensure the correct synchronization
1090
1091 - added all resource files necessary to handle spline extraction
1092 of signal for the late 2004 and the early 2005 data
1093
1094 - update the reference lines for the december data
1095
1096 - changed default for fgHiGainFirst from 2 to 0 in spline extractor
1097 This is important for the Dec. and Jan. data where the calibration
1098 pulse position changes much.
1099
1100 - changed default for fgOffsetFromLogain from -1.8 to -2.8 in digital
1101 filter. This corrects only an defective extraction of the MC at
1102 low-gain signals lower than 90 phes.
1103
1104 - fixed some slowdown in calibrating data with interleaved events from
1105 Jan and Dec. As a workaround made the pretty palette the default.
1106 The inverse Deep Blue Sea has a bug which slows down long calibration
1107 runs a lot.
1108
1109 - implemented new values from new starguider report as defined
1110 in TDAS00-07 V7.1 (eg SkyBrighness)
1111
1112 - Fixed the formerly wrong unit of azimuth and zenith angle deviation
1113 in starguider report (If you merpp the same reports with this version
1114 you'll get the correct units (arcmin) but a different result
1115 than with old versions (wrong units))
1116
1117 - Now the status display can also write PNG, JPEG and XPM (other file
1118 formats are still unsupported by root)
1119
1120 - added a lot of scripts and macros in directory datacenter used
1121 for automatic processing
1122
1123
1124
1125 *** Version 0.9 (2005/03/23)
1126
1127 - Calibration is now done autmatically into photo-electrons like
1128 decided by the Collaboration Board
1129
1130 - Reference lines in the display can be read from resource file
1131
1132 - Interlaced calibration events can be handled by callisto
1133
1134 - Hi-Gain vs. Lo-Gain calibration constants can be calculated
1135 and applied in callisto.
1136
1137 - class MJCalibTest can be called by callisto
1138
1139 - callisto can now run with three data types: rawdata, rootdata, MC
1140
1141 - added two classes mreport/MReportStarguider.cc and
1142 mreport/MReportStarguider.h for implementing starguider-data
1143
1144 - the output of merpp-update now contains starguider information:
1145 MReportStarguider and MTimeStarguider
1146
1147 - Fixed bug in MHHadronness.cc which made that the displayed Q-factor
1148 values were lower than they should. This was more visible for high
1149 energy (Size) events.
1150
1151 - Made MExtractTimeAndChargeDigitalFilter the default for callisto
1152
1153 - added a new loop to callisto to support the correct extraction of
1154 the pedestal and pedestal rms through the signal extractor
1155
1156 - added class to perform fourier tranformation of a hexagonal structure
1157 (MHexagonalFT)
1158
1159 - added class to perform fourier tranformation of a hexagonal structure
1160 in a tasklist (MHexagonalFTCalc) example: hft.C
1161
1162 - added class to enhance the MCerPhotEvt from the Magic camera geometry
1163 MGeomCamMagic to a enhanced geometry MGeomCamMagicXT having only
1164 small pixels, example: extendcam.C
1165
1166 - added possibility to write data to memory (TTree) using MWriteRootFile
1167
1168 - added possibility to read a TTree stored only in memory by MReadTree
1169
1170 - new classes to deal with the interleaved calibration events:
1171 MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
1172
1173 - implemented filters to callisto to skip calibration events
1174
1175 - changed callisto to calculate three kinds of pedestals and pedestal rms:
1176 + fundamental pedestal (MPedPhotFundamental): extracted directly from
1177 the slices by statistics
1178 + pedestal from extractor (MPedPhotFromExtractor): extracted with the
1179 signal extractor without randomization
1180 + random pedestal from extractor (MPedPhotFromExtractorRndm): extracted
1181 with the signal extractor with randomization (extraction window is
1182 randomly fixed)
1183 The three kind of pedestal is not yet implemented (for speed reasons) as
1184 long as nobody really needs it:
1185 + pedestal from extractor with randomizatiuon (MPedPhotFromExtractorRndm):
1186 extracted with the signal extractor with randomization
1187
1188 - callisto now finds the pulse position in the data automatically
1189
1190 - implemented data reduction in calibrated data by reducing the precision
1191 of the stored floating point values (pedestal, rms and signal) to
1192 roughly 0.5%
1193
1194 - fixed showplot to make file format conversion (eg. converting a
1195 status display stored in a root file into a postscript file) in
1196 batch mode possible:
1197 showplot -b --save-as-ps[=outfile.ps] infile.root
1198
1199 - Allow class names as part of filter rules, eg
1200 (MFSupercuts) && (MHillas.fSize>100)
1201
1202 - fixed a lot of stuff to allow all programs to process MonteCarlo
1203 camera files.
1204
1205 - enhanced possibility to debug reading of resource file
1206
1207 - MDataChain should handle priorities of operator more
1208 accurate now
1209
1210 - completely revised the container in which the signal is stored
1211 MCerPhotEvt/Pix, MArrivalTime --> MSignalCam/Pix
1212 * the new implementation is faster and
1213 * needs less storage space
1214
1215 - FIRST version which can process Monte Carlos through the
1216 whole chain of programs (callisto, star, etc)
1217
1218 - implemented new image parameters for the border length of
1219 the shower image (MNewImagePar2)
1220
1221 - implemented wobble-mode in ganymed
1222
1223 - new class (MJOptimize) taking care of all optimization processes
1224
1225
1226
1227 *** Version 0.8.6 (2004/10/05)
1228
1229 - New combined signal and time extractor
1230 MExtractTimeAndChargeDigitalFilter
1231
1232 - The Report for the trigger section in the CC run summary has been
1233 updated, and now the IPRs (Individual Pixel Rates) are available.
1234
1235 - new macros for database interaction: filldotrun.C, filldotrbk.C
1236
1237 - added new program which can convert colored output which was redirected
1238 into a file back into colored text (for example to display it with
1239 more): showlog
1240
1241 - added new program to display an MStatusArray of plots (stored with
1242 MStatusDisplay) from a file: showplot
1243
1244 - Added support for Sequences (MSequence). Sequences are blocks of run
1245 files containing the same calibration and belonging to the same
1246 source
1247
1248 - Added a new task (MTaskEnv) which can be used in setup files to switch
1249 between different tasks (for example to choose a signal extractor)
1250
1251 - Implemented automatic file splitting in MWriteRootFile
1252
1253 - After image cleaning an island index is assigned to all used pixels.
1254 The index corresponds to the order of the islands in size.
1255
1256 - added a cleaning which takes signal height _and_ arrival time into
1257 account: probability cleaning (for more details see MImgCleanStd)
1258
1259 - added a cleaning which takes takes the absolute number of photons
1260 times the area ratio as cleaning level
1261 (for more details see MImgCleanStd)
1262
1263 - Changed calculation of image parameters such, that it can be done
1264 for all used pixels or the pixels with a defined island index only
1265
1266 - implemented new image parameters displaying the number of islands,
1267 saturated hi-gain and lo-gain pixels (MImagePar, MHImagePar)
1268
1269 - event display in executable changed to support also calibrated files
1270 (done with MJCalibrateSignal)
1271
1272 - added program doing the calibration and the signal extraction
1273 and signal calibration: callisto Most part of the setup is done
1274 by a resource file: callisto.rc
1275
1276 - implemented support for pixels with negative IDs (Raw file format
1277 version 4)
1278
1279 - implemented an new option in merpp (--auto-time) to get the time
1280 range for cc and/or caco data from the run header of the raw data
1281
1282 - New star-program (star and MJStar). Taking calibrated data from
1283 callisto/MJCalibrateSignal as input. The setup is done through
1284 a resource file: star.rc
1285
1286 - Added possibility to setup the eventloop in the mars-executable
1287 Camera Display by a resource file: mars.rc
1288
1289 - The the mars-executable Camera Display can now also read
1290 calibrated data files written by callisto/MJCalibrateSignal
1291
1292 - Added a new class which can calculate the source position in
1293 the camera from a pointing model known to be correct and
1294 the pointing model used for observations (MSrcPosFromModel)
1295
1296 - added a new version of the class calculating the effective on-time
1297 MHEffectiveOnTime. It unifies the old classes MHEffOnTime,
1298 MHEffOnTimeTime, MHEffOnTimeTheta, MHTimeDiff, MHTimeDiffTime and
1299 MHTimeDiffTheta.
1300
1301 - added the possibility to count how often a signal is above (or
1302 below) a certain threshold in MHCamEvent and MHCamEventRot (this
1303 can replace MHTriggerLvl0)
1304
1305 - added ore convinient ways to set the axis-titles of your histograms
1306 in your macro to some MH-classes like: MH3, MHVsTime, MHSectorVsTime,
1307 MHPixVsTime, MHVsTime, MHCamEvent and MHCamEventRot
1308
1309
1310
1311 *** Version 0.8.5 (2004/08/06)
1312
1313 - new Signal Extractors: MExtractFixedWindowSpline
1314 and MExtractAmplitudeSpline
1315
1316 - implementes interleave in merpp to be able to merpp parts of a file
1317
1318 - implemented force-functionality to merpp
1319
1320 - star display to display star catalogs (MAstroCatalog)
1321
1322 - star display to 'mirror' stars to the camera (MAstroCamera)
1323
1324 - implemented a new cleaning option which allows cleaning scaled with
1325 the real ratio of the rms depending on the pixel size, not only the
1326 square root of the pixelsize (MImgCleanStd, MCameraData)
1327
1328 - removed obsolete MBlind* classes
1329
1330 - Signal extractor taking the AB flag into account implemented (this makes
1331 an odd number of slices for signal extraction possible
1332 (MExtractSignalABcorr)
1333
1334 - implemented a class extracting the pedestal from the raw-data (events)
1335 itself using empty lo-gain (MpedCalcFromLoGain)
1336
1337 - Added mean values to MPedPhotCam
1338
1339 - Added Makefile for Darwin (this OS is NOT officially supported!)
1340
1341
1342
1343 *** Version 0.8.4 (2004/04/19)
1344
1345 - new fast arrival time extractor using cubic splines:
1346 MExtractTimeFastSpline
1347
1348 - implementes multi-argument support in MDataChain
1349 ("pow(a, b)")
1350
1351 - implemented double reference support in MDataChain
1352 ("MCameraLV.fPowerSupplyA.fVoltagePos5V")
1353
1354 - added support in MF for expressiond like
1355 "MHillas.fWidth<2*<MHillas.fLength"
1356
1357 - MDataChain is now able to support variables like [0], [1], ...
1358 which can be used in fit functions as parameters. The interface
1359 is implemented through the new virtual function
1360 MParContainer::SetVariables
1361
1362 - added new class MArrivalTimeCam/MArrivalTimePix:
1363 Storage containers to hold the ArrivalTime of the camera/pixel
1364
1365 - added new classes for the calibration of relative arrival times:
1366 MCalibrationRelTimePix and MCalibrationRelTimeCam
1367
1368 - added new classes to extract the signal of the blind pixel and the
1369 PIN Diode separately: MExtractBlindPixel and MExtractPINDiode
1370
1371 - added new classes for the bad-pixels treatment (MBadPixels*)
1372 which are more powerfull than the old ones (MBlindPixel*)
1373 and will replace them.
1374
1375 - added filter against cosmics: MFCosmics
1376
1377 - added new class MArrivalTimeCalc2:
1378 Calculates the arrival time as the signal weighted mean of the time
1379 slices in the maximum window
1380
1381 - added a new macro call pointspreadfucntion.C that fits with a 2D
1382 gaussian the DC spot for an star. It gives you the RMS of
1383 the PSF and the center of the star, very useful for misspointing
1384 studies.
1385
1386 - added support for multi-telescope camera files. Added classes
1387 MStereoCalc and MStereoPar, classes to calculate and store shower
1388 parameters calculated from the data of two telescopes, for the MC
1389 studies regarding the MAGIC clone.
1390
1391 - added MMcCalibrationCalc, MMcCalibrationUpdate, classes to obtain
1392 MC data calibrated in photons instead of ADC counts.
1393
1394 - added three macros to show the calibration and analysis chain of
1395 MC data. The macro starmc.C does both calibration and analysis, producing
1396 an output containing Hillas parameters for each event. The macro
1397 mccalibrate.C does just the calibration and writes out a file containing
1398 pixel information in photons instead of FADC data. The macro starmc2.C
1399 reads in such a file and produces an output with Hillas parameters.
1400
1401 - added MPedPhotCalc to compute pedestals in units of photons, see
1402 macro pedphotcalc.C
1403
1404 - added all class to perform the calibration, see macro calibration.C
1405
1406 - added class MFFT to perform Fast Fourier Transforms
1407
1408 - added class MSimulatedAnnealing to perform simulated annealing
1409 minimizations
1410
1411 - added new macro bootcampstandardanalysis.C which holds the skeleton
1412 of the analysis chain discussed in the december bootcamp.
1413
1414 - added support for DAQ raw data file format V2
1415
1416 - implemented an arbitrary time stamp for the events from raw-data
1417 files with file version<3. It is calculated from the run number,
1418 the date of start and the FADC clock tick from the first module
1419
1420 - implemented the correct decoding of the event time-stamp
1421 coming from the DAQ for raw-data files with file-version>2
1422
1423 - added a new classes storing the pedestals in units of photons:
1424 MPedPhotPix, MPedPhotCam
1425
1426 - added support for DC current files from the camera control
1427
1428 - added support for start- and stop-time when merpping report files
1429
1430 - added MReportCC storing the weather data from the CC-REPORT
1431
1432 - added class to fill trainings and test matrices (MTFillMatrix)
1433
1434 - added a filter performing a software trigger (MFSoftwareTrigger)
1435
1436 - Added classes to perform parts of the standard analysis (Jobs):
1437 + MJPedestals
1438 + MJCalibration
1439 + MJExtractSignal
1440 Note: All of them are preliminary!
1441
1442 - Added Iterator to iterate over files giving only the run-number
1443
1444 - Added class (MHSectorVsTime) and example (sectorvstime.C) to plot
1445 the evolution of a sector vs time
1446
1447
1448
1449 *** Version 0.8.3 (2003/12/05)
1450
1451 - adapted Random Forest classes to allow the use with MC
1452 multi-telescope files which can be produced with the coming
1453 camera version 0.7.
1454
1455 - added classes to read and interprete central control report files
1456 (Directory: mreport, Base-Class: MReport, Reader: MReportFileRead, ...)
1457
1458 - enhanced merpp (the executable) to support .raw and .rep files.
1459
1460 - added classes for light calibration (MCalibration* and
1461 MHCalibration*) by Markus Gaug. Further work has to be and will
1462 be done soon.
1463
1464 - Added a preliminary 'synchronizer' (MReadReports) which will
1465 replace MReadMarsFile as soon as it is finished.
1466
1467 - Added a tutorial macro demonstrating how report files are merpped
1468 and how they can be read from the root file in the correct order
1469 of time (readrep.C)
1470
1471 - Added a generalized histogram (similar to MH3) called MVsTime
1472 which allows to plot variables (or rules - MDataChain - of
1473 variables) vs time. For an example have a look at tempvstime.C.
1474
1475 - Changed the name of the event trees:
1476 + Events --> Events
1477 + PedEvents --> Pedestals
1478 + CalEvents --> Calibration
1479
1480 - changed name of MTime in the event trees from MRawEvtTime to MTime
1481
1482 - added displaying the sector indices to the mars event display
1483
1484 - Magic Online Analysis (MOnA) implemented in a first version
1485 (see mona.cc, MOnlineDump and MOnlineDisplay)
1486
1487 - added classes to calculate event rate
1488 (preliminary: MEventRateCalc, MEventRate)
1489
1490 - added new executable 'readdaq' to read *.raw files from the DAQ directly
1491
1492 - added classes dealing with the telescope pointing position (MPointing*)
1493
1494 - implemented the 'final' Mars time stamp based on some experiences with
1495 the new 'Synchonizer'
1496
1497
1498
1499 *** Version 0.8.2 (2003/11/10)
1500
1501 - accelerated standard analysis by a factor of 6-8 ...
1502 + doing precalculations in MGeomCam for the pixel area ratio
1503 + creating a look up table for the single pixels in MCerPhotEvt
1504
1505 - added task to calculates weights in case you want to 'change'
1506 the energy spectrum of a monte carlo file
1507 (MMcWeightEnergySpecCalc - Great work from Marcos Lopez Moya)
1508
1509 - added a new executable star which implements the
1510 star.C macro as precompiled executable. Currently a flexible
1511 setup is not possible, but a 'input card' setup will follow.
1512
1513 - Starting to implement Multi-Telescope-Support based on the
1514 upcomming camera version 0.7. The base for a general support
1515 is implemented and the star-functionality is proven to work.
1516
1517 - Replaced Event-Display in and Camera-Display in the Mars GUI
1518 executable by a more convinient display base on MStatusDisplay.
1519
1520 - fixed the algorithm for the blind pixel treatment (MBlindPixelCalc)
1521
1522
1523
1524 *** Version 0.8.1 (2003/10/20)
1525
1526 - added signal subtraction for pure on data by means of fitting
1527 the background in the off region or by performing a combined
1528 signal/background fit. Provides necessary histograms for
1529 obtaining energy spectra and a light curve.
1530
1531 - added classes to perform and study the selection of the
1532 2nd Level Trigger on MC data (example in triglvl2.C macro)
1533
1534 - added pedestal calculation
1535
1536 - implemented "democratic cleaning" (tail cut value proportional
1537 to pixel area) according to Wolfgang's suggestion.
1538
1539 - added Sigmabar treatment (calculation and basic histogramming)
1540
1541 - added basic routines to apply padding
1542
1543 - added first implementation of MARS-based source visibility plotter
1544 (needs to be linked against slalib, preliminary version)
1545
1546 - enhanced functionality of data chains: random numbers, conversion
1547 functions and access to MHMatrix objects
1548
1549 - fixed some bugs in the CT1 Preproc file reader, which gave wrong
1550 numbers under certain circumstances (runs with 0 events included)
1551
1552 - fixed a bug in the general filter MF (didn't work on some systems
1553 at all)
1554
1555 - fixed a bug in chaining files, which caused the analysis to crash or
1556 ignore files
1557
1558 - implemented more geometry classes describing the parameters used
1559 to simulate the PMT camera
1560
1561 - added new Monte Carlo classes containing the setup of the different
1562 programs in the MC chain.
1563
1564 - added a (preliminary) general task to evaluate chi-square of a given
1565 parameter in an eventloop.
1566
1567 - first implementation of a container describing the observatory
1568 location (Long, Lat, etc)
1569
1570 - added Random Forest - method for g/h-separation
1571
1572 - made compatible with the latest PRO version of root (3.04/02 and 3.05/07)
1573 (this means, that it is compiling, but not yet fully tested)
1574
1575 - added a new status display which can show the present status
1576 of histograms while an eventloop is running (MStatusDisplay,
1577 an example can be found at status.C)
1578
1579 - reorganized directories:
1580 classes describing the image --> mimage
1581 classes containing Monte Carlo Histograms --> mhistmc
1582 classes for Random Forest method --> mranforest
1583
1584 - added (event-)weights to fill histograms
1585
1586 - colors in logging output to screen
1587
1588 - changes to the Image Parameter declaration:
1589 + moved fConc, fConc1 from MHillasSrc to MNewImagePar
1590 + moved fNumUsedPix, fNumCorePix from MHillas to MNewImagePar
1591 + MHillasExt now derives from MParContainer instead of MHillas
1592 --> Files written with the old definition are more or less unreadable
1593
1594 - reading of reflector files
1595
1596 - display data from reflector files in the camera
1597
1598 - implemented currents (and display them in the camera)
1599
1600 - logarithmic scale in camera
1601
1602 - added class to iterate through directory contents (MDirIter)
1603
1604
1605
1606 *** Version 0.8 (2002/11/18)
1607
1608 - added all subdirectories as Include-Paths for ACLIC (s. rootlogon.C)
1609
1610 - corrected 48(!) wrong entries in the Next Neighbor table of the
1611 Magic Camera (all in the inner part of the outer ring, mostly
1612 missing a single NN)
1613
1614 - Fixed a bug in the table describing the Next Neighbours of the
1615 CT1 camera (a pixel 127 doesn't exist and the pixel 126 didn't
1616 have any neighbour)
1617
1618 - changed trigrate.C: now it calculates the pure NSB triggers from
1619 a camera file (generated with no showers), so there is no need
1620 to introduce them by hand in the BgR array (for more details
1621 please ask Abelardo)
1622
1623 - added MHHadronness (and MHadronness) as a general facility to evaluate
1624 the quality of a gamma-hadron seperation method
1625
1626 - changed MWriteAsciiFile to accept rules (MDataChain)
1627
1628 - Calls to MWriteAsciiFile::AddContainer and MWriteAsciiFile::AddRule
1629 must be replaced by calles to MWriteAsciiFile::AddColumn and
1630 MWriteAsciiFile::AddColumns. Be carefull, the arguments have slightly
1631 changed.
1632
1633 - Implemented generalized event-matrices (one row per event)
1634 (MHMatrix)
1635
1636 - implemented the one dimensional composite probabilities
1637 (MHCompProb, MCompProbCalc, comprob.C)
1638
1639 - implemented the Multidimensional Distances (Next Neighbours, Kernel)
1640 (MMultiDimDistCalc, multidimdist.C, multidimdist2.C, MHMatrix)
1641
1642 - Added a camera display displaying the pixel numbers to the
1643 event display gui.
1644
1645 - Added Monte Carlo Informations to event display gui
1646
1647 - Changed the camera display to display the pixel numbering
1648
1649 - Added three buttons to the camera display to change the palette
1650
1651 - Added the number of used and core pixels after image cleaning
1652 to MHillas
1653
1654 - Changed the algorithm used in MHillas according to TDAS 02-03
1655
1656 - Changed the Alpha range according to TDAS 02-03 to [-90°,90°]
1657
1658 - Changed the algorithm used in MHillasSrc according to TDAS 02-03
1659
1660 - Added fCosDeltaAlpha to MHillasSrc
1661
1662 - The numbers of photons used to calculate fConc and fConc1 in
1663 MHillasExt are now scaled with the pixel size, so that one get
1664 a four times smaller value for the bigger pixels in the outer ring.
1665
1666 - added new task to smooth the camera contents (MCameraSmooth)
1667
1668 - added possibility to use interpolated pixel values for blind pixels
1669 instead of removing it completely from the analysis
1670
1671 - Implemented the possibility to save the whole eventloop with
1672 its setup to a file. This information can be read and from
1673 it you can (re)create a Macro. See MEvtLoop::Read, MEvtLoop::Write
1674 and MEvtLoop::MakeMacro. If you find something not working, please
1675 report - this stuff is still in a beta phase.
1676
1677 - MBlindPixelCalc set all Ceta-Tauri pixels to unused not only for the
1678 file having crab starfield, but also for all following files - fixed
1679
1680 - MTaskList::PrintStatistics can now be instructud to print also the
1681 title, too: use PrintStatistics(0, kTRUE)
1682
1683 - Changed the image cleaning so that pixels with to many 'used'
1684 neighbors are left used (to get rid of 'holes' in events)
1685
1686 - Introduced more output to the camera displays
1687
1688 - Added an array of histograms (eg one hist per run), MHArray
1689
1690 - Added a _preliminary_ version of the reader for CT1 PreProc files
1691 (MCT1ReadPreProc)
1692
1693 - Fixed the error calculation of MHMCollectionArea and MHMcIntRate
1694 (thanks to Raquel)
1695
1696 - added the first energy estimator (MEnergyEstParam, estimate.C,
1697 estfit.C) using a parametrization
1698
1699 - Added some new Monte Carlo paremeter containers used to store
1700 setup information from the MC chain (MMcConfigRunHeader,
1701 MMcCorsikaRunHeader, MGeomPMT, MGeomMirror)
1702
1703
1704
1705 *** Version 0.7 (2002/04/30)
1706
1707 - added a bugfix to MCerPhotCalc. In older camera versions (<=40)
1708 the pedestal mean value was saved incorrectly. For files from
1709 this versions we substract 0.5 from the pedestal mean.
1710 WARNING: This may effect your results, so don't wonder...
1711
1712 - First implementation of an algorithm using only triggered events
1713 for the collection area calculation
1714
1715 - Ascii Output can now also be used for parameter containers which
1716 doesn't overload MParCointainer::AsciiWrite
1717
1718 - The Ascii Output is now also capable of writing single data members
1719 of one container
1720
1721 - You are now able to change the order of the values written to the
1722 ascii file
1723
1724 - You can now specify a conversion factor for each data member written
1725 to an ascii file. This may be usefull to change the units of the
1726 data member (eg. degrees instead of millimeters in case of the
1727 hillas parameters)
1728
1729 - Replaced old MHillas by a new structure which allows you to extend
1730 the parameters stored in MHillas very easily:
1731 see MHillas and MHillasExt
1732
1733 - Added classes to handle source dependancy of image parameters:
1734 see MHillasSrc
1735
1736 - Added container (MBinning) to have a standard input for the binning
1737 in different histograms (eg. the Energy bins should be the same in
1738 all histograms)
1739
1740 - Changed Hillas histograms from mm to deg
1741
1742 - Added the flexible binning to the hillas histograms
1743
1744 - Added a filter for the alpha parameter (MFAlpha)
1745
1746 - It is now possible to write single data members of a class object to
1747 an output stream instead of the whole container only
1748
1749 - Added a generalized filter for a data member:
1750 MFDataMember filter("MHillas.fWidth", '<', 0.5);
1751
1752 - Added a generalized Filter parser for more difficult filter rules
1753 MF filter("MHillas.fWidth<0.5 && MHillas.fLength>0.5");
1754
1755 - Added new Monte Carlo histograms:
1756 MHMcEnergyImpact and MHMcEfficiency
1757
1758 - Added many new histograms needed for the flux calculation.
1759
1760 - Added a generalized histograms which can fill and show up to three
1761 data members in either a one-, two- or three-dimensional histogram, eg:
1762 MH3 mh3("MHillas.fWidth", "MHillas.fLength");
1763
1764 - Added:
1765 * calculation of <Theta> as a function of Theta (MHThetabarTheta)
1766 * calculation of <Theta> as a function of time (MHThetabarTime)
1767 they are needed in the flux calculation in
1768 order to select for a given bin in Theta (or time) the appropriate
1769 effective collection area, which is assumed to be given as a function
1770 of Theta and the true energy
1771
1772 - Added calculation of the migration matrix in the energy
1773 (MHMcEnergyMigration):
1774 the migration matrix describes the migration from the true (E_true)
1775 to the estimated energy (E_est); it is needed to determine the
1776 distribution of E_true from the measured distribution of E_est
1777 by unfolding
1778
1779 - changed the color palette in the camera display to DeapSea.
1780
1781
1782
1783 *** Version 0.6 (2002/01/15)
1784
1785 - Introduce the option of disable pixels (MBlindPixels and
1786 MBlindPixelCalc) for the analysis (eg MHillasCalc) to be
1787 able to deal with Star Field NSB.
1788
1789 - Fixed a bug in the pedestals substraction
1790
1791 - Introduced verbosity levels
1792
1793 - Introduced a task (MReadMarsFile) which reads the RunHeader tree, too.
1794
1795 - Fixed several bugs in MFTriggerLvl1 which caused to filter not to
1796 work correctly (thanks to Abelardo)
1797
1798 - Introduced correct treatment of the diffuse Night Sky Background
1799 and NSB (MMcPedestalNSB)
1800
1801 - Corrected treatment of the electronic noise (MMcPedestalCopy)
1802
1803 - Introduced MMcRunHeaders which contains monte carlo run informations
1804
1805 - Added a 'Print'-Task (MPrint) which calls the Print function
1806 of a parameter container for each event
1807
1808 - Removed MHtml (was replaced by THtml of root 3.02) in dohtml.C
1809
1810 - changes to be more efficient with root 3.02/06
1811
1812 - root 3.02/06 fixes:
1813 + the memory leak when reading MRawEvtData
1814 + loosing more time than necessary to update the progress bar
1815
1816 - MWriteAsciiFile is now capable of writing more than one container
1817 in a line. For example: To be able to write Monte Carlo and
1818 Hillas values (energy and alpha) in one line.
1819
1820
1821
1822 *** Version 0.5 (2001/11/06)
1823
1824 - Added new GUI functionality (Analysis)
1825
1826 - Added a camera display to be able to display events in the camera
1827 together with the calculated hillas ellipse
1828
1829 - Added a 'Clone'-Task (MClone) which can clone a parameter container
1830 object at any state of the analysis, so that the output are several
1831 states
1832
1833 - Fixed a bug in the collection area error calculation
1834 (Thanks to Ciro and Abelardo)
1835
1836 - Fixed a bug which causes merpp to crash in some environments
1837
1838 - Implemented auto enabling scheme for Branches to speed up reading
1839 a lot (see MReadTree and MTask)
1840
1841 - Fixed a bug in the Histogram classes which caused histograms to
1842 be written to a file by MWriteRootFile without request
1843
1844 - changed the object I/O from the old stylish root I/O to the new
1845 'auto evolution scheme' This was done only for classes which are not
1846 yet used in Monte Carlo files, so that these files are still readable.
1847
1848 - Added support for a progress bar in MEvtLoop and MReadTree
1849 (see the Analysis Window in Mars for an example)
1850
1851 - Fixed a bug in the package creation which disturbed the conversion
1852 between a mars version unpacked from a tar file and the repository.
1853
1854 - Changed the code to writer merpped (converted into root format)
1855 raw files, to get faster (around 10%)
1856
1857
1858
1859 *** Version 0.4 (2001/09/20)
1860
1861 - This release is made to compile on a root version >= 3.00
1862
1863 - Fixed a bug which causes MReadTree to read the first file only
1864
1865 - Added a task to compute the trigger rate (MMcTriggerRateCalc)
1866
1867 - Added a task to write a container to an Ascii file (MWriteAsciiFile)
1868
1869 - Added a task to write several container to a root file (MWriteRootFile)
1870
1871 - Added calculation of the Enegry Threshold (MMcThresholdCalc)
1872
1873 - Added calculation of the collection area (MMcCollectionAreaCalc)
1874
1875 - fixed some bugs in the Hillas calculation
1876
1877 - added filters to be able to control the task execution dependent on
1878 a parameter (for example: the number of level 1 triggers in a MC-file)
1879
1880
1881
1882 *** Version 0.3 (2001/04/23)
1883
1884 - Many demo macros added
1885
1886 - MCT1ReadAscii is now able to handle more than one file (s. ::AddFile)
1887
1888 - Hillas Calculation added
1889
1890 - Standard image cleaning available
1891
1892 - MReadTree is now able to handle more than one file
1893 (Remark: of the same structure)
1894
1895 - Now we are able to display events in a first version of the
1896 Camera event display. To do this we must run the macro
1897 "macros/readCT1.C" to read data from CT1.
1898
1899
1900
1901 *** Version 0.2 (2001/01/24)
1902
1903 - First Implementation of a Gui to read the raw data. Start the
1904 gui with the command mars.
1905
1906
1907
1908 *** Version 0.1 (2000/12/20)
1909
1910 - First official release 0.1
1911
1912 - Changes:
1913
1914 + changed calling style of MRawPixelIterator from do...while to
1915 while-loop
Note: See TracBrowser for help on using the repository browser.