source: trunk/MagicSoft/Mars/Changelog@ 7508

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