source: trunk/MagicSoft/Mars/NEWS@ 7114

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