source: trunk/MagicSoft/Mars/NEWS@ 7143

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