source: trunk/MagicSoft/Mars/Changelog@ 8276

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