source: trunk/MagicSoft/Mars/NEWS@ 7876

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