source: trunk/MagicSoft/Mars/NEWS@ 7194

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