source: trunk/MagicSoft/Mars/Changelog@ 7651

Last change on this file since 7651 was 7651, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 27.5 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
21 2006/04/22 Thomas Bretz
22
23 * mraw/MRawRunHeader.cc:
24 - some small changes, mainly output and comments
25
26 * mhflux/MHAlpha.[h,cc]:
27 - show also the integrated number of excess events in the
28 plot versus energy/size and show the correct error.
29
30 * mtools/MJSpectrum.cc:
31 - added accelerator for executing the tasklist as in MJCut
32
33 * macros/train/trainseparation.C:
34 - fixed a typo
35
36 * mjtrain/MJTrainSeparation.h:
37 - added missing initialization of fAutoTrain
38
39
40
41 2006/04/21 Daniel Hoehne
42
43 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
44 - fixed bug in usage of pstoimg
45
46
47
48 2006/04/13 Thomas Bretz
49
50 * mraw/MRawRunHeader.[h,cc]:
51 - adapted to new DAQ format version 6
52 - increased class version number
53
54 * mtools/MTFillMatrix.cc:
55 - added accelerator for executing the tasklist as in MJCut
56
57 * mfilter/MFEnergySlope.cc:
58 - small update to output
59
60 * mfbase/MFilterList.[h,cc]:
61 - fixed a really old problem that the contents of the list never
62 got ReInit. Hopefully this never had bad sideeffects.
63
64 * macros/train/trainenergy.C:
65 - added another comment how to change the spectral slope of the
66 monte carlo spectrum
67
68
69
70 2006/04/13 Thomas Bretz
71
72 * mreport/MReport.cc:
73 - added new fake arehucas versions to fix a problem with the
74 starguider reports
75
76 * mreport/MReportFileRead.cc:
77 - increased informations in warning output
78
79 * mreport/MReportStarguider.cc:
80 - fixed a problem with the starguider reports between 6.3.2006 and
81 19.3.2006
82
83
84
85 2006/04/13 Daniel Hoehne
86
87 * datacenter/db/findoffdata.php:
88 - implemented query for the inhomogeneity
89
90 * datacenter/db/runinfo.php:
91 - added checkboxes for start time, failed time and error codes
92
93 * datacenter/db/datacheck.php:
94 - fixed bug in StatusMenus for DataCheck and RawFile
95
96
97
98 2006/04/12 Daniela Dorner, Daniel Hoehne
99
100 * datacenter/scripts/makecallistolinks:
101 - fixed bug
102
103
104
105 2006/04/12 Thomas Bretz
106
107 * datacenter/macros/filldotraw.C:
108 - allow to access gzipped raw-files
109
110
111
112 2006/04/11 Thomas Bretz
113
114 * mastro/MAstro.h:
115 - added conversion Parsec2Lighyear
116
117 * mbase/MLogHtml.cc:
118 - added a fix to display < and > correctly
119
120 * mhflux/MHCollectionArea.[h,cc]:
121 - commented out obsolete fEnergy parameter
122
123 * mjobs/MJSpectrum.cc:
124 - fill a second collection area plot after trigger
125
126 * mjoptim/MJOptimize.cc:
127 - improve speed of optimization by switching of timing and
128 reset in eventloop
129
130 * mmc/MFadcHeader.h:
131 - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
132
133 * mmc/MMcFadcHeader.hxx:
134 - increaded version number from 7 to 8
135
136
137
138 2006/04/11 Daniel Hoehne, Daniela Dorner
139
140 * datacenter/scripts/dodatacheck:
141 - fixed bug in finding raw-files
142
143
144
145 2006/04/10 Daniel Hoehne
146
147 * datacenter/macros/filldotrun.C:
148 - implemented new arehucas version
149
150
151
152 2006/04/07 Daniel Hoehne, Daniela Dorner
153
154 * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
155 - implemented new arehucas version
156
157
158
159 2006/04/06 Daniela Dorner
160
161 * datacenter/scripts/makecallistolinks:
162 - fixed bug in resetting
163
164 * datacenter/db/tabs.php:
165 - changed tabs for wobble
166
167
168
169 2006/04/05 Thomas Bretz
170
171 * datacenter/macros/plotdb.C:
172 - added new tab with the effective on-time relative to the
173 observation time
174
175 * sponde_onoff.rc:
176 - added
177
178
179
180 2006/04/04 Thomas Bretz
181
182 * datacenter/macros/plotdb.C:
183 - if no dataset and no time-interval is given only sequences with
184 an effective on-time above five minutes are plotted anymore
185
186
187
188 2006/03/21 Daniela Dorner
189
190 * datacenter/db/ganymed.php,tabs.php:
191 - included different tabs for on/off and wobble
192
193 * datacenter/db/ganymed.php:
194 - added zd angle range and observation period
195
196 * datacenter/db/sequencE.php:
197 - added rel. ontime
198
199
200
201 2006/03/20 Thomas Bretz
202
203 * mraw/MRawRunHeader.cc:
204 - if the pixels to be swaped are both not found, assume they are
205 intentially not mapped. Changed the Error to a Warning
206
207 * mhflux/MHDisp.[h,cc]:
208 - made the scale region a parameter which can be changed from
209 within the display
210 - allow the scale parameters to be setup from the resource-file
211 - changed the source-region which is cut out in wobble mode from
212 +/-15deg to +/-25deg which better fits what we get from MHPhi
213
214 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
215 - added example how to change the new scale parameters in MHDisp
216
217 * mhflux/MAlphaFitter.[h,cc]:
218 - implemented the strategy for optimization which is suggested
219 by the Berlin people for weak sources "weaksource"
220
221 * mhflux/MHPhi.[h,cc]:
222 - moved the AppendPad for the text-paint into all sub-pads which
223 need it. Otherwise they are not always properly updated.
224
225
226
227 2006/03/16 Daniela Dorner
228
229 * datacenter/scripts/sourcefile:
230 - small bugfix in logging
231
232 * datacenter/db/tabs.php:
233 - added new tab for ganymed
234
235
236
237 2006/03/15 Stefan Ruegamer
238
239 * manalysis/MCameraData.cc
240 - inserted an image cleaning based on the time information
241 of the shower (CalcCleaningArrivalTime)
242
243 * manalysis/MCameraData.h
244 - made entry for "CalcCleaningArrivalTime"
245
246 * mimage/MImgCleanStd.cc
247 - created entries for the new image cleaning named "Time"
248
249 * mimage/MImgCleanStd.h
250 - inserted entry "kTime"
251
252
253
254 2006/03/14 Daniela Dorner
255
256 * datacenter/scripts/makecallistolinks:
257 - fixed bug
258
259 * steps.rc:
260 - added fFillGanymed to influences of fGanymed
261
262
263
264 2006/03/14 Thomas Bretz
265
266 * mhflux/MHEffectiveOnTime.cc:
267 - skip the fit not only if the integral is empty but
268 also if the first bin is empty
269 - changed upper limit to 95% according to a study from
270 David Paneque
271 - replaced the fit with the exponential used in the BCN Mars
272 version
273 - use the correct number of entries
274 - use a likelihood fit
275 - calculate the fit quality from the probability
276 - ignore the fit quality for the theta-plot
277
278 * mimage/MHNewImagePar.cc:
279 - fixed the handling of the "same" option in Draw/Paint
280
281 * mpointing/MPointingDev.h:
282 - fDx and fDy initialized in the constructor
283
284 * mbase/MTask.[h,cc]:
285 - removed the kDontCount option. Instead don't use the TStopwatch
286 counter anymore. By this the class to TStopwatch can be
287 suppressed completely if kDontTime is set.
288
289 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
290 mfbase/MFilterList.[h,cc]:
291 - pipe the accelerator flag to the filter or task
292
293 * mjobs/MJCut.cc:
294 - also accelerate the reading task
295
296
297
298 2006/03/13
299
300 * RELEASE 0.9.5
301
302
303
304 2006/03/13 Thomas Bretz
305
306 * ganymed.rc:
307 - changed smearing to half of our PSF 0.06
308 - added new examples for setting the starguider calibration
309
310 * ganymed_onoff.rc
311 - changed smearing to half of our PSF 0.06
312 - switched the new feature for a random source position on
313 - added new examples for setting the starguider calibration
314
315 * ganymed_wobble.rc:
316 - changed smearing to half of our PSF 0.06
317 - added new examples for setting the starguider calibration
318 - added example how to control the phi plot
319
320 * mhflux/MHPhi.[h,cc]:
321 - many improvements to the algorithm, it now takes also
322 inhomgeneities into account
323 - restructured the display, display more histograms
324 - increased class version to 2
325
326 * mjobs/MJCut.cc:
327 - enabled acceleration for first and second loop
328
329 * mpointing/MPointingDevCalc.[h,cc]:
330 - allowed to set the starguider offset calibration from the
331 resource file
332
333 * callisto_Dec04Jan05.rc:
334 - replaced Calibration scale factor by usage of
335 resources/calibration_spline.rc
336
337
338
339 2006/03/13 Markus Meyer
340
341 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
342 - changed cuts:
343 wobble: average values from optimisation of 3 Crab
344 sample (01/05,10/05,12/05), done by Karsten
345 onoff : cuts from 1218 (01/05, highest significance)
346 theta is now 0.22 for both.
347
348
349
350 2006/03/13 Daniel Hoehne
351
352 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
353 - implemented qualitycut in log10(conc) vs. log10(size)
354
355
356
357 2006/03/13 Markus Meyer
358
359 * resources/calibration_spline.C:
360 - more comments
361
362
363
364 2006/03/10 Markus Meyer
365
366 * resources/calibration.C:
367 - update from p27 to p39 (spline excluded, still p33 data missing)
368
369
370
371 2006/03/10 Markus Meyer
372
373 * resources/calibration_spline.C:
374 - correction coefficients for spline data for each period
375
376
377
378 2006/03/10 Daniel Hoehne
379
380 * datacenter/scripts/insertsequences:
381 - fixed bug
382
383
384
385 2006/03/09 Daniel Hoehne
386
387 * ganymed_wobble.rc:
388 - changed parameters 1 to 5 in Cut1 to actual values
389
390
391
392 2006/03/08 Thomas Bretz
393
394 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
395 - added new force-option to foirce output of run-header
396
397
398
399 2006/03/08 Daniela Dorner
400
401 * datacenter/script/movingrawfiles:
402 - added moving of files, that are transferred via internet
403 - added removing of empty directories
404
405 * datacenter/db/ganymed.php:
406 - added links to ganymedplots
407 - added links to sequence.php (instead of links to starfiles)
408 - fixed bug in query
409
410 * datacenter/db/sequence.php:
411 - added links to plots from callisto and star
412 - fixed bug in query
413
414 * datacenter/db/sequinfo.php:
415 - added links to sequence.php
416
417 * datacenter/db/datasetinfo.php:
418 - added links to ganymed.php
419
420 * datacenter/db/tabs.php:
421 - added (includefile for names of tabs of statusdisplays)
422
423
424
425 2006/03/07 Thomas Bretz
426
427 * mcalib/MCalibrateData.cc:
428 - take the bad pixel information into account when calculating the
429 number of saturating pixels!
430
431
432
433 2006/03/06 Thomas Bretz
434
435 * showplot.cc:
436 - fixed the position were the first argument is converted
437 to lower case. Until this fix no upper case could be used
438 in file names
439
440 * datacenter/macros/plotdb.C:
441 - print also average and RMS of all data.
442
443
444
445 2006/03/06 Daniela Dorner
446
447 * datacenter/db/ganymed.php:
448 - added sequences + links to star-plots of sequences
449 - improved layout
450
451 * datacenter/script/makecallistolinks:
452 - changed condition, when to make the link: only, if the link is
453 not yet existing, it is done
454 - added resetting of db: if link is done, callisto is resetted
455
456 * datacenter/macros/resetcolumn.C:
457 - added failure columns to the resetting
458
459
460
461 2006/03/04 Daniela Dorner
462
463 * callisto.cc:
464 - changed return values to improve the failure handling in the db
465
466 * datacenter/script/makecallistolinks:
467 - added 'Pulse is too much to the left, cannot go below 0!' as
468 reason to use callisto_Dec04Jan05.rc
469
470 * datacenter/script/dowebplots:
471 - reduced number of files to be updated by a limitation in
472 modification time
473
474 * datacenter/db/ganymed.php:
475 - added plots
476 - effontime s->h
477
478
479
480 2006/03/03 Thomas Bretz
481
482 * mjobs/MJCut.cc:
483 - added RemoveFromList for srcposrndm in off-data loop
484
485 * mpointing/MSrcPosRndm.[h,cc]:
486 - fixed the scaling. MSrcPosCam has to be in mm
487
488 * ganymed.rc:
489 - added line and comments with new resource
490
491
492
493 2006/03/03 Daniel Hoehne
494
495 * callisto_MarApr05.rc:
496 - changed pulse position check ExtractWinLeft to 4.0 and
497 ExtractWinRight to 4.5
498
499
500
501 2006/03/02 Thomas Bretz
502
503 * callisto.cc:
504 - get result value from pulse pos check
505
506 * mjobs/MJCut.[h,cc]:
507 - added the usage of the new class MSrcPosRndm
508 - added new resource to switch random source position on
509
510 * mjobs/MJPedestal.[h,cc]:
511 - changed return code of Process to int to be able to return
512 the pulse pos check result.
513
514 * mpointing/PointingLinkDef.h, mpointing/Makefile:
515 - added MSrcPosRndm
516
517 * mpointing/MSrcPosRndm.[h,cc]:
518 - added
519
520 * mpointing/MHSrcPosCam.h:
521 - addedn non const getter for fHist
522
523
524
525 2006/03/02 Daniela Dorner
526
527 * datacenter/db/querymc.php:
528 - fixed small bug
529
530 * datacenter/db/dowebplots:
531 - added option -p to the script, to be able to call the script
532 for different programs independently
533 - fixed find
534
535
536
537 2006/03/01 Daniela Dorner
538
539 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
540 - included failure handling columns
541
542
543
544 2006/03/01 Thomas Bretz
545
546 * mastro/MAstro.cc, mbase/MTime.cc:
547 - added a comment in GetMagicPeriod
548
549 * mpointing/MPointingPos.cc:
550 - added new member function GetString
551 - moved code from Print to GetString
552 - added new function IsInitialized()
553
554 * mjtrain/MJTrain*.[h,cc]:
555 - added data members to change RF setup
556
557 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
558 - added missing AddToBranchList
559
560 * mpointing/MHSrcPosCam.[h,cc]:
561 - added
562
563 * mpointing/Makefile, mpointing/PointingLinkDef.h:
564 - added MHSrcPosCam
565
566 * mbase/MTask.[h,cc]:
567 - implemented a new data-meber fAccelerator which allows
568 to switch off counting and timing analysis which can be very
569 time-consuming in some circumstances
570
571 * mbase/MTaskList.[h,cc]:
572 - implemented the usabe of MTask::fAccelerator to switch off
573 resetting of all parameter containers which can be very
574 time-consuming
575
576 * mimage/MImagePar.cc:
577 - updated how the units are printed in Print()
578
579 * mjobs/MJCut.cc:
580 - added a new loop to fill the source position of the on-data
581 - the acceleration of the two main loops are disabled because
582 they are not yet tested.
583
584 * datacenter/macros/plotstat.C:
585 - the periods were wrong by one -- fixed.
586
587
588
589 2006/02/28 Daniela Dorner
590
591 * datacenter/scripts/insertdatasets:
592 - made sure, that backupfiles of the editor are not taken into
593 account, when dataset files are searched
594
595 * datacenter/db/*.php:
596 - moved user, host and pw of database to the include file
597 db.php
598
599 * datacenter/db/index.html:
600 - fixed links
601
602 * datacenter/db/querymc.php,magicdefs.php:
603 - added some variables
604
605 * datacenter/db/runinfo.php,sequinfo.php:
606 - bugfix (incl. TestSources)
607
608 * datacenter/db/sequinfo.php:
609 - changed init values
610
611 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
612 - added value (relative ontime)
613
614 * datacenter/db/dbstatus.php:
615 - fixed bug
616
617 * datacenter/db/queryrbk.php:
618 - added query field 'Night', to query all entries of one night
619 from the runbook
620
621 * datacenter/db/index-header.html:
622 - added links
623
624
625
626 2006/02/27 Thomas Bretz
627
628 * macros/optim/optimwobble.C:
629 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
630 standard Disp-parametrization
631
632 * mhflux/MHEffectiveOnTime.[h,cc]:
633 - added showing the axis range of the time evolution histogram
634
635 * showplot.cc:
636 - fixed a warning in the Hash-switch.
637
638 * mbase/MEnv.cc:
639 - replaced casts in switch by an appended U
640
641 * macros/train/trainseparation.C:
642 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
643
644 * mastro/MAstro.h:
645 - added conversion constants for pc-m and pc-ly
646
647 * mhflux/MMcSpectrumWeight.cc:
648 - fixed typo in comment
649
650 * mimage/MImagePar.h:
651 - minor changes to layout
652
653 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
654 - added new image parameters fConcCOG and fConcCore
655 - increased class version of MNewImagePar
656
657 * mimage/MHillasExt.cc:
658 - added some comments
659 - removed an obsolete TMath::Abs around "dist"
660
661 * mranforest/MRanForest.[h,cc]:
662 - the initialization of fTreeHad was done at the wrong moment
663 - replaced a cast int(x+.5) by TMath::Nint
664 - added some additional warning output
665 - added "!" to fTreeHad - it is only for temporary storage used
666 in the histogram classes
667
668 * mranforest/MRanForestGrow.h:
669 - added GetForest
670
671 * mjtrain/MJTrainSeparation.[h,cc]:
672 - added some code for upcomming automatic event selection
673
674 * datacenter/macros/plotstat.C:
675 - improved macro description
676 - added arguments to main function
677
678 * macros/plot/mucal.C:
679 - added
680
681
682
683 2006/02/25 Daniela Dorner
684
685 * datacenter/scripts/checkfilesforsequavail, checkstardone,
686 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
687 fillcallisto, fillganymed, fillstar,
688 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
689 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
690 fillsignal.C, fillganymed.C, fillstar.C:
691 - implemented, that a missing connection to the database doesn't
692 cause an failure entry in the database, so that the step is
693 retried in this case
694 - updated documentation
695
696
697
698 2006/02/25 Thomas Bretz
699
700 * datacenter/macros/plotstat.C:
701 - added
702
703
704
705 2006/02/24 Markus Meyer
706
707 * resources/calibration.rc:
708 - update of correction values for the calibration constants
709 (P31 - P39, without P36!(problems with spline))
710
711
712
713 2006/02/24 Daniela Dorner
714
715 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
716 findoffdata.php, include.php, magicdefs.php, runinfo.php,
717 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
718 - included failure handling columns
719
720 * datacenter/db/findoffdata.php:
721 - added DT
722
723 * datacenter/db/statusrps.php:
724 - fixed bug
725
726 * datacenter/db/sequinfo.php:
727 - reduced width of menu
728
729 * datacenter/scripts/copyscript:
730 - added makedir for oldcatalogpath
731
732
733
734 2006/02/23 Thomas Bretz
735
736 * mjobs/MJSpectrum.cc:
737 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
738 times the bin-width instead of the absolute energy
739
740
741
742 2006/02/22 Daniela Dorner
743
744 * datacenter/db/querymc.php:
745 - added (website to query montecarlo database - first version)
746
747 * datacenter/db/magicdefs.php:
748 - added some values of montecarlo database
749
750
751
752 2006/02/17 Daniela Dorner
753
754 * datacenter/scripts/copyscript:
755 - fixed path length
756
757 * datacenter/macros/fillsources.C:
758 - added (macro to read source information from catalog files and
759 insert it into the database)
760
761 * datacenter/db/ganymed.php:
762 - improved output
763
764 * datacenter/db/index.html:
765 - added ganymed.php
766 - removed old link
767
768
769
770 2006/02/17 Thomas Bretz
771
772 * showplot.cc:
773 - fixed path inflation in case of ganymed
774
775 * mjobs/MDataSet.cc:
776 - return kFALSE if requested source wasn't found in catalog
777
778 * mjobs/MJCut.cc:
779 - reformatted output of source to fit in one line
780
781 * mpointing/MPointingPos.[h,cc]:
782 - output source name (title) in Print() if set
783
784
785
786 2006/02/16 Daniela Dorner
787
788 * datacenter/scripts/checkstardone:
789 - small improvement in sequence handling
790 - improved logging
791
792 * datacenter/scripts/sourcefile:
793 - small bugfixes in setstatus function
794
795 * datacenter/scripts/runganymed:
796 - small bugfix
797
798 * datacenter/scripts/copyscript:
799 - fixed path length
800
801 * datacenter/db/ganymed.php:
802 - added (website to query results for sources/datasets)
803
804
805
806 2006/02/15 Daniela Dorner
807
808 * datacenter/db/findoffdata.php:
809 - implemented possibility to query range of dates for 'stardone'
810
811
812
813 2006/02/15 Daniel Hoehne
814
815 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
816 - implemented query for mean signal inner/outer and mean pulsepos
817 * datacenter/db/sequence.php:
818 - implemented query for mean signal inner/outer, mean pulsepos
819 and inhomogeneity
820
821
822
823 2006/02/15 Daniela Dorner, Daniel Hoehne
824
825 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
826 - fixed small bug
827
828
829
830 2006/02/14 Daniela Dorner, Daniel Hoehne
831
832 * datacenter/scripts/sourcefile:
833 - fixed small bugs
834
835 * datacenter/scripts/movingrawfiles:
836 - changed back to moving files without zipping
837
838 * datacenter/scripts/doqualityplots:
839 - added running of plotdb.C for each datasetfile
840
841 * datacenter/macros/getdolist.C:
842 - implemented limitation for number of todo files for
843 SequenceProcessStatus
844
845 * datacenter/macros/checkfileavail.C,checkstardone.C:
846 - changed return code in case that files are not available
847
848 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
849 - adapted to changed return code in macros
850
851 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
852 - implemented query for inhomogeneity
853
854
855
856 2006/02/13
857
858 * RELEASE 0.9.4.3
859
860
861
862 2006/02/13 Thomas Bretz
863
864 * callisto.rc:
865 - changed pulse position check ExtractWinLeft to 4.0 and
866 ExtractWinRight to 4.5
867
868 * callisto_Dec04Jan05.rc:
869 - changed pulse position check ExtractWinLeft to 3.0 and
870 ExtractWinRight left at 2.5
871
872
873
874 2006/02/10 Thomas Bretz
875
876 * mastro/MAstro.cc:
877 - allow for more year in the algorithm calculating easter
878
879 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
880 mcamera/MCameraTH.h:
881 - added a sanity check in GetPixelContent
882
883 * mraw/MRawRunHeader.cc:
884 - fixed output (correct kiB instead of kB)
885
886 * Makefile, Makefile.rules:
887 - implemented the possibility to spread Make through condor
888
889 * mastro/MAstroCatalog.[h,cc]:
890 - new draw-options to rotate the grid and the stars
891
892 * mimage/MHHillas.cc:
893 - set minimum of fDelte to 0 instead of fDistC
894
895 * msignal/MExtractTimeAndChargeSpline.h:
896 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
897 TMath::NInt
898
899 * mjobs/MDataSet.h:
900 - implemented new functions to check whether the dataset contains
901 a dedicated sequence
902
903 * datacenter/macros/plotdb.C:
904 - implemented the possibility to draw sequences of a dataset in
905 several colors
906
907
908
909 2006/02/09 Thomas Bretz
910
911 * mreport/MReport.cc:
912 - invented new fake CC report file version 200509300 for a change
913 in the starguider format (the already implemented last values
914 dissapeared again!) which is not noticed in the format version.
915
916 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
917 - fixed support for ver 200510250
918
919 * mjobs/MJSpectrum.cc:
920 - added fit of un-unfolded spectrum
921
922
923
924 2006/02/08 Daniela Dorner
925
926 * datacenter/scripts/sourcefile:
927 - implemented function checklock
928 - bugfix for failure code
929
930 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
931 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
932 makecallistolinks, runcallisto, runganymed, runstar,
933 writesequencefiles:
934 - implemented usage of function checklock
935
936 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
937 insertsequences, linkmc:
938 - implemented usage of function checklock
939 - implemented variable $program
940
941 * datacenter/scripts/dodatacheck:
942 - implemented usage of function checklock
943 - implemented variable $lockfile
944
945 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
946 - implemented usage of function checklock
947 - implemented variables $lockfile and $program
948
949 * datacenter/macros/doexclusions.C, fillganymed.C:
950 - fixed bug
951
952 * datacenter/macros/fillsinope.C, setstatus.C:
953 - improved documentation
954
955 * datacenter/scripts/filesondisk:
956 - implemented finding of zipped files
957
958
959
960 2006/02/08 Thomas Bretz
961
962 * datacenter/macros/plotdb.C:
963 - some minor changes to the layout
964
965
966
967 2006/02/07 Daniela Dorner
968
969 * datacenter/scripts/makecallistolinks:
970 - fixed bug
971
972 * datacenter/db:
973 - added (directory with db-websites)
974
975
976
977 2006/02/07 Daniela Dorner, Daniel Hoehne
978
979 * datacenter/scripts/sourcefile:
980 - added failure code variables
981 - changed calling of setstatus.C accordingly
982
983 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
984 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
985 fillganymed, fillstar, runcallisto, runganymed, runstar,
986 writesequencefiles:
987 - implemented failure variable
988
989 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
990 - added new/changed columns (fReturnCode, fFailedCode,
991 fFailedCodeAdd)
992
993
994
995 2006/02/06 Daniela Dorner
996
997 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
998 - fixed bugs
999
1000
1001
1002 2006/02/03 Daniela Dorner
1003
1004 * datacenter/scripts/sourcefile:
1005 - implemented two new functions: getdolist, finish
1006 - implemented usage of function finish in other functions
1007
1008 * datacenter/scripts/movingrawfiles:
1009 - implemented zipping of rawfiles
1010
1011 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1012 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
1013 fillcallisto, fillganymed, fillstar, insertdatasets,
1014 makecallistolinks, processmcsequences, runcallisto, runganymed,
1015 runstar, writesequencefiles:
1016 - replaced corresponding pieces of code by the functions getdolist
1017 and finish
1018 - moved variable $date to function getdolist
1019 - improved logging
1020 - generalized variables $lockfile and $todofile
1021
1022
1023 2006/02/03 Daniela Dorner, Daniel Hoehne
1024
1025 * datacenter/scripts/sourcefile:
1026 - fixed small bugs
1027
1028 * datacenter/scripts/runcallisto:
1029 - small bugfix
1030 - improved logging
1031
1032 * datacenter/scripts/insertdatasets:
1033 - removed not needed variable
1034
1035 * datacenter/macros/getdolist.C:
1036 - small bugfix
1037
1038
1039
1040 2006/02/02 Daniela Dorner
1041
1042 * datacenter/scripts/linkmc:
1043 - changed numbering of P and C run in linking
1044
1045 * datacenter/scripts/sourcefile:
1046 - moved to root-version root_v4.04.02g
1047
1048
1049
1050 2006/02/01 Daniel Hoehne
1051
1052 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1053 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1054 fillganymed, fillstar, writesequencefiles:
1055 - adapted usage of function setstatus
1056
1057
1058
1059 2006/01/31 Daniela Dorner
1060
1061 * datacenter/macros/setstatus.C, getdolist.C:
1062 - adapted macros to changes in new columns (fFailedCode,
1063 fFailedComment)
1064
1065 * datacenter/macros/setstatus.C:
1066 - added "noreset" for column fStartTime (is needed so that runtime
1067 is available in case of failure)
1068
1069 * datacenter/macros/setupdb.C:
1070 - added new columns
1071
1072 * datacenter/scripts/runcallisto, runganymed, runstar:
1073 - implemented failure handling
1074
1075 * datacenter/scripts/sourcefile:
1076 - implemented new functions to set status values
1077
1078
1079
1080 2006/01/30 Daniel Hoehne
1081
1082 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1083 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1084 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
1085 writesequencefiles:
1086 - added function setstatus in sourcefile
1087 - changed calling of setstatus.C in setstatus
1088 - implemented variable $program to generalize usage of setstatus
1089 - replaced corresponding piece of code by function setstatus
1090 - fixed some typos
1091
1092
1093
1094 2006/01/30 Daniela Dorner
1095
1096 * datacenter/macros/setstatus.C, getdolist.C:
1097 - adapted macros to the improvement of failure handling in the
1098 automatic analysis (added columns fFailed, fStartTime,
1099 fFailedTime)
1100
1101
1102
1103 2006/01/27 Thomas Bretz
1104
1105 * mjobs/MDataSet.cc:
1106 - improved a warning output
1107
1108
1109
1110 2006/01/23 Thomas Bretz
1111
1112 * mbase/MTime.cc:
1113 - removed a sanity check in GetStringFmt. It work's quite nice
1114 in the DC but crashes on my Laptop (which is not so important)
1115
1116
1117
1118 2006/01/10 Daniela Dorner
1119
1120 * datacenter/macros/*.C, datacenter/script:
1121 - updated and added documentation
1122 - improved logging
1123 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.