source: trunk/MagicSoft/Mars/NEWS@ 8051

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