source: trunk/MagicSoft/Mars/Changelog@ 7555

Last change on this file since 7555 was 7555, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 15.3 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/03/01 Thomas Bretz
21
22 * mastro/MAstro.cc, mbase/MTime.cc:
23 - added a comment in GetMagicPeriod
24
25 * mpointing/MPointingPos.cc:
26 - added new member function GetString
27 - moved code from Print to GetString
28 - added new function IsInitialized()
29
30 * mjtrain/MJTrain*.[h,cc]:
31 - added data members to change RF setup
32
33 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
34 - added missing AddToBranchList
35
36 * mpointing/MHSrcPosCam.[h,cc]:
37 - added
38
39 * mpointing/Makefile, mpointing/PointingLinkDef.h:
40 - added MHSrcPosCam
41
42 * mbase/MTask.[h,cc]:
43 - implemented a new data-meber fAccelerator which allows
44 to switch off counting and timing analysis which can be very
45 time-consuming in some circumstances
46
47 * mbase/MTaskList.[h,cc]:
48 - implemented the usabe of MTask::fAccelerator to switch off resetting
49 of all parameter containers which can be very time-consuming
50
51 * mimage/MImagePar.cc:
52 - updated how the units are printed in Print()
53
54 * mjobs/MJCut.cc:
55 - added a new loop to fill the source position of the on-data
56 - the acceleration of the two main loops are disabled because
57 they are not yet tested.
58
59
60
61 2006/02/28 Daniela Dorner
62
63 * datacenter/scripts/insertdatasets:
64 - made sure, that backupfiles of the editor are not taken into
65 account, when dataset files are searched
66
67 * datacenter/db/*.php:
68 - moved user, host and pw of database to the include file
69 db.php
70
71 * datacenter/db/index.html:
72 - fixed links
73
74 * datacenter/db/querymc.php,magicdefs.php:
75 - added some variables
76
77 * datacenter/db/runinfo.php,sequinfo.php:
78 - bugfix (incl. TestSources)
79
80 * datacenter/db/sequinfo.php:
81 - changed init values
82
83 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
84 - added value (relative ontime)
85
86 * datacenter/db/dbstatus.php:
87 - fixed bug
88
89 * datacenter/db/queryrbk.php:
90 - added query field 'Night', to query all entries of one night
91 from the runbook
92
93 * datacenter/db/index-header.html:
94 - added links
95
96
97
98 2006/02/27 Thomas Bretz
99
100 * macros/optim/optimwobble.C:
101 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
102 standard Disp-parametrization
103
104 * mhflux/MHEffectiveOnTime.[h,cc]:
105 - added showing the axis range of the time evolution histogram
106
107 * showplot.cc:
108 - fixed a warning in the Hash-switch.
109
110 * mbase/MEnv.cc:
111 - replaced casts in switch by an appended U
112
113 * macros/train/trainseparation.C:
114 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
115
116 * mastro/MAstro.h:
117 - added conversion constants for pc-m and pc-ly
118
119 * mhflux/MMcSpectrumWeight.cc:
120 - fixed typo in comment
121
122 * mimage/MImagePar.h:
123 - minor changes to layout
124
125 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
126 - added new image parameters fConcCOG and fConcCore
127 - increased class version of MNewImagePar
128
129 * mimage/MHillasExt.cc:
130 - added some comments
131 - removed an obsolete TMath::Abs around "dist"
132
133 * mranforest/MRanForest.[h,cc]:
134 - the initialization of fTreeHad was done at the wrong moment
135 - replaced a cast int(x+.5) by TMath::Nint
136 - added some additional warning output
137 - added "!" to fTreeHad - it is only for temporary storage used
138 in the histogram classes
139
140 * mranforest/MRanForestGrow.h:
141 - added GetForest
142
143 * mjtrain/MJTrainSeparation.[h,cc]:
144 - added some code for upcomming automatic event selection
145
146 * datacenter/macros/plotstat.C:
147 - improved macro description
148 - added arguments to main function
149
150 * macros/plot/mucal.C:
151 - added
152
153
154
155 2006/02/25 Daniela Dorner
156
157 * datacenter/scripts/checkfilesforsequavail, checkstardone,
158 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
159 fillcallisto, fillganymed, fillstar,
160 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
161 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
162 fillsignal.C, fillganymed.C, fillstar.C:
163 - implemented, that a missing connection to the database doesn't
164 cause an failure entry in the database, so that the step is
165 retried in this case
166 - updated documentation
167
168
169
170 2006/02/25 Thomas Bretz
171
172 * datacenter/macros/plotstat.C:
173 - added
174
175
176
177 2006/02/24 Markus Meyer
178
179 * resources/calibration.rc:
180 - update of correction values for the calibration constants
181 (P31 - P39, without P36!(problems with spline))
182
183
184
185 2006/02/24 Daniela Dorner
186
187 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
188 findoffdata.php, include.php, magicdefs.php, runinfo.php,
189 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
190 - included failure handling columns
191
192 * datacenter/db/findoffdata.php:
193 - added DT
194
195 * datacenter/db/statusrps.php:
196 - fixed bug
197
198 * datacenter/db/sequinfo.php:
199 - reduced width of menu
200
201 * datacenter/scripts/copyscript:
202 - added makedir for oldcatalogpath
203
204
205
206 2006/02/23 Thomas Bretz
207
208 * mjobs/MJSpectrum.cc:
209 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
210 times the bin-width instead of the absolute energy
211
212
213
214 2006/02/22 Daniela Dorner
215
216 * datacenter/db/querymc.php:
217 - added (website to query montecarlo database - first version)
218
219 * datacenter/db/magicdefs.php:
220 - added some values of montecarlo database
221
222
223
224 2006/02/17 Daniela Dorner
225
226 * datacenter/scripts/copyscript:
227 - fixed path length
228
229 * datacenter/macros/fillsources.C:
230 - added (macro to read source information from catalog files and
231 insert it into the database)
232
233 * datacenter/db/ganymed.php:
234 - improved output
235
236 * datacenter/db/index.html:
237 - added ganymed.php
238 - removed old link
239
240
241
242 2006/02/17 Thomas Bretz
243
244 * showplot.cc:
245 - fixed path inflation in case of ganymed
246
247 * mjobs/MDataSet.cc:
248 - return kFALSE if requested source wasn't found in catalog
249
250 * mjobs/MJCut.cc:
251 - reformatted output of source to fit in one line
252
253 * mpointing/MPointingPos.[h,cc]:
254 - output source name (title) in Print() if set
255
256
257
258 2006/02/16 Daniela Dorner
259
260 * datacenter/scripts/checkstardone:
261 - small improvement in sequence handling
262 - improved logging
263
264 * datacenter/scripts/sourcefile:
265 - small bugfixes in setstatus function
266
267 * datacenter/scripts/runganymed:
268 - small bugfix
269
270 * datacenter/scripts/copyscript:
271 - fixed path length
272
273 * datacenter/db/ganymed.php:
274 - added (website to query results for sources/datasets)
275
276
277
278 2006/02/15 Daniela Dorner
279
280 * datacenter/db/findoffdata.php:
281 - implemented possibility to query range of dates for 'stardone'
282
283
284
285 2006/02/15 Daniel Hoehne
286
287 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
288 - implemented query for mean signal inner/outer and mean pulsepos
289 * datacenter/db/sequence.php:
290 - implemented query for mean signal inner/outer, mean pulsepos
291 and inhomogeneity
292
293
294
295 2006/02/15 Daniela Dorner, Daniel Hoehne
296
297 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
298 - fixed small bug
299
300
301
302 2006/02/14 Daniela Dorner, Daniel Hoehne
303
304 * datacenter/scripts/sourcefile:
305 - fixed small bugs
306
307 * datacenter/scripts/movingrawfiles:
308 - changed back to moving files without zipping
309
310 * datacenter/scripts/doqualityplots:
311 - added running of plotdb.C for each datasetfile
312
313 * datacenter/macros/getdolist.C:
314 - implemented limitation for number of todo files for
315 SequenceProcessStatus
316
317 * datacenter/macros/checkfileavail.C,checkstardone.C:
318 - changed return code in case that files are not available
319
320 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
321 - adapted to changed return code in macros
322
323 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
324 - implemented query for inhomogeneity
325
326
327
328 2006/02/13
329
330 * RELEASE 0.9.4.3
331
332
333
334 2006/02/13 Thomas Bretz
335
336 * callisto.rc:
337 - changed pulse position check ExtractWinLeft to 4.0 and
338 ExtractWinRight to 4.5
339
340 * callisto_Dec04Jan05.rc:
341 - changed pulse position check ExtractWinLeft to 3.0 and
342 ExtractWinRight left at 2.5
343
344
345
346 2006/02/10 Thomas Bretz
347
348 * mastro/MAstro.cc:
349 - allow for more year in the algorithm calculating easter
350
351 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
352 mcamera/MCameraTH.h:
353 - added a sanity check in GetPixelContent
354
355 * mraw/MRawRunHeader.cc:
356 - fixed output (correct kiB instead of kB)
357
358 * Makefile, Makefile.rules:
359 - implemented the possibility to spread Make through condor
360
361 * mastro/MAstroCatalog.[h,cc]:
362 - new draw-options to rotate the grid and the stars
363
364 * mimage/MHHillas.cc:
365 - set minimum of fDelte to 0 instead of fDistC
366
367 * msignal/MExtractTimeAndChargeSpline.h:
368 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
369 TMath::NInt
370
371 * mjobs/MDataSet.h:
372 - implemented new functions to check whether the dataset contains
373 a dedicated sequence
374
375 * datacenter/macros/plotdb.C:
376 - implemented the possibility to draw sequences of a dataset in
377 several colors
378
379
380
381 2006/02/09 Thomas Bretz
382
383 * mreport/MReport.cc:
384 - invented new fake CC report file version 200509300 for a change
385 in the starguider format (the already implemented last values
386 dissapeared again!) which is not noticed in the format version.
387
388 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
389 - fixed support for ver 200510250
390
391 * mjobs/MJSpectrum.cc:
392 - added fit of un-unfolded spectrum
393
394
395
396 2006/02/08 Daniela Dorner
397
398 * datacenter/scripts/sourcefile:
399 - implemented function checklock
400 - bugfix for failure code
401
402 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
403 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
404 makecallistolinks, runcallisto, runganymed, runstar,
405 writesequencefiles:
406 - implemented usage of function checklock
407
408 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
409 insertsequences, linkmc:
410 - implemented usage of function checklock
411 - implemented variable $program
412
413 * datacenter/scripts/dodatacheck:
414 - implemented usage of function checklock
415 - implemented variable $lockfile
416
417 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
418 - implemented usage of function checklock
419 - implemented variables $lockfile and $program
420
421 * datacenter/macros/doexclusions.C, fillganymed.C:
422 - fixed bug
423
424 * datacenter/macros/fillsinope.C, setstatus.C:
425 - improved documentation
426
427 * datacenter/scripts/filesondisk:
428 - implemented finding of zipped files
429
430
431
432 2006/02/08 Thomas Bretz
433
434 * datacenter/macros/plotdb.C:
435 - some minor changes to the layout
436
437
438
439 2006/02/07 Daniela Dorner
440
441 * datacenter/scripts/makecallistolinks:
442 - fixed bug
443
444 * datacenter/db:
445 - added (directory with db-websites)
446
447
448
449 2006/02/07 Daniela Dorner, Daniel Hoehne
450
451 * datacenter/scripts/sourcefile:
452 - added failure code variables
453 - changed calling of setstatus.C accordingly
454
455 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
456 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
457 fillganymed, fillstar, runcallisto, runganymed, runstar,
458 writesequencefiles:
459 - implemented failure variable
460
461 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
462 - added new/changed columns (fReturnCode, fFailedCode,
463 fFailedCodeAdd)
464
465
466
467 2006/02/06 Daniela Dorner
468
469 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
470 - fixed bugs
471
472
473
474 2006/02/03 Daniela Dorner
475
476 * datacenter/scripts/sourcefile:
477 - implemented two new functions: getdolist, finish
478 - implemented usage of function finish in other functions
479
480 * datacenter/scripts/movingrawfiles:
481 - implemented zipping of rawfiles
482
483 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
484 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
485 fillcallisto, fillganymed, fillstar, insertdatasets,
486 makecallistolinks, processmcsequences, runcallisto, runganymed,
487 runstar, writesequencefiles:
488 - replaced corresponding pieces of code by the functions getdolist
489 and finish
490 - moved variable $date to function getdolist
491 - improved logging
492 - generalized variables $lockfile and $todofile
493
494
495 2006/02/03 Daniela Dorner, Daniel Hoehne
496
497 * datacenter/scripts/sourcefile:
498 - fixed small bugs
499
500 * datacenter/scripts/runcallisto:
501 - small bugfix
502 - improved logging
503
504 * datacenter/scripts/insertdatasets:
505 - removed not needed variable
506
507 * datacenter/macros/getdolist.C:
508 - small bugfix
509
510
511
512 2006/02/02 Daniela Dorner
513
514 * datacenter/scripts/linkmc:
515 - changed numbering of P and C run in linking
516
517 * datacenter/scripts/sourcefile:
518 - moved to root-version root_v4.04.02g
519
520
521
522 2006/02/01 Daniel Hoehne
523
524 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
525 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
526 fillganymed, fillstar, writesequencefiles:
527 - adapted usage of function setstatus
528
529
530
531 2006/01/31 Daniela Dorner
532
533 * datacenter/macros/setstatus.C, getdolist.C:
534 - adapted macros to changes in new columns (fFailedCode,
535 fFailedComment)
536
537 * datacenter/macros/setstatus.C:
538 - added "noreset" for column fStartTime (is needed so that runtime
539 is available in case of failure)
540
541 * datacenter/macros/setupdb.C:
542 - added new columns
543
544 * datacenter/scripts/runcallisto, runganymed, runstar:
545 - implemented failure handling
546
547 * datacenter/scripts/sourcefile:
548 - implemented new functions to set status values
549
550
551
552 2006/01/30 Daniel Hoehne
553
554 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
555 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
556 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
557 writesequencefiles:
558 - added function setstatus in sourcefile
559 - changed calling of setstatus.C in setstatus
560 - implemented variable $program to generalize usage of setstatus
561 - replaced corresponding piece of code by function setstatus
562 - fixed some typos
563
564
565
566 2006/01/30 Daniela Dorner
567
568 * datacenter/macros/setstatus.C, getdolist.C:
569 - adapted macros to the improvement of failure handling in the
570 automatic analysis (added columns fFailed, fStartTime,
571 fFailedTime)
572
573
574
575 2006/01/27 Thomas Bretz
576
577 * mjobs/MDataSet.cc:
578 - improved a warning output
579
580
581
582 2006/01/23 Thomas Bretz
583
584 * mbase/MTime.cc:
585 - removed a sanity check in GetStringFmt. It work's quite nice
586 in the DC but crashes on my Laptop (which is not so important)
587
588
589
590 2006/01/10 Daniela Dorner
591
592 * datacenter/macros/*.C, datacenter/script:
593 - updated and added documentation
594 - improved logging
595 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.