source: trunk/MagicSoft/Mars/Changelog@ 7523

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