source: trunk/MagicSoft/Mars/NEWS@ 7175

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