source: trunk/MagicSoft/Mars/Changelog@ 7574

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