source: trunk/MagicSoft/Mars/NEWS@ 7126

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