source: trunk/MagicSoft/Mars/NEWS@ 7192

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