source: trunk/MagicSoft/Mars/Changelog@ 7506

Last change on this file since 7506 was 7506, checked in by Daniela Dorner, 19 years ago
*** empty log message ***
File size: 8.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 2006/02/15 Daniela Dorner, Daniel Hoehne
21
22 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
23 - fixed small bug
24
25
26
27 2006/02/14 Daniela Dorner, Daniel Hoehne
28
29 * datacenter/scripts/sourcefile:
30 - fixed small bugs
31
32 * datacenter/scripts/movingrawfiles:
33 - changed back to moving files without zipping
34
35 * datacenter/scripts/doqualityplots:
36 - added running of plotdb.C for each datasetfile
37
38 * datacenter/macros/getdolist.C:
39 - implemented limitation for number of todo files for
40 SequenceProcessStatus
41
42 * datacenter/macros/checkfileavail.C,checkstardone.C:
43 - changed return code in case that files are not available
44
45 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
46 - adapted to changed return code in macros
47
48 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
49 - implemented query for inhomogeneity
50
51
52
53 2006/02/13
54
55 * RELEASE 0.9.4.3
56
57
58
59 2006/02/13 Thomas Bretz
60
61 * callisto.rc:
62 - changed pulse position check ExtractWinLeft to 4.0 and
63 ExtractWinRight to 4.5
64
65 * callisto_Dec04Jan05.rc:
66 - changed pulse position check ExtractWinLeft to 3.0 and
67 ExtractWinRight left at 2.5
68
69
70
71 2006/02/10 Thomas Bretz
72
73 * mastro/MAstro.cc:
74 - allow for more year in the algorithm calculating easter
75
76 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
77 mcamera/MCameraTH.h:
78 - added a sanity check in GetPixelContent
79
80 * mraw/MRawRunHeader.cc:
81 - fixed output (correct kiB instead of kB)
82
83 * Makefile, Makefile.rules:
84 - implemented the possibility to spread Make through condor
85
86 * mastro/MAstroCatalog.[h,cc]:
87 - new draw-options to rotate the grid and the stars
88
89 * mimage/MHHillas.cc:
90 - set minimum of fDelte to 0 instead of fDistC
91
92 * msignal/MExtractTimeAndChargeSpline.h:
93 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
94 TMath::NInt
95
96 * mjobs/MDataSet.h:
97 - implemented new functions to check whether the dataset contains
98 a dedicated sequence
99
100 * datacenter/macros/plotdb.C:
101 - implemented the possibility to draw sequences of a dataset in
102 several colors
103
104
105
106 2006/02/09 Thomas Bretz
107
108 * mreport/MReport.cc:
109 - invented new fake CC report file version 200509300 for a change
110 in the starguider format (the already implemented last values
111 dissapeared again!) which is not noticed in the format version.
112
113 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
114 - fixed support for ver 200510250
115
116 * mjobs/MJSpectrum.cc:
117 - added fit of un-unfolded spectrum
118
119
120
121 2006/02/08 Daniela Dorner
122
123 * datacenter/scripts/sourcefile:
124 - implemented function checklock
125 - bugfix for failure code
126
127 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
128 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
129 makecallistolinks, runcallisto, runganymed, runstar,
130 writesequencefiles:
131 - implemented usage of function checklock
132
133 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
134 insertsequences, linkmc:
135 - implemented usage of function checklock
136 - implemented variable $program
137
138 * datacenter/scripts/dodatacheck:
139 - implemented usage of function checklock
140 - implemented variable $lockfile
141
142 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
143 - implemented usage of function checklock
144 - implemented variables $lockfile and $program
145
146 * datacenter/macros/doexclusions.C, fillganymed.C:
147 - fixed bug
148
149 * datacenter/macros/fillsinope.C, setstatus.C:
150 - improved documentation
151
152 * datacenter/scripts/filesondisk:
153 - implemented finding of zipped files
154
155
156
157 2006/02/08 Thomas Bretz
158
159 * datacenter/macros/plotdb.C:
160 - some minor changes to the layout
161
162
163
164 2006/02/07 Daniela Dorner
165
166 * datacenter/scripts/makecallistolinks:
167 - fixed bug
168
169 * datacenter/db:
170 - added (directory with db-websites)
171
172
173
174 2006/02/07 Daniela Dorner, Daniel Hoehne
175
176 * datacenter/scripts/sourcefile:
177 - added failure code variables
178 - changed calling of setstatus.C accordingly
179
180 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
181 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
182 fillganymed, fillstar, runcallisto, runganymed, runstar,
183 writesequencefiles:
184 - implemented failure variable
185
186 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
187 - added new/changed columns (fReturnCode, fFailedCode,
188 fFailedCodeAdd)
189
190
191
192 2006/02/06 Daniela Dorner
193
194 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
195 - fixed bugs
196
197
198
199 2006/02/03 Daniela Dorner
200
201 * datacenter/scripts/sourcefile:
202 - implemented two new functions: getdolist, finish
203 - implemented usage of function finish in other functions
204
205 * datacenter/scripts/movingrawfiles:
206 - implemented zipping of rawfiles
207
208 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
209 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
210 fillcallisto, fillganymed, fillstar, insertdatasets,
211 makecallistolinks, processmcsequences, runcallisto, runganymed,
212 runstar, writesequencefiles:
213 - replaced corresponding pieces of code by the functions getdolist
214 and finish
215 - moved variable $date to function getdolist
216 - improved logging
217 - generalized variables $lockfile and $todofile
218
219
220 2006/02/03 Daniela Dorner, Daniel Hoehne
221
222 * datacenter/scripts/sourcefile:
223 - fixed small bugs
224
225 * datacenter/scripts/runcallisto:
226 - small bugfix
227 - improved logging
228
229 * datacenter/scripts/insertdatasets:
230 - removed not needed variable
231
232 * datacenter/macros/getdolist.C:
233 - small bugfix
234
235
236
237 2006/02/02 Daniela Dorner
238
239 * datacenter/scripts/linkmc:
240 - changed numbering of P and C run in linking
241
242 * datacenter/scripts/sourcefile:
243 - moved to root-version root_v4.04.02g
244
245
246
247 2006/02/01 Daniel Hoehne
248
249 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
250 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
251 fillganymed, fillstar, writesequencefiles:
252 - adapted usage of function setstatus
253
254
255
256 2006/01/31 Daniela Dorner
257
258 * datacenter/macros/setstatus.C, getdolist.C:
259 - adapted macros to changes in new columns (fFailedCode,
260 fFailedComment)
261
262 * datacenter/macros/setstatus.C:
263 - added "noreset" for column fStartTime (is needed so that runtime
264 is available in case of failure)
265
266 * datacenter/macros/setupdb.C:
267 - added new columns
268
269 * datacenter/scripts/runcallisto, runganymed, runstar:
270 - implemented failure handling
271
272 * datacenter/scripts/sourcefile:
273 - implemented new functions to set status values
274
275
276
277 2006/01/30 Daniel Hoehne
278
279 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
280 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
281 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
282 writesequencefiles:
283 - added function setstatus in sourcefile
284 - changed calling of setstatus.C in setstatus
285 - implemented variable $program to generalize usage of setstatus
286 - replaced corresponding piece of code by function setstatus
287 - fixed some typos
288
289
290
291 2006/01/30 Daniela Dorner
292
293 * datacenter/macros/setstatus.C, getdolist.C:
294 - adapted macros to the improvement of failure handling in the
295 automatic analysis (added columns fFailed, fStartTime,
296 fFailedTime)
297
298
299
300 2006/01/27 Thomas Bretz
301
302 * mjobs/MDataSet.cc:
303 - improved a warning output
304
305
306
307 2006/01/23 Thomas Bretz
308
309 * mbase/MTime.cc:
310 - removed a sanity check in GetStringFmt. It work's quite nice
311 in the DC but crashes on my Laptop (which is not so important)
312
313
314
315 2006/01/10 Daniela Dorner
316
317 * datacenter/macros/*.C, datacenter/script:
318 - updated and added documentation
319 - improved logging
320 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.