source: trunk/MagicSoft/Mars/Changelog@ 7683

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