source: trunk/MagicSoft/Mars/Changelog@ 8273

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