source: trunk/MagicSoft/Mars/Changelog@ 8312

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