source: trunk/MagicSoft/Mars/Changelog@ 7687

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