source: trunk/MagicSoft/Mars/Changelog@ 7581

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