source: trunk/MagicSoft/Mars/Changelog@ 7557

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