source: trunk/MagicSoft/Mars/Changelog@ 8298

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