source: trunk/MagicSoft/Mars/Changelog@ 7579

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