source: trunk/MagicSoft/Mars/Changelog@ 8318

Last change on this file since 8318 was 8318, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 15.1 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2007/02/13 Thomas Bretz
22
23 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
24 - added new resource files for hi-/lo-gain calibration.
25
26 * resources/hiloconv-*.root:
27 - added hi-/lo-gain calibration constants
28
29 * callisto_Dec04Jan05.rc:
30 - changed input file name for hi-/lo-gain calibration constants
31
32 * mreflector/MHReflector.[h,cc]:
33 - added histogram class for reflected photons
34
35 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
36 - added MHReflector and necessary include paths
37
38 * mbase/MLog.h:
39 - fixed a bug in Separator which could cause a crash if the contents
40 are too long
41
42 * manalysis/MParameterCalc.cc:
43 - check for HasValidRule instead of IsValid in ReadEnv
44
45 * mdata/MDataPhrase.h:
46 - added HasValidRule member function
47
48 * mfileio/MReadRflFile.[h,cc]:
49 - allow also reading of gzip-compressed files
50 - output more header information
51 - don't use a const qualified TString with gSystem->ExpandPathName
52
53 * mjobs/MJPedestal.cc:
54 - readin bad pixels from ascii file later
55
56 * mmc/MMcEvtBasic.h:
57 - added a static member function GetEnergyStr to convert
58 GeV into MeV and TeV
59
60 * mpointing/MPointingDevCalc.h:
61 - increased size of fSkip by one
62
63 * mextralgo/MExtralgoSpline.h:
64 - fixed acompiler warning
65
66
67
68 2007/02/09 Daniel Hoehne
69
70 * datacenter/scripts/linkmc
71 - adapted to new montecarlo directory structure (/magic/montecarlo
72 instead of /montecarlo)
73
74
75
76 2007/02/09 Thomas Bretz
77
78 * star.rc:
79 - added new options
80 - reordering
81
82 * mbase/MStatusDisplay.cc:
83 - updated from 2006 to 2007
84
85 * mfbase/MFDataPhrase.cc:
86 - fixed ReadEnv to correctly return true/false
87
88 * mjobs/MJStar.cc:
89 - added new tabs "Spakless" and "Sparks" dividing the average
90 signal tab into two distributions by a SparkCut
91 - replaced all MF by MFDataPhrase
92
93 * mjobs/MJCalibrateSignal.cc:
94 - changed the extraction range used in the lo-gains from the
95 hi-gain range to the lo-gain range
96
97 * datacenter/macros/fillstar.C:
98 - added filling the spark rate into the database
99 - the rate after cleaning is now without sparks!
100
101
102
103 2007/02/06 Thomas Bretz
104
105 * mpointing/MPointingDevCalc.cc:
106 - included check for monitoring flag
107
108 * mextralgo/MExtralgoSpline.[h,cc]:
109 - implemented the possibility to determine the pulse width at
110 maxheight/2
111
112
113
114 2007/02/04 Daniela Dorner
115
116 * datacenter/scripts/sourcefile:
117 - added if-clause to avoid that a script is aborted in case a macro
118 doesn't compile, return code is set to 1 in this case
119
120
121
122 2007/02/04 Thomas Bretz
123
124 * mjobs/MJCalibration.cc:
125 - implemented Hi-/Lo-Gain calibration for MCs
126
127 * mjobs/MJPedestal.cc:
128 - removed intermediate pedestalstorage from code (its
129 result is not used at all)
130
131 * datacenter/macros/fillsignal.C:
132 - replaced GetMediandev by GetDev
133
134 * callisto.rc, callisto_Dec04Jan05.rc:
135 - changed ExtractWinLeft/Right according to new scheme
136
137 * mhcalib/MHCalibrationChargeCam.[h,cc]:
138 - removed obsolete data members fFirstHiGain, etc and
139 replaced by storage of fSignal
140 - made sure that the average extracted signal position
141 is at least one slice away from the edges of the
142 extraction window
143
144 * mjobs/MJPedestal.cc:
145 - reworked the pulse position check. It now better takes
146 the properties of the extractors into account.
147 Still to be done: relation between pulse position and
148 extraction window!
149
150 * msignal/MExtractBlindPixel.[h,cc],
151 msignal/MExtractPINDiode.[h,cc]:
152 - fixed arguments type of SetRange
153
154 * msignal/MExtractTime.cc:
155 - removed old obsolete code already in comments
156
157 * msignal/MExtractTimeAndCharge.h:
158 - added getter for LoGainStartShift
159
160 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
161 msignal/MExtractTimeAndChargeSpline.[h,cc],
162 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
163 - changed the type of LoGainFirst from byte to int
164 - if necessary increased class version
165
166 * mpedestal/MExtractPedestal.cc:
167 - improved output
168
169 * mhcalib/MHCalibrationChargeCam.cc:
170 - fixed a %3.1 instead of %3.1f
171
172
173
174 2007/02/03 Thomas Bretz
175
176 * mhist/MHCamEvent.[h,cc]:
177 - added Draw function to context menu
178 - added GetHist member functions
179 - added possibility to display the relative error
180
181 * mjobs/MJCalibration.cc:
182 - read the hi-/lo-gain calibration constants from a MHCamEvent
183 which is stored in a root file given in resources/hilocalib.rc
184
185 * msignal/MExtractTimeAndCharge.cc:
186 - improved the estimation in GetSaturationTime for the cases in
187 which the saturating pulse is so early, that an normal
188 interpolation is not appropriate.
189
190 * callisto_DecJan04.rc:
191 - set fall- and rise-time for spline artificially to 0.5
192
193 * mhbase/MFillH.cc:
194 - added comments
195
196 * mpedestal/MExtractPedestal.[h,cc],
197 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
198 - fixed the range check.In case of the lo-gain extraction
199 the range could infact leak out of the fadc slices
200
201 * msignal/MExtractTimeAndCharge.[h,cc]:
202 - added somecomments
203 - forbid the lo-gain signal to be negative
204 - increased version number for compatibility with last release
205
206 * msignal/MExtractTimeAndChargeSpline.cc:
207 - set the correct numbers for rise- and fall-time as default
208
209 * mbase/MStatusArray.[h,cc]:
210 - improved workaround in Read() and Write() for the Reset
211 of the kCanDelete bit in TH1
212
213 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
214 - commented out obsolete references to *HiLoCam
215
216 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
217 mcalib/CalibLinkDef.h:
218 - removed *HiLoCam s
219
220
221
222 2007/02/02 Thomas Bretz
223
224 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
225 - added new Fill functions allowing to fill photons versus
226 a z-value, e.g. energy.
227
228
229
230 2007/02/01 Thomas Bretz
231
232 * mhist/MHCamEvent.[h,cc]:
233 - allow to set a histogram for display from external
234
235 * mhist/MHCamera.[h,cc]:
236 - added functions to calc Median/Dev
237 - fixed adding a MHCamera with AddCamContent. It now takes also
238 the errors and binentries correctly into account
239 - simplified Reset() using TArray::Reset()
240
241 * mhvstime/MHSectorVsTime.[h,cc]:
242 - added option to use median/dev instead of mean/rms
243 - switched Grid on
244
245 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
246 - small improvements to splitting number rows
247 - handle possible tabs correctly
248
249 * mbase/MStatusArray.[h,cc]:
250 - improved handling in Read(). We make sure now that Read doesn't
251 produce a memory leak
252
253 * mhist/MHCamera.[h,cc]:
254 - overwrote Clone function to make sure that a cloned MHCamera
255 is never added to the current directory
256
257 * mcamera/MCameraTH.h:
258 - added a workaround to get rid of the obsolete discriminator thresholds
259 for the non-trigger pixels
260
261 * mreport/MReportCC.cc:
262 - added a sanity \o-Terminator to the dicriminator threshold extraction
263
264
265
266
267 2007/01/30 Thomas Bretz
268
269 * mbadpixels/MBadPixelsCam.[h,cc]:
270 - added function to return the uncalibrated and unsuitable
271 pixels as TArrayC (to be used in MHCamera)
272
273 * mhcalib/MHCalibrationChargeCam.cc:
274 - added a FIXME-comment
275
276 * mhist/MHCamEvent.[h,cc]:
277 - added an option to change the kind of error which is displayed
278 - consequently increased version number by 1
279
280 * mhist/MHCamera.[h,cc]:
281 - added a new bit to allow the error to be switched between
282 mean and spread
283
284 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
285 - adapted to changes in error display
286
287
288
289 2007/01/27 Thomas Bretz
290
291 * manalysis/MMcCalibrationUpdate.cc:
292 - fixed a typo in a comment
293
294 * mcalib/MCalibrateData.[h,cc]:
295 - commented out some obsolete currently unused code
296
297 * mdata/MDataPhrase.cc:
298 - added a sanity check
299
300 * mpedestal/MMcPedestalCopy.cc:
301 - Changed output to fit the structure used in all other classes
302
303 * mmain/MEventDisplay.cc:
304 - made sure that MPedestalSubtract dies the right thing
305 - removed badpixel calculation and treatment until a better
306 solution was found.
307
308 * mfbase/MFDataPhrase.cc:
309 - fixed a "comparison is always true" warning
310
311 * msignal/MExtractTimeAndChargeDigitalFilter.h:
312 - increased class version number to 3 to account for the removal
313 of the fTimeShift data members since last release
314
315
316
317 2007/01/27 Daniela Dorner
318
319 * datacenter/db/showplots.php:
320 - added (tool to click through the calib, signal and star plots of
321 one sequence)
322
323 * datacenter/db/index.html:
324 - added link to new plot tool
325
326 * datacenter/db/ganymed.php:
327 - added fDataSetName, removed fWobble
328 - removed mininmum value of 100 for dataset range
329
330 * datacenter/db/builddatasets.php:
331 - added fIsoInLimit2 and fIMCLimit2 in Init
332 - added check on observation mode
333
334
335
336 2007/01/26 Thomas Bretz
337
338 * mpedestal/MExtractPedestal.cc:
339 - fixed a bug which caused the pedestal to be set to 0 if the
340 AB-flag is invalid
341
342
343
344 2007/01/25 Thomas Bretz
345
346 * mreflector/MRflSinglePhoton.h:
347 - added copy constructor
348 - added a function to fill a TH2
349
350 * mreflector/MRflEvtData.[h,cc]:
351 - added copy costructor
352 - added Clone function
353 - added a function to fill a TH2
354
355
356
357 2007/01/24 Thomas Bretz
358
359 * mhflux/MHCollectionArea.cc:
360 - fixed a typo in the last change
361
362
363
364 2007/01/24 Daniel Hoehne
365
366 * msignal/*.dat:
367 - inserted missing third column (0) in all weights files
368
369
370
371 2007/01/18 Thomas Bretz
372
373 * mhflux/MHCollectionArea.cc:
374 - another fix for the error calculation of the collection area.
375 The totalarea was inluded in the error calculation as it would
376 be a wait, but actually it is not.
377
378
379
380 2007/01/16 Thomas Bretz
381
382 * mfileio/MReadMarsFile.cc:
383 - fixed two "comparison between signed and unsigned integer" warnings
384
385 * mhbase/MFillH.cc:
386 - small update to comments
387
388 * mimage/MHHillasExt.cc:
389 - call SetDirectory(NULL) after SetName
390
391 * mjobs/MSequence.[h,cc]:
392 - commented out obsolete GetFileNames
393
394 * msignal/MExtractor.[h,cc]:
395 - Some small updates
396 - removed code from Process function
397 - increased version number to 7
398
399 * msignal/MExtractedSignalPix.h:
400 - some simple reordering in the class header
401
402 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
403 - simplified the checks in SetWindowSize
404
405 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
406 - added third column with zeros
407
408
409
410 2007/01/16 Daniela Dorner
411
412 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
413 datacenter/db/magicdefs.php:
414 - implemented new variables for datasets
415
416
417
418 2007/01/15 Thomas Bretz
419
420 * mpedestal/MPedestalSubtract.cc:
421 - added a sanity check tomake sure that the pixel array has the
422 correct size when filled
423 - made sure the the number of pixels in the camera nd not the
424 number of connected pixels is used to initialize the size of
425 the arrays.
426
427 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
428 - allow the initialization of nuber of pixels and samples
429 independanly.
430
431
432 2007/01/15 Daniela Dorner
433
434 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
435 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
436 datacenter/db/plotdb.php, datacenter/db/menu.php,
437 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
438 datacenter/db/datasetinfo.php:
439 - fixed bug in init of $_GET
440
441
442
443 2007/01/12 Stefan Ruegamer
444
445 * datacenter/macros/writedatasetfile.C:
446 - addded #include <errno.h>
447
448
449
450 2007/01/11 Thomas Bretz
451
452 * mbase/MLogManip.cc:
453 - removed the obsolete include of MLog.h
454
455 * mbase/MLogManip.h:
456 - encapsulated an include in ifdefs
457
458 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
459 - updated log-output
460
461 * mhflux/MHEnergyEst.cc:
462 - replaced difficult to see green by blue
463
464 * mjobs/MDataSet.[h,cc]:
465 - added datat members for path of sequences and path of data files
466 to be able to store overwritten defaults
467 - check completeness of dataset files
468 - store a MSequence object in the list instead of the name and dir
469 (this is necessary to have all important information for a dataset
470 file, including the sequence number! - available)
471 - some changes to the output
472 - allow to print a perfect copy of the read dataset file to the console
473 just from the contents of the object
474
475 * mjobs/MJStar.cc:
476 - updated to use MSequence::GetFileName instead of MSequence:GetName
477
478 * mjobs/MSequence.[h,cc]:
479 - keep filename and datapath in header, this has some advantages
480 for sanity checks
481 - many improvements of sanity checking in case of missing or
482 unaccessible files
483 - Fixed "lightConditions" (was "LightCondition")
484 - Fixed "No_Moon" (was "NoMoon")
485 - allow to set the data path as second argument in the constructor
486 - implemented a check whether the sequence file is complete
487
488 * mjobs/MJCut.[h,cc]:
489 - added some code (still commented out) to display the excess rate
490 - with the other changes we can now store the original dataset in
491 the output
492
493 * mjoptim/MJOptimize.cc:
494 - Keep the sequence files in the file list instead of just the
495 filename and the directory
496
497 * mjtrain/MJTrainDisp.cc:
498 - use return value of MDataSet::AddFilesOn/Off for a sanity check
499
500 * mjobs/MJob.[h,cc]:
501 - removed obsolete fPathData and stuff
502
503 * callisto.cc, star.cc:
504 - removed obsolete calls to MJob::SetPathData
505
506 * callisto.rc, star.rc:
507 - removed obsolete examples for "PathData"-resource
508
509 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
510 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
511 - removed obsolete reference to fPathData
512
513
514
515 2007/01/11 Daniela Dorner
516
517 * datacenter/db/builddatasets.php:
518 - implemented username (the one who inserts the dataset has to give
519 his/her username now)
520 - fixed password query in case user inserted something wrong
521 - implemented check, if on-sequences have different observations
522 modes
523 - implemented check, if user has chosen one sequences as on and off
524 - adapted text of password prompt
525
526 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
527 runinfo-aio.php, sequinfo-aio.php:
528 - minor changes in formatting
529 - added 'alt' for +/- images
530
531 * datacenter/db/menu.js:
532 - added 'alt' for +/- images
533
534
535
536 2007/01/10 Thomas Bretz
537
538 * mhbase/MH.cc:
539 - fixed a bug in SetBinomialErrors. The errors of the two
540 histograms were exchanged in the calculation
541
542 * mbase/MEnv.[h,cc]:
543 - added new member function GetNumUntouched
544
Note: See TracBrowser for help on using the repository browser.