source: trunk/MagicSoft/Mars/Changelog@ 8280

Last change on this file since 8280 was 8280, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 8.1 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/01/30 Thomas Bretz
22
23 * mbadpixels/MBadPixelsCam.[h,cc]:
24 - added function to return the uncalibrated and unsuitable
25 pixels as TArrayC (to be used in MHCamera)
26
27 * mhcalib/MHCalibrationChargeCam.cc:
28 - added a FIXME-comment
29
30 * mhist/MHCamEvent.[h,cc]:
31 - added an option to change the kind of error which is displayed
32 - consequently increased version number by 1
33
34 * mhist/MHCamera.[h,cc]:
35 - added a new bit to allow the error to be switched between
36 mean and spread
37
38 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
39 - adapted to changes in error display
40
41
42
43 2007/01/27 Thomas Bretz
44
45 * manalysis/MMcCalibrationUpdate.cc:
46 - fixed a typo in a comment
47
48 * mcalib/MCalibrateData.[h,cc]:
49 - commented out some obsolete currently unused code
50
51 * mdata/MDataPhrase.cc:
52 - added a sanity check
53
54 * mpedestal/MMcPedestalCopy.cc:
55 - Changed output to fit the structure used in all other classes
56
57 * mmain/MEventDisplay.cc:
58 - made sure that MPedestalSubtract dies the right thing
59 - removed badpixel calculation and treatment until a better
60 solution was found.
61
62 * mfbase/MFDataPhrase.cc:
63 - fixed a "comparison is always true" warning
64
65 * msignal/MExtractTimeAndChargeDigitalFilter.h:
66 - increased class version number to 3 to account for the removal
67 of the fTimeShift data members since last release
68
69
70
71 2007/01/27 Daniela Dorner
72
73 * datacenter/db/showplots.php:
74 - added (tool to click through the calib, signal and star plots of
75 one sequence)
76
77 * datacenter/db/index.html:
78 - added link to new plot tool
79
80 * datacenter/db/ganymed.php:
81 - added fDataSetName, removed fWobble
82 - removed mininmum value of 100 for dataset range
83
84 * datacenter/db/builddatasets.php:
85 - added fIsoInLimit2 and fIMCLimit2 in Init
86 - added check on observation mode
87
88
89
90 2007/01/26 Thomas Bretz
91
92 * mpedestal/MExtractPedestal.cc:
93 - fixed a bug which caused the pedestal to be set to 0 if the
94 AB-flag is invalid
95
96
97
98 2007/01/25 Thomas Bretz
99
100 * mreflector/MRflSinglePhoton.h:
101 - added copy constructor
102 - added a function to fill a TH2
103
104 * mreflector/MRflEvtData.[h,cc]:
105 - added copy costructor
106 - added Clone function
107 - added a function to fill a TH2
108
109
110
111 2007/01/24 Thomas Bretz
112
113 * mhflux/MHCollectionArea.cc:
114 - fixed a typo in the last change
115
116
117
118 2007/01/24 Daniel Hoehne
119
120 * msignal/*.dat:
121 - inserted missing third column (0) in all weights files
122
123
124
125 2007/01/18 Thomas Bretz
126
127 * mhflux/MHCollectionArea.cc:
128 - another fix for the error calculation of the collection area.
129 The totalarea was inluded in the error calculation as it would
130 be a wait, but actually it is not.
131
132
133
134 2007/01/16 Thomas Bretz
135
136 * mfileio/MReadMarsFile.cc:
137 - fixed two "comparison between signed and unsigned integer" warnings
138
139 * mhbase/MFillH.cc:
140 - small update to comments
141
142 * mimage/MHHillasExt.cc:
143 - call SetDirectory(NULL) after SetName
144
145 * mjobs/MSequence.[h,cc]:
146 - commented out obsolete GetFileNames
147
148 * msignal/MExtractor.[h,cc]:
149 - Some small updates
150 - removed code from Process function
151 - increased version number to 7
152
153 * msignal/MExtractedSignalPix.h:
154 - some simple reordering in the class header
155
156 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
157 - simplified the checks in SetWindowSize
158
159 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
160 - added third column with zeros
161
162
163
164 2007/01/16 Daniela Dorner
165
166 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
167 datacenter/db/magicdefs.php:
168 - implemented new variables for datasets
169
170
171
172 2007/01/15 Thomas Bretz
173
174 * mpedestal/MPedestalSubtract.cc:
175 - added a sanity check tomake sure that the pixel array has the
176 correct size when filled
177 - made sure the the number of pixels in the camera nd not the
178 number of connected pixels is used to initialize the size of
179 the arrays.
180
181 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
182 - allow the initialization of nuber of pixels and samples
183 independanly.
184
185
186 2007/01/15 Daniela Dorner
187
188 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
189 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
190 datacenter/db/plotdb.php, datacenter/db/menu.php,
191 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
192 datacenter/db/datasetinfo.php:
193 - fixed bug in init of $_GET
194
195
196
197 2007/01/12 Stefan Ruegamer
198
199 * datacenter/macros/writedatasetfile.C:
200 - addded #include <errno.h>
201
202
203
204 2007/01/11 Thomas Bretz
205
206 * mbase/MLogManip.cc:
207 - removed the obsolete include of MLog.h
208
209 * mbase/MLogManip.h:
210 - encapsulated an include in ifdefs
211
212 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
213 - updated log-output
214
215 * mhflux/MHEnergyEst.cc:
216 - replaced difficult to see green by blue
217
218 * mjobs/MDataSet.[h,cc]:
219 - added datat members for path of sequences and path of data files
220 to be able to store overwritten defaults
221 - check completeness of dataset files
222 - store a MSequence object in the list instead of the name and dir
223 (this is necessary to have all important information for a dataset
224 file, including the sequence number! - available)
225 - some changes to the output
226 - allow to print a perfect copy of the read dataset file to the console
227 just from the contents of the object
228
229 * mjobs/MJStar.cc:
230 - updated to use MSequence::GetFileName instead of MSequence:GetName
231
232 * mjobs/MSequence.[h,cc]:
233 - keep filename and datapath in header, this has some advantages
234 for sanity checks
235 - many improvements of sanity checking in case of missing or
236 unaccessible files
237 - Fixed "lightConditions" (was "LightCondition")
238 - Fixed "No_Moon" (was "NoMoon")
239 - allow to set the data path as second argument in the constructor
240 - implemented a check whether the sequence file is complete
241
242 * mjobs/MJCut.[h,cc]:
243 - added some code (still commented out) to display the excess rate
244 - with the other changes we can now store the original dataset in
245 the output
246
247 * mjoptim/MJOptimize.cc:
248 - Keep the sequence files in the file list instead of just the
249 filename and the directory
250
251 * mjtrain/MJTrainDisp.cc:
252 - use return value of MDataSet::AddFilesOn/Off for a sanity check
253
254 * mjobs/MJob.[h,cc]:
255 - removed obsolete fPathData and stuff
256
257 * callisto.cc, star.cc:
258 - removed obsolete calls to MJob::SetPathData
259
260 * callisto.rc, star.rc:
261 - removed obsolete examples for "PathData"-resource
262
263 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
264 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
265 - removed obsolete reference to fPathData
266
267
268
269 2007/01/11 Daniela Dorner
270
271 * datacenter/db/builddatasets.php:
272 - implemented username (the one who inserts the dataset has to give
273 his/her username now)
274 - fixed password query in case user inserted something wrong
275 - implemented check, if on-sequences have different observations
276 modes
277 - implemented check, if user has chosen one sequences as on and off
278 - adapted text of password prompt
279
280 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
281 runinfo-aio.php, sequinfo-aio.php:
282 - minor changes in formatting
283 - added 'alt' for +/- images
284
285 * datacenter/db/menu.js:
286 - added 'alt' for +/- images
287
288
289
290 2007/01/10 Thomas Bretz
291
292 * mhbase/MH.cc:
293 - fixed a bug in SetBinomialErrors. The errors of the two
294 histograms were exchanged in the calculation
295
296 * mbase/MEnv.[h,cc]:
297 - added new member function GetNumUntouched
298
Note: See TracBrowser for help on using the repository browser.