source: trunk/MagicSoft/Mars/NEWS@ 7422

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