source: trunk/MagicSoft/Mars/Changelog@ 7565

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