source: trunk/MagicSoft/Mars/Changelog@ 7521

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