source: trunk/MagicSoft/Mars/Changelog@ 7589

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