source: trunk/MagicSoft/Mars/Changelog@ 8297

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