source: trunk/MagicSoft/Mars/NEWS@ 7996

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