source: trunk/MagicSoft/Mars/Changelog@ 8307

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