source: tags/Mars-V1.0/Changelog@ 10021

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