source: trunk/MagicSoft/Mars/Changelog@ 8327

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