source: trunk/MagicSoft/Mars/NEWS@ 7204

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