source: trunk/MagicSoft/Mars/NEWS@ 5694

Last change on this file since 5694 was 5694, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 25.7 KB
Line 
1 -*-*- END -*-*-
2 *** Version <cvs>
3
4 - Fixed bug in MHHadronness.cc which made that the displayed Q-factor
5 values were lower than they should. This was more visible for high
6 energy (Size) events.
7
8 - Made MExtractTimeAndChargeDigital Filter the default for callisto
9
10 - added a new loop to callisto to support the correct extraction of
11 the pedestal and pedestal rms through the signal extractor
12
13 - added class to perform fourier tranformation of a hexagonal structure
14 (MHexagonalFT)
15
16 - added class to perform fourier tranformation of a hexagonal structure
17 in a tasklist (MHexagonalFTCalc) example: hft.C
18
19 - added class to enhance the MCerPhotEvt from the Magic camera geometry
20 MGeomCamMagic to a enhanced geometry MGeomCamMagicXT having only
21 small pixels, example: extendcam.C
22
23 - added possibility to write data to memory (TTree) using MReadTree
24
25 - added possibility to read a TTree stored only in memory by MReadTree
26
27
28
29 *** Version 0.8.6 (2004/10/05)
30
31 - New combined signal and time extractor
32 MExtractTimeAndChargeDigitalFilter
33
34 - The Report for the trigger section in the CC run summary has been
35 updated, and now the IPRs (Individual Pixel Rates) are available.
36
37 - new macros for database interaction: filldotrun.C, filldotrbk.C
38
39 - added new program which can convert colored output which was redirected
40 into a file back into colored text (for example to display it with
41 more): showlog
42
43 - added new program to display an MStatusArray of plots (stored with
44 MStatusDisplay) from a file: showplot
45
46 - Added support for Sequences (MSequence). Sequences are blocks of run
47 files containing the same calibration and belonging to the same
48 source
49
50 - Added a new task (MTaskEnv) which can be used in setup files to switch
51 between different tasks (for example to choose a signal extractor)
52
53 - Implemented automatic file splitting in MWriteRootFile
54
55 - After image cleaning an island index is assigned to all used pixels.
56 The index corresponds to the order of the islands in size.
57
58 - added a cleaning which takes signal height _and_ arrival time into
59 account: probability cleaning (for more details see MImgCleanStd)
60
61 - added a cleaning which takes takes the absolute number of photons
62 times the area ratio as cleaning level
63 (for more details see MImgCleanStd)
64
65 - Changed calculation of image parameters such, that it can be done
66 for all used pixels or the pixels with a defined island index only
67
68 - implemented new image parameters displaying the number of islands,
69 saturated hi-gain and lo-gain pixels (MImagePar, MHImagePar)
70
71 - event display in executable changed to support also calibrated files
72 (done with MJCalibrateSignal)
73
74 - added program doing the calibration and the signal extraction
75 and signal calibration: callisto Most part of the setup is done
76 by a resource file: callisto.rc
77
78 - implemented support for pixels with negative IDs (Raw file format
79 version 4)
80
81 - implemented an new option in merpp (--auto-time) to get the time
82 range for cc and/or caco data from the run header of the raw data
83
84 - New star-program (star and MJStar). Taking calibrated data from
85 callisto/MJCalibrateSignal as input. The setup is done through
86 a resource file: star.rc
87
88 - Added possibility to setup the eventloop in the mars-executable
89 Camera Display by a resource file: mars.rc
90
91 - The the mars-executable Camera Display can now also read
92 calibrated data files written by callisto/MJCalibrateSignal
93
94 - Added a new class which can calculate the source position in
95 the camera from a pointing model known to be correct and
96 the pointing model used for observations (MSrcPosFromModel)
97
98 - added a new version of the class calculating the effective on-time
99 MHEffectiveOnTime. It unifies the old classes MHEffOnTime,
100 MHEffOnTimeTime, MHEffOnTimeTheta, MHTimeDiff, MHTimeDiffTime and
101 MHTimeDiffTheta.
102
103 - added the possibility to count how often a signal is above (or
104 below) a certain threshold in MHCamEvent and MHCamEventRot (this
105 can replace MHTriggerLvl0)
106
107 - added ore convinient ways to set the axis-titles of your histograms
108 in your macro to some MH-classes like: MH3, MHVsTime, MHSectorVsTime,
109 MHPixVsTime, MHVsTime, MHCamEvent and MHCamEventRot
110
111
112
113 *** Version 0.8.5 (2004/08/06)
114
115 - new Signal Extractors: MExtractFixedWindowSpline
116 and MExtractAmplitudeSpline
117
118 - implementes interleave in merpp to be able to merpp parts of a file
119
120 - implemented force-functionality to merpp
121
122 - star display to display star catalogs (MAstroCatalog)
123
124 - star display to 'mirror' stars to the camera (MAstroCamera)
125
126 - implemented a new cleaning option which allows cleaning scaled with
127 the real ratio of the rms depending on the pixel size, not only the
128 square root of the pixelsize (MImgCleanStd, MCameraData)
129
130 - removed obsolete MBlind* classes
131
132 - Signal extractor taking the AB flag into account implemented (this makes
133 an odd number of slices for signal extraction possible
134 (MExtractSignalABcorr)
135
136 - implemented a class extracting the pedestal from the raw-data (events)
137 itself using empty lo-gain (MpedCalcFromLoGain)
138
139 - Added mean values to MPedPhotCam
140
141 - Added Makefile for Darwin (this OS is NOT officially supported!)
142
143
144
145 *** Version 0.8.4 (2004/04/19)
146
147 - new fast arrival time extractor using cubic splines:
148 MExtractTimeFastSpline
149
150 - implementes multi-argument support in MDataChain
151 ("pow(a, b)")
152
153 - implemented double reference support in MDataChain
154 ("MCameraLV.fPowerSupplyA.fVoltagePos5V")
155
156 - added support in MF for expressiond like
157 "MHillas.fWidth<2*<MHillas.fLength"
158
159 - MDataChain is now able to support variables like [0], [1], ...
160 which can be used in fit functions as parameters. The interface
161 is implemented through the new virtual function
162 MParContainer::SetVariables
163
164 - added new class MArrivalTimeCam/MArrivalTimePix:
165 Storage containers to hold the ArrivalTime of the camera/pixel
166
167 - added new classes for the calibration of relative arrival times:
168 MCalibrationRelTimePix and MCalibrationRelTimeCam
169
170 - added new classes to extract the signal of the blind pixel and the
171 PIN Diode separately: MExtractBlindPixel and MExtractPINDiode
172
173 - added new classes for the bad-pixels treatment (MBadPixels*)
174 which are more powerfull than the old ones (MBlindPixel*)
175 and will replace them.
176
177 - added filter against cosmics: MFCosmics
178
179 - added new class MArrivalTimeCalc2:
180 Calculates the arrival time as the signal weighted mean of the time
181 slices in the maximum window
182
183 - added a new macro call pointspreadfucntion.C that fits with a 2D
184 gaussian the DC spot for an star. It gives you the RMS of
185 the PSF and the center of the star, very useful for misspointing
186 studies.
187
188 - added support for multi-telescope camera files. Added classes
189 MStereoCalc and MStereoPar, classes to calculate and store shower
190 parameters calculated from the data of two telescopes, for the MC
191 studies regarding the MAGIC clone.
192
193 - added MMcCalibrationCalc, MMcCalibrationUpdate, classes to obtain
194 MC data calibrated in photons instead of ADC counts.
195
196 - added three macros to show the calibration and analysis chain of
197 MC data. The macro starmc.C does both calibration and analysis, producing
198 an output containing Hillas parameters for each event. The macro
199 mccalibrate.C does just the calibration and writes out a file containing
200 pixel information in photons instead of FADC data. The macro starmc2.C
201 reads in such a file and produces an output with Hillas parameters.
202
203 - added MPedPhotCalc to compute pedestals in units of photons, see
204 macro pedphotcalc.C
205
206 - added all class to perform the calibration, see macro calibration.C
207
208 - added class MFFT to perform Fast Fourier Transforms
209
210 - added class MSimulatedAnnealing to perform simulated annealing
211 minimizations
212
213 - added new macro bootcampstandardanalysis.C which holds the skeleton
214 of the analysis chain discussed in the december bootcamp.
215
216 - added support for DAQ raw data file format V2
217
218 - implemented an arbitrary time stamp for the events from raw-data
219 files with file version<3. It is calculated from the run number,
220 the date of start and the FADC clock tick from the first module
221
222 - implemented the correct decoding of the event time-stamp
223 coming from the DAQ for raw-data files with file-version>2
224
225 - added a new classes storing the pedestals in units of photons:
226 MPedPhotPix, MPedPhotCam
227
228 - added support for DC current files from the camera control
229
230 - added support for start- and stop-time when merpping report files
231
232 - added MReportCC storing the weather data from the CC-REPORT
233
234 - added class to fill trainings and test matrices (MTFillMatrix)
235
236 - added a filter performing a software trigger (MFSoftwareTrigger)
237
238 - Added classes to perform parts of the standard analysis (Jobs):
239 + MJPedestals
240 + MJCalibration
241 + MJExtractSignal
242 Note: All of them are preliminary!
243
244 - Added Iterator to iterate over files giving only the run-number
245
246 - Added class (MHSectorVsTime) and example (sectorvstime.C) to plot
247 the evolution of a sector vs time
248
249
250
251 *** Version 0.8.3 (2003/12/05)
252
253 - adapted Random Forest classes to allow the use with MC
254 multi-telescope files which can be produced with the coming
255 camera version 0.7.
256
257 - added classes to read and interprete central control report files
258 (Directory: mreport, Base-Class: MReport, Reader: MReportFileRead, ...)
259
260 - enhanced merpp (the executable) to support .raw and .rep files.
261
262 - added classes for light calibration (MCalibration* and
263 MHCalibration*) by Markus Gaug. Further work has to be and will
264 be done soon.
265
266 - Added a preliminary 'synchronizer' (MReadReports) which will
267 replace MReadMarsFile as soon as it is finished.
268
269 - Added a tutorial macro demonstrating how report files are merpped
270 and how they can be read from the root file in the correct order
271 of time (readrep.C)
272
273 - Added a generalized histogram (similar to MH3) called MVsTime
274 which allows to plot variables (or rules - MDataChain - of
275 variables) vs time. For an example have a look at tempvstime.C.
276
277 - Changed the name of the event trees:
278 + Events --> Events
279 + PedEvents --> Pedestals
280 + CalEvents --> Calibration
281
282 - changed name of MTime in the event trees from MRawEvtTime to MTime
283
284 - added displaying the sector indices to the mars event display
285
286 - Magic Online Analysis (MOnA) implemented in a first version
287 (see mona.cc, MOnlineDump and MOnlineDisplay)
288
289 - added classes to calculate event rate
290 (preliminary: MEventRateCalc, MEventRate)
291
292 - added new executable 'readdaq' to read *.raw files from the DAQ directly
293
294 - added classes dealing with the telescope pointing position (MPointing*)
295
296 - implemented the 'final' Mars time stamp based on some experiences with
297 the new 'Synchonizer'
298
299
300
301 *** Version 0.8.2 (2003/11/10)
302
303 - accelerated standard analysis by a factor of 6-8 ...
304 + doing precalculations in MGeomCam for the pixel area ratio
305 + creating a look up table for the single pixels in MCerPhotEvt
306
307 - added task to calculates weights in case you want to 'change'
308 the energy spectrum of a monte carlo file
309 (MMcWeightEnergySpecCalc - Great work from Marcos Lopez Moya)
310
311 - added a new executable star which implements the
312 star.C macro as precompiled executable. Currently a flexible
313 setup is not possible, but a 'input card' setup will follow.
314
315 - Starting to implement Multi-Telescope-Support based on the
316 upcomming camera version 0.7. The base for a general support
317 is implemented and the star-functionality is proven to work.
318
319 - Replaced Event-Display in and Camera-Display in the Mars GUI
320 executable by a more convinient display base on MStatusDisplay.
321
322 - fixed the algorithm for the blind pixel treatment (MBlindPixelCalc)
323
324
325
326 *** Version 0.8.1 (2003/10/20)
327
328 - added signal subtraction for pure on data by means of fitting
329 the background in the off region or by performing a combined
330 signal/background fit. Provides necessary histograms for
331 obtaining energy spectra and a light curve.
332
333 - added classes to perform and study the selection of the
334 2nd Level Trigger on MC data (example in triglvl2.C macro)
335
336 - added pedestal calculation
337
338 - implemented "democratic cleaning" (tail cut value proportional
339 to pixel area) according to Wolfgang's suggestion.
340
341 - added Sigmabar treatment (calculation and basic histogramming)
342
343 - added basic routines to apply padding
344
345 - added first implementation of MARS-based source visibility plotter
346 (needs to be linked against slalib, preliminary version)
347
348 - enhanced functionality of data chains: random numbers, conversion
349 functions and access to MHMatrix objects
350
351 - fixed some bugs in the CT1 Preproc file reader, which gave wrong
352 numbers under certain circumstances (runs with 0 events included)
353
354 - fixed a bug in the general filter MF (didn't work on some systems
355 at all)
356
357 - fixed a bug in chaining files, which caused the analysis to crash or
358 ignore files
359
360 - implemented more geometry classes describing the parameters used
361 to simulate the PMT camera
362
363 - added new Monte Carlo classes containing the setup of the different
364 programs in the MC chain.
365
366 - added a (preliminary) general task to evaluate chi-square of a given
367 parameter in an eventloop.
368
369 - first implementation of a container describing the observatory
370 location (Long, Lat, etc)
371
372 - added Random Forest - method for g/h-separation
373
374 - made compatible with the latest PRO version of root (3.04/02 and 3.05/07)
375 (this means, that it is compiling, but not yet fully tested)
376
377 - added a new status display which can show the present status
378 of histograms while an eventloop is running (MStatusDisplay,
379 an example can be found at status.C)
380
381 - reorganized directories:
382 classes describing the image --> mimage
383 classes containing Monte Carlo Histograms --> mhistmc
384 classes for Random Forest method --> mranforest
385
386 - added (event-)weights to fill histograms
387
388 - colors in logging output to screen
389
390 - changes to the Image Parameter declaration:
391 + moved fConc, fConc1 from MHillasSrc to MNewImagePar
392 + moved fNumUsedPix, fNumCorePix from MHillas to MNewImagePar
393 + MHillasExt now derives from MParContainer instead of MHillas
394 --> Files written with the old definition are more or less unreadable
395
396 - reading of reflector files
397
398 - display data from reflector files in the camera
399
400 - implemented currents (and display them in the camera)
401
402 - logarithmic scale in camera
403
404 - added class to iterate through directory contents (MDirIter)
405
406
407
408 *** Version 0.8 (2002/11/18)
409
410 - added all subdirectories as Include-Paths for ACLIC (s. rootlogon.C)
411
412 - corrected 48(!) wrong entries in the Next Neighbor table of the
413 Magic Camera (all in the inner part of the outer ring, mostly
414 missing a single NN)
415
416 - Fixed a bug in the table describing the Next Neighbours of the
417 CT1 camera (a pixel 127 doesn't exist and the pixel 126 didn't
418 have any neighbour)
419
420 - changed trigrate.C: now it calculates the pure NSB triggers from
421 a camera file (generated with no showers), so there is no need
422 to introduce them by hand in the BgR array (for more details
423 please ask Abelardo)
424
425 - added MHHadronness (and MHadronness) as a general facility to evaluate
426 the quality of a gamma-hadron seperation method
427
428 - changed MWriteAsciiFile to accept rules (MDataChain)
429
430 - Calls to MWriteAsciiFile::AddContainer and MWriteAsciiFile::AddRule
431 must be replaced by calles to MWriteAsciiFile::AddColumn and
432 MWriteAsciiFile::AddColumns. Be carefull, the arguments have slightly
433 changed.
434
435 - Implemented generalized event-matrices (one row per event)
436 (MHMatrix)
437
438 - implemented the one dimensional composite probabilities
439 (MHCompProb, MCompProbCalc, comprob.C)
440
441 - implemented the Multidimensional Distances (Next Neighbours, Kernel)
442 (MMultiDimDistCalc, multidimdist.C, multidimdist2.C, MHMatrix)
443
444 - Added a camera display displaying the pixel numbers to the
445 event display gui.
446
447 - Added Monte Carlo Informations to event display gui
448
449 - Changed the camera display to display the pixel numbering
450
451 - Added three buttons to the camera display to change the palette
452
453 - Added the number of used and core pixels after image cleaning
454 to MHillas
455
456 - Changed the algorithm used in MHillas according to TDAS 02-03
457
458 - Changed the Alpha range according to TDAS 02-03 to [-90°,90°]
459
460 - Changed the algorithm used in MHillasSrc according to TDAS 02-03
461
462 - Added fCosDeltaAlpha to MHillasSrc
463
464 - The numbers of photons used to calculate fConc and fConc1 in
465 MHillasExt are now scaled with the pixel size, so that one get
466 a four times smaller value for the bigger pixels in the outer ring.
467
468 - added new task to smooth the camera contents (MCameraSmooth)
469
470 - added possibility to use interpolated pixel values for blind pixels
471 instead of removing it completely from the analysis
472
473 - Implemented the possibility to save the whole eventloop with
474 its setup to a file. This information can be read and from
475 it you can (re)create a Macro. See MEvtLoop::Read, MEvtLoop::Write
476 and MEvtLoop::MakeMacro. If you find something not working, please
477 report - this stuff is still in a beta phase.
478
479 - MBlindPixelCalc set all Ceta-Tauri pixels to unused not only for the
480 file having crab starfield, but also for all following files - fixed
481
482 - MTaskList::PrintStatistics can now be instructud to print also the
483 title, too: use PrintStatistics(0, kTRUE)
484
485 - Changed the image cleaning so that pixels with to many 'used'
486 neighbors are left used (to get rid of 'holes' in events)
487
488 - Introduced more output to the camera displays
489
490 - Added an array of histograms (eg one hist per run), MHArray
491
492 - Added a _preliminary_ version of the reader for CT1 PreProc files
493 (MCT1ReadPreProc)
494
495 - Fixed the error calculation of MHMCollectionArea and MHMcIntRate
496 (thanks to Raquel)
497
498 - added the first energy estimator (MEnergyEstParam, estimate.C,
499 estfit.C) using a parametrization
500
501 - Added some new Monte Carlo paremeter containers used to store
502 setup information from the MC chain (MMcConfigRunHeader,
503 MMcCorsikaRunHeader, MGeomPMT, MGeomMirror)
504
505
506
507 *** Version 0.7 (2002/04/30)
508
509 - added a bugfix to MCerPhotCalc. In older camera versions (<=40)
510 the pedestal mean value was saved incorrectly. For files from
511 this versions we substract 0.5 from the pedestal mean.
512 WARNING: This may effect your results, so don't wonder...
513
514 - First implementation of an algorithm using only triggered events
515 for the collection area calculation
516
517 - Ascii Output can now also be used for parameter containers which
518 doesn't overload MParCointainer::AsciiWrite
519
520 - The Ascii Output is now also capable of writing single data members
521 of one container
522
523 - You are now able to change the order of the values written to the
524 ascii file
525
526 - You can now specify a conversion factor for each data member written
527 to an ascii file. This may be usefull to change the units of the
528 data member (eg. degrees instead of millimeters in case of the
529 hillas parameters)
530
531 - Replaced old MHillas by a new structure which allows you to extend
532 the parameters stored in MHillas very easily:
533 see MHillas and MHillasExt
534
535 - Added classes to handle source dependancy of image parameters:
536 see MHillasSrc
537
538 - Added container (MBinning) to have a standard input for the binning
539 in different histograms (eg. the Energy bins should be the same in
540 all histograms)
541
542 - Changed Hillas histograms from mm to deg
543
544 - Added the flexible binning to the hillas histograms
545
546 - Added a filter for the alpha parameter (MFAlpha)
547
548 - It is now possible to write single data members of a class object to
549 an output stream instead of the whole container only
550
551 - Added a generalized filter for a data member:
552 MFDataMember filter("MHillas.fWidth", '<', 0.5);
553
554 - Added a generalized Filter parser for more difficult filter rules
555 MF filter("MHillas.fWidth<0.5 && MHillas.fLength>0.5");
556
557 - Added new Monte Carlo histograms:
558 MHMcEnergyImpact and MHMcEfficiency
559
560 - Added many new histograms needed for the flux calculation.
561
562 - Added a generalized histograms which can fill and show up to three
563 data members in either a one-, two- or three-dimensional histogram, eg:
564 MH3 mh3("MHillas.fWidth", "MHillas.fLength");
565
566 - Added:
567 * calculation of <Theta> as a function of Theta (MHThetabarTheta)
568 * calculation of <Theta> as a function of time (MHThetabarTime)
569 they are needed in the flux calculation in
570 order to select for a given bin in Theta (or time) the appropriate
571 effective collection area, which is assumed to be given as a function
572 of Theta and the true energy
573
574 - Added calculation of the migration matrix in the energy
575 (MHMcEnergyMigration):
576 the migration matrix describes the migration from the true (E_true)
577 to the estimated energy (E_est); it is needed to determine the
578 distribution of E_true from the measured distribution of E_est
579 by unfolding
580
581 - changed the color palette in the camera display to DeapSea.
582
583
584
585 *** Version 0.6 (2002/01/15)
586
587 - Introduce the option of disable pixels (MBlindPixels and
588 MBlindPixelCalc) for the analysis (eg MHillasCalc) to be
589 able to deal with Star Field NSB.
590
591 - Fixed a bug in the pedestals substraction
592
593 - Introduced verbosity levels
594
595 - Introduced a task (MReadMarsFile) which reads the RunHeader tree, too.
596
597 - Fixed several bugs in MFTriggerLvl1 which caused to filter not to
598 work correctly (thanks to Abelardo)
599
600 - Introduced correct treatment of the diffuse Night Sky Background
601 and NSB (MMcPedestalNSB)
602
603 - Corrected treatment of the electronic noise (MMcPedestalCopy)
604
605 - Introduced MMcRunHeaders which contains monte carlo run informations
606
607 - Added a 'Print'-Task (MPrint) which calls the Print function
608 of a parameter container for each event
609
610 - Removed MHtml (was replaced by THtml of root 3.02) in dohtml.C
611
612 - changes to be more efficient with root 3.02/06
613
614 - root 3.02/06 fixes:
615 + the memory leak when reading MRawEvtData
616 + loosing more time than necessary to update the progress bar
617
618 - MWriteAsciiFile is now capable of writing more than one container
619 in a line. For example: To be able to write Monte Carlo and
620 Hillas values (energy and alpha) in one line.
621
622
623
624 *** Version 0.5 (2001/11/06)
625
626 - Added new GUI functionality (Analysis)
627
628 - Added a camera display to be able to display events in the camera
629 together with the calculated hillas ellipse
630
631 - Added a 'Clone'-Task (MClone) which can clone a parameter container
632 object at any state of the analysis, so that the output are several
633 states
634
635 - Fixed a bug in the collection area error calculation
636 (Thanks to Ciro and Abelardo)
637
638 - Fixed a bug which causes merpp to crash in some environments
639
640 - Implemented auto enabling scheme for Branches to speed up reading
641 a lot (see MReadTree and MTask)
642
643 - Fixed a bug in the Histogram classes which caused histograms to
644 be written to a file by MWriteRootFile without request
645
646 - changed the object I/O from the old stylish root I/O to the new
647 'auto evolution scheme' This was done only for classes which are not
648 yet used in Monte Carlo files, so that these files are still readable.
649
650 - Added support for a progress bar in MEvtLoop and MReadTree
651 (see the Analysis Window in Mars for an example)
652
653 - Fixed a bug in the package creation which disturbed the conversion
654 between a mars version unpacked from a tar file and the repository.
655
656 - Changed the code to writer merpped (converted into root format)
657 raw files, to get faster (around 10%)
658
659
660
661 *** Version 0.4 (2001/09/20)
662
663 - This release is made to compile on a root version >= 3.00
664
665 - Fixed a bug which causes MReadTree to read the first file only
666
667 - Added a task to compute the trigger rate (MMcTriggerRateCalc)
668
669 - Added a task to write a container to an Ascii file (MWriteAsciiFile)
670
671 - Added a task to write several container to a root file (MWriteRootFile)
672
673 - Added calculation of the Enegry Threshold (MMcThresholdCalc)
674
675 - Added calculation of the collection area (MMcCollectionAreaCalc)
676
677 - fixed some bugs in the Hillas calculation
678
679 - added filters to be able to control the task execution dependent on
680 a parameter (for example: the number of level 1 triggers in a MC-file)
681
682
683
684 *** Version 0.3 (2001/04/23)
685
686 - Many demo macros added
687
688 - MCT1ReadAscii is now able to handle more than one file (s. ::AddFile)
689
690 - Hillas Calculation added
691
692 - Standard image cleaning available
693
694 - MReadTree is now able to handle more than one file
695 (Remark: of the same structure)
696
697 - Now we are able to display events in a first version of the
698 Camera event display. To do this we must run the macro
699 "macros/readCT1.C" to read data from CT1.
700
701
702
703 *** Version 0.2 (2001/01/24)
704
705 - First Implementation of a Gui to read the raw data. Start the
706 gui with the command mars.
707
708
709
710 *** Version 0.1 (2000/12/20)
711
712 - First official release 0.1
713
714 - Changes:
715
716 + changed calling style of MRawPixelIterator from do...while to
717 while-loop
718
Note: See TracBrowser for help on using the repository browser.