source: trunk/MagicSoft/Mars/Changelog@ 8325

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