source: trunk/MagicSoft/Mars/Changelog@ 7590

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