source: trunk/MagicSoft/Mars/Changelog@ 8622

Last change on this file since 8622 was 8622, checked in by Daniela Dorner, 18 years ago
*** empty log message ***
File size: 84.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
22 2007/06/29 Daniela Dorner
23
24 * datacenter/db/sources.php:
25 - fixed bug (test-sources where displayed although 'incl. test
26 sources was not checked)
27 - added input field for source name (regular expressions)
28 - adapted link for source name from sequinfo.php to
29 sequinfo-aio.php
30
31 * datacenter/db/menu.php, datacenter/db/builddatasets.php:
32 - moved init of limits (setting of know values) from
33 builddatasets.php to menu.php (function InitFindOffData), so that
34 the values are also available in sequinfo-aio.php
35
36
37
38 2007/06/29 Thomas Bretz
39
40 * mimage/MHillasExt.[h,cc]:
41 - added new timing parameters fSlopeTrans and fSlopeLong
42 - removed never used parameter fMaxDist
43 - increased accordingly the class version number by 1
44 - replaced the old calculation of the third moments by a
45 numerically more accurate one, by avoiding to calculate
46 to many differences too often.
47
48 * mfilter/MFMagicCuts.[h,cc]:
49 - added the usage of the new SlopeLong parameter for ghostbusting
50
51
52
53 2007/06/28 Thomas Bretz
54
55 * mars.cc:
56 - added new options to use a sequence file instead of a run
57
58 * mhbase/MFillH.h:
59 - added new member function to reset weights
60
61 * mmain/MEventDisplay.[h,cc]:
62 - added path argument to allow to give an input path
63 - added to allow to setup a sequence file for reading
64
65 * mmain/Makefile:
66 - added inlcude of mjobs for MSequence
67
68 * mbadpixels/MBadPixelsTreat.cc:
69 - we assume now that the maximum arrival time difference
70 is calibrated already in nanoseconds
71
72 * mcalib/MCalibrateRelTimes.[h,cc]:
73 - the arrival time is now converted from slices into nanoseconds
74
75 * mfilter/MFSoftwareTrigger.cc:
76 - the arrival time is now assumed to be in nanoseconds.
77 the default is changed accordingly from 0.5 to 1.7
78
79 * mjobs/MJCalibrateSignal.cc:
80 - changed axis label of PulsePos plot (now in nanosec)
81
82 * mpointing/MSrcPosCalc.[h,cc]:
83 - allow to set a tasklist as callback to now which n-th
84 pass of the same task list it is
85
86 * mbase/MTaskList.[h,cc]:
87 - added some code to allow the execution of one task list more
88 than once. This is for example necessary to process three
89 different off-source regions.
90
91 * mjobs/MJCut.[h,cc]:
92 - use the new feature in MTaskList to setup a tasklist
93 processing the off-source calculation tasklist more than once
94 - added a new data meber fNumOffSourcePos
95 - added a new resource option NumOffSourcePositions
96 - added a new CutQ before Cut0 which takes place before all
97 source posisiton dependant stuff
98
99 * ganymed_onoff.rc:
100 - renamed Cut0 to CutQ
101
102
103
104 2007/06/27 Thomas Bretz
105
106 * mfilter/MFMagicCuts.cc:
107 - added the missing include of MHillas.h
108
109 * mhist/Makefile, mhist/HistLinkDef.h:
110 - removed obsolete MHFadcCam
111 - removed obsolete MHFadcPix
112
113 * msignal/MExtractPINDiode.cc:
114 - commented out some non-compiling code which is not used at all.
115
116 * Makefile:
117 - removed compmux program which entered by chance
118
119
120
121 2007/06/26 Thomas Bretz
122
123 * mmain/Makefile:
124 - added inlclude path for mfilter
125
126 * mmain/MEventDisplay.cc:
127 - added MFEvtNumber to choose selected preselected events
128
129
130
131 2007/06/25 Daniel Hoehne
132
133 * datacenter/scripts/linkmc:
134 - implemented execution of fillcamera.C, now first a mc camera file
135 is linked and then fillcamera.C runs for this file
136
137 * datacenter/macros/fillcamera.C:
138 - bugfix: the macro doesn't giva a seg-fault anymore
139 (thanks to Thomas)
140 - arranged the structure more clearly
141
142
143
144 2007/06/23 Thomas Bretz
145
146 * mbadpixels/MBadPixelsCam.cc:
147 - fixed some Print output
148
149 * mhflux/MHAlpha.cc:
150 - added the missing include of MHillas.h
151 - removed the obsolete ClassImp(MAlphaFitter)
152
153 * mhflux/MHFalseSource.cc, mimage/MHillasSrc.cc:
154 - added the missing include MHillas.h
155
156 * mimage/MHHillasSrc.cc, mimage/MHillasSrc.h:
157 - removed obsolete include of MHillas.h
158
159 * mpointing/MPointingDevCalc.[h,cc]:
160 - added the real starguider calibration using a pointing model
161 for the strguider. The dates for which the model is valid
162 can still be tuned.
163
164 * mpointing/MSrcPosCalc.cc, mreport/MReportStarguider.cc:
165 - added some comment
166
167
168
169 2007/06/23 Thomas Bretz
170
171 * mpointing/MPointing.cc:
172 - improved output
173
174
175
176 2007/06/23 Daniela Dorner
177
178 * datacenter/db/index.html:
179 - added link to showplots-seq.php
180 - added link to builddatasets.php
181
182 * datacenter/db/showplots-seq.php:
183 - added (analog to shoeplots-ds, but instead of dataset number a
184 sequence range and/or a source name can be chosen)
185
186 * datacenter/db/plotinclude.php:
187 - added function to print pull-down menu for type in showplots*.php
188
189 * datacenter/db/showplots.php:
190 - moved getting of plotname out of if-clauses
191
192 * datacenter/db/showplots-ds.php:
193 - added check if datasetfile is existing
194
195 * datacenter/db/showplots-ds.php, datacenter/db/showplots.php:
196 - added comments
197 - added home-button
198 - added reset-button
199 - changed choosing of type from input field to pull-down menu and
200 implemented function for this pulldown
201
202
203
204 2007/06/22 Thomas Bretz
205
206 * mhflux/MHThetaSqN.cc:
207 - fixed optimization (it just didn't work)
208
209 * mpointing/MPointing.[h,cc]:
210 - added some checks in Load
211 - fixed a problem with the constructors (the pointers MUST be
212 initialized to 0)
213 - renamed fNumPar to fgNumPar
214 - Load and Save now return kTRUE or kFALSE
215
216
217
218 2007/06/22 Daniela Dorner
219
220 * datacenter/db/builddatasets.php:
221 - fixed typo
222
223
224
225 2007/06/21 Thomas Bretz
226
227 * mjobs/MJCut.cc:
228 - fixed a problem with the Wobble MCs (the could not be processed
229 anymore because they needed MTime for MHSrcPos)
230
231
232
233 2007/06/20 Thomas Bretz
234
235 * msql/MSQLMagic.[h,cc]:
236 - added a new function InsertUpdate
237
238
239
240 2007/06/20 Daniela Dorner
241
242 * datacenter/db/showplots.php:
243 - implemented different number of tabs for muxdata for
244 signal*.root
245
246
247
248 2007/06/19 Thomas Bretz
249
250 * callisto.rc, callisto_Dec04Jan05.rc:
251 - changed the default values (commented out anyhow) to the real
252 values.
253
254 * mbase/MEnv.h:
255 - allow printing contents from the context menu
256
257 * mcalib/MCalibrationRelTimeCalc.cc:
258 - replaced kDeviatingTimeResolution by new
259 kDeviatingRelTimeResolution
260
261 * mhcalib/MHCalibrationPulseTimeCam.cc:
262 - automatically scale the saturation limit to the fadc range
263
264 * mjobs/MJCalibrateSignal.cc:
265 - save resource file into signal*.root file
266 - added some code (still commented) for saving the calibration
267 results
268 - do not fill the bad-pixel plots with MCs
269
270 * mjobs/MJCalibration.cc, mjobs/MJStar.cc, mjobs/MJCut.cc,
271 mjobs/MJSpectrum.cc:
272 - save resource file into signal*.root file
273
274 * mjobs/MJPedestal.cc:
275 - clarified output for "mean pulse time" further
276
277 * mjobs/MJob.cc:
278 - made write container more flexible to allow easier calles
279 if fPathOut contains the file name already
280
281 * mpedestal/MExtractPedestal.cc:
282 - automatically scale the maximum variation and the
283 maximum value to fit the FADC range
284
285 * msignal/MExtractor.cc:
286 - removed the reset of the saturation limit. Maybe the user
287 wants to switch off saturation detection.
288 - removed a lot of old code (in comments)
289
290 * msignal/MExtractTimeAndCharge.cc:
291 - scale the saturation limit from the maximum of
292 the FADC range to 256
293 - use the maximum value of the raw position as the input for
294 half the signal height in GetSaturationTime again
295 - calculate maxposhi only if needed
296 - calculate maxrawlo only if needed
297
298 * mraw/MRawRunHeader.[h,cc]:
299 - implemented new format version 9
300 - increased version number by one
301 - added some comments in the header
302 - added a function returning the maximum value of the FADC
303 - changed the GetScale from a calculation to a switch
304 (faster and easier to understand)
305
306 * callisto_mux.rc:
307 - replaced saturation and lower signal limit in
308 MJPedestalY2.MHCalibrationPulseTimeCam by the defaults
309
310 * mbase/MMath.[h,cc]:
311 - added a function to do a InterpolParab assuming that the
312 x-coordinates are -1, 0, 1
313
314
315
316 2007/06/18 Thomas Bretz
317
318 * mbadpixels/Makefile:
319 - added include of mraw
320
321 * mbadpixels/MBadPixelsTreat.[h,cc]:
322 - added some comments
323 - check for MRawRunHeader
324 - calculate max time difference from time in ns
325
326 * callisto.rc callisto_mux.rc, callisto_Dec04Jan05.rc:
327 - changed old value for time difference to 3.0
328 - use the default value (3.0) in all files
329
330 * mbadpixels/MBadPixelsPix.h, mbadpixels/MBadPixelsCam.cc,
331 mcalib/MCalibrationChargeCalc.cc:
332 - renamed kFluctuatingArrivalTimes to kDeviatingAbsTimeResolution
333
334 * mbase/MMath.cc:
335 - improved (according to the numerical recipes) the calculation
336 of the one value solution. This should also accelerate
337 execution a bit
338
339
340
341 2007/06/17 Thomas Bretz
342
343 * mpedestal/MExtractPedestal.[h,cc],
344 mpedestal/MPedestalSubtract.cc,
345 mpedestal/MPedestalSubtractedEvt.[h,cc]:
346 - changed USample_t finally from Byte_t to UShort_t
347 - adapted Memcpy accordingly
348
349 * mraw/MRawEvtData.[h,cc]:
350 - increased class version to 7
351 - added fNumBytesPerSample for simplification
352 - take fNumBytesPerSample into account
353 - changed draw and print option accordingly
354 - changed reading of pixel information (in fact it is a
355 simplification allowed by the flexible storage format)
356 - added a private GetSample member function to be used in
357 data access for drawing a pixel
358 - added returning of the scale (2^((numbytes-1)*8))
359 - FIXME: GetPixelContent must be reimplemented!
360
361 * mraw/MRawEvtPixelIter.[h,cc]:
362 - changed according to changes in MRawEvtData to support
363 flexible daza format
364 - removed a lot of old, obsolete and unsused member functions
365
366 * msignal/MSignalCalc.cc, mpedestal/MHPedestalCor.cc:
367 - changed to use USample_t instead of Byte_t
368 - ToBeFIXED! The saturation limits are still around 2^8
369
370 * callisto_mux.rc:
371 - removed obsolete LoGainSwitch statement
372
373
374
375 2007/06/16 Thomas Bretz
376
377 * mbase/MGList.cc:
378 - added some sanity checks
379
380 * mbase/MMath.cc:
381 - don't start caluclation if x<mean in GaussProb
382
383 * mpedestal/MExtractPedestal.[h,cc]:
384 - added new data member for the absulte max signal fMaxSignalAbs
385 - replaced Byte_t for a sample by USample_t set in the header
386 to Byte_t
387 - in the case of random pedestal calculation the MaxPos is
388 not calculated anymore
389 - scale the pedestal and pedestalrms according to the sample
390 size in the data (the scale is retrieved from the run-header)
391
392 * mpedestal/MPedestalSubtract.[h,cc]:
393 - replaced build-in memcpy by a new Memcpy function which is more
394 flexible depending on the input data format
395 - scale the signal into the range 0-256 according to the
396 scale given by the event header
397 - replaced Byte_t by USample_t
398
399 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
400 - replaced Byte_t by USample_t and set it accordingly to Byte_t
401
402 * mraw/MRawRunHeader.h:
403 - added returning of the scale (2^((numbytes-1)*8))
404
405
406
407 2007/06/15 Thomas Bretz
408
409 * mpedestal/MPedestalSubtractedEvt.cc:
410 - fixed a bug in the determination of the maximum slice. Only
411 each second slice was checked. This has been introduced with
412 the last change four weeks ago.
413
414
415
416 2007/06/15 Daniela Dorner
417
418 * datacenter/db/index-footer.html:
419 - adapted path of validator picture
420
421 * scripts/processsequence:
422 - added sequence number (get it from sequence file) to path name
423 in case only a sequence file is given
424 - added two new command line options: the callisto and star rc can
425 be given now
426
427
428
429 2007/06/14 Daniela Dorner
430
431 * scripts/processsequence:
432 - bugfix (getting of runno didn't work in case the outpath
433 contained a _)
434
435
436
437 2007/06/13 Thomas Bretz
438
439 * mimage/MImgCleanStd.cc:
440 - print name of MPedPhotCam only if used
441
442
443
444 2007/06/13 Daniela Dorner
445
446 * datacenter/db/plotdb.php:
447 - enlarged inputs for Set1 and Set2 to 150 (was too short for all
448 sequences of one dataset)
449
450 * datacenter/db/showplots.php:
451 - implemented variable for number of tabs (calib*.root,
452 signal*.root and star*.root) to simplify future changes
453 - adapted number of tabs for signal*.root
454
455
456
457 2007/06/12 Thomas Bretz
458
459 * mbase/MTime.[h,cc]:
460 - added new constant kDaySec
461 - use kDaySec where possible
462 - added second argument to SetUnixTime and allow using it ;-)
463 - use SetUnixTime in Set(timeval)
464
465 * mhcalib/MHCalibrationChargeCam.cc:
466 - made sure that Draw doesn't crash if the hi-gains
467 have saturated but the lo-gains don't exist
468
469 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
470 - replaced type of SaturationLimit and LowerSignalLimit by UInt_t
471 - accordingly increased class version number
472
473
474
475 2007/06/12 Daniela Dorner
476
477 * datacenter/db/ganymed.php:
478 - added comment
479
480 * datacenter/db/tabs.php:
481 - corrected tabs for ganymed for wobble
482
483
484
485 2007/06/11 Thomas Bretz
486
487 * sponde.cc:
488 - added check for validity of resource file
489
490 * mbase/MMath.cc:
491 - small speed improvement to calclation of three solutions
492 for the third order pol.
493 - for a second order pol. set x1 and x2 if it has only one
494 solution
495
496 * mbase/MMath.h:
497 - speed improvement using ::cbrt instead of pow(x, 1/3)
498
499 * mcalib/MCalibrationChargeCalc.cc:
500 - improved output
501
502 * mextralgo/MExtralgoSpline.cc:
503 - speed improvement by using a look up table for often used
504 and identical coefficients
505 - use MMath::SolvePol2 to get the null-points of the first
506 derivative (EvalDerivEq0)
507 - removed a lot of old an obsolete comments
508 - fixed the newly introduced EvlInteg(int, int) -- must
509 return 0 explicitly if a==b
510 - fixed the upward search
511
512
513
514 2007/05/25 Thomas Bretz
515
516 * callisto.cc, star.cc:
517 - removed obsolete check whether config file exists
518
519 * sponde.cc:
520 - aded check for validity of config file (returns 0xfe if not)
521
522 * mbase/MEnv.[h,cc]:
523 - removed obsolete fName workaround
524 - made sure that also ~ paths are correctly expanded and used
525
526 * mjobs/MJob.cc:
527 - one more sanity check if MEnv is not valid
528
529 * Makefile:
530 - first compile the programs source code and then link the library
531 this make it much faster to debug the code of the program sources.
532
533
534
535 2007/05/22 Daniel Hoehne
536
537 * datacenter/macros/fillcamera.C:
538 - added (macro to fill mc parameters into the db)
539
540
541
542 2007/05/22 Thomas Bretz
543
544 * mmuon/MMuonSearchPar.cc:
545 - tiny speed improvement in the fit function
546
547
548
549 2007/05/22 Daniela Dorner
550
551 * datacenter/scripts/sourcefile:
552 - adapted the function finish to avoid removing of non existing
553 files in case the variable lockfile is empty
554
555 * steps.rc:
556 - fixed typo
557
558 * datacenter/scripts/checkscriptrunning:
559 - added (script to check if a script is runnning, including
560 command line option, to allow for several jobmanagers and
561 zipscripts of one Mars Version)
562
563
564
565 2007/05/21 Daniela Dorner
566
567 * datacenter/db/showplots-ds.php:
568 - also off-sequences are plottet now
569 - by plotting the link to the plot in colour, it is marked, whether
570 a on sequence (green) or a off sequence is plotted
571
572
573
574 2007/05/21 Daniel Hoehne
575
576 * datacenter/tools/resetdataset:
577 - re-implemented fAllFilesAvail=NULL
578
579 * datacenter/macros/fillstar.C:
580 - bugfix: for sparkrate='inf', now 0.00 is filled into the db
581
582
583
584 2007/05/21 Thomas Bretz
585
586 * msignal/MSignalPix.h:
587 - added missing arrival time in Copy function
588 - added copy constructor
589
590 * msignal/MSignalCam.[h,cc]:
591 - added a function to compare cleanigngs of two objects
592 - added a function to compare the islands in two objects
593 - adde Copy function
594
595 * mjobs/MJStar.cc:
596 - added MHEffictiveOnTime to parlist to get access from the
597 resource file
598
599 * mjobs/Makefile:
600 - added include of mhflux
601
602
603
604 2007/05/18 Daniela Dorner
605
606 * datacenter/scripts/runcorsika:
607 - added (script to run corsika automatically)
608
609 * datacenter/scripts/runreflector:
610 - added (script to run reflector automatically)
611
612 * datacenter/scripts/runcamera:
613 - added (script to run camera automatically)
614
615 * datacenter/scripts/jobmanager:
616 - added possibility to start separate jobmanager for the MC
617 processing by giving 'mc' as command line option
618
619 * datacenter/scripts/setup:
620 - added setting for MC production steps
621
622 * datacenter/scripts/sourcefile:
623 - added fail codes for MC production steps
624
625 * steps.rc:
626 - added settings for MC production steps
627 - removed timer table information (this was only neede by the
628 macro getdolist.C in case of day-wise processing of data)
629
630
631
632 2007/05/17 Thomas Bretz
633
634 * metralgo/MExtralgoSpline.h:
635 - improved the speed of the integration by simplifying the evaluated
636 term. It has been checked that the result is identical.
637
638
639
640 2007/05/17 Daniela Dorner
641
642 * scripts/processsequence:
643 - added -v5 to all commands
644
645 * datacenter/scripts/sourcefile:
646 - adapted in function makedir if-clause to avoid removing of non
647 existing files in case todofile is empty or todfile or lockfile is
648 missing
649
650 * datacenter/scripts/runcallisto, datacenter/scripts/runganymed
651 datacenter/scripts/runstar:
652 - adapted comment (was still about old way to get from the database
653 what has to be done)
654
655
656
657 2007/05/16 Daniel Hoehne
658
659 * datacenter/tools/resetdataset:
660 - several bugfixes (mainly typos, for wobble datasets there was one
661 colon too much due to no off sequences)
662
663
664
665 2007/05/16 Thomas Bretz
666
667 * callisto.cc:
668 - switch of storage of job2 only in movie mode
669
670 * mjobs/MJCalibrateSignal.[h,cc]:
671 - do not write the interlaced containers anymore
672 they have no real meaning if only the ones of the last
673 calibration are written
674 - removed obsolete references to MCalibrationPulseTimeCam
675 - changed default writingmode for the signal file to UPDATE
676
677 * mjobs/MJCalibration.cc, mjobs/MJCut.cc:
678 - write display by adding it to the array
679
680 * mjobs/MJPedestal.[h,cc]:
681 - added const qualifier to argument of DisplayResult
682 - removed obsolete WriteResult
683 - added a new function WritePulsePos
684 - call WritePulsePos if PulsePosCheck is enabled
685
686 * mjobs/MJob.[h,cc]:
687 - removed automatic writing of fDisplay from WriteContainer
688 - added a new function WriteDisplay
689
690 * mhcalib/MHCalibrationChargeCam.cc, mpedestal/MExtractPedestal.cc,
691 msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
692 - replaced GetMax by GetMaxPos
693
694 * mhcalib/MHCalibrationPulseTimeCam.cc:
695 - use new GetMax returning position and height at once
696
697 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
698 - devided the old function GetMax into GetMax and GetRawMax
699
700 * msignal/MExtractTimeAndCharge.cc:
701 - GetSaturationTime now uses the real maximum as reference not
702 the maximum of the raw-date
703 - adapted the use of GetMax
704
705 * mextralgo/MExtralgoSpline.h:
706 - added a function which allows the outside world to access the
707 spline
708 - removed Align from EvalInteg, it is done in EvalPrimitive already
709
710 * macros/test/extralgospline.C:
711 - added a macro to test the spline
712
713
714
715 2007/05/14 Stefan Ruegamer
716
717 * datacenter/scripts/checkmd5sum
718 - added this script which makes an md5sum check of files that have
719 been copied from tape to the directory
720 /magic/datacenter/fromtape. This script will run later auto-
721 matically before movingrawfiles.
722
723
724
725 2007/05/14 Daniela Dorner
726
727 * datacenter/scripts/checkfilesforsequenceavail:
728 - added missing 'set -C'
729
730 * scripts/processsequence:
731 - added option (now callisto rc can be giving in a command line
732 option)
733
734
735
736 2007/05/14 Daniel Hoehne
737
738 * datacenter/db/menu.php, magicdefs.php, querycal.php:
739 - implemented new columns fUnsuitableMax and fDeadMax
740
741
742
743 2007/05/14 Thomas Bretz
744
745 * RELEASE 1.2
746
747
748
749 2007/05/14 Thomas Bretz
750
751 * callisto_mux.rc:
752 - cleanup of some comments
753
754 * mjobs/MJCalibration.cc:
755 - fixed the unintentionally removed setting of pedestal
756 for MPedestalSubtract
757
758 * mpedestal/MPedestalSubtract.cc:
759 - improved output for debugging purpose
760
761 * msignal/MExtractor.[h,cc]:
762 - according to the last changes the version number has been
763 increased to 9
764
765 * mcalib/MCalibrationCam.cc:
766 - added code to GetPixelContent from MCalibrationPedCam
767
768 * mcalib/Makefile, mcalib/CalibLinkDef.h:
769 - removed obsolete MCalibrationPedCam
770
771 * mhcalib/MHPedestalCam.cc:
772 - Removed references to MCalibrationPedCam use a MCalibrationCam
773 with the name MCalibrationPedCam instead
774
775 * mjobs/MJCalibration.cc:
776 - changed background color in Defects to be able to read
777 the yellow text color
778
779 * mjobs/MJPedestal.cc:
780 - removed obsolete include of MCalibrationPedCam
781
782 * mcalib/MCalibrationPulseTimeCam.[h,cc]:
783 - removed some obsolete Add functions already contained in
784 the base class
785
786 * mcalib/MCalibrationIntensityBlindCam.[h,cc],
787 mcalib/MCalibrationIntensityQECam.[h,cc],
788 mcalib/MCalibrationIntensityTestCam.[h,cc]:
789 - removed
790
791
792
793 2007/05/11 Daniela Dorner
794
795 * scripts/processsequence:
796 - added information about the created paths to the output of
797 Usage()
798 - adapted regular expressions
799 - bugfix in getting date for cc and caco file
800 - bugfix (subsystempath was missing)
801 - exit instead of break, if cc or caco file is missing
802 - merpplogdirectory is created after finding of files now
803 - improved logging
804
805 * datacenter/scripts/setup:
806 - adapted number of processes
807 - removed datacheck
808
809
810
811 2007/05/11 Thomas Bretz
812
813 * mcalib/MCalibrationChargeCalc.cc, mhcalib/MHPedestalCam.cc,
814 msignal/MExtractBlindPixel.cc:
815 - replaced the call to GetTotalEntries by the product
816 of the number of slices with the number of events of the
817 individual pixel
818
819 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
820 mpedestal/MPedCalcFromLoGain.[h,cc]:
821 - unified the summing part of Process() into a new function
822 CalcPixel in the base class
823 - in MPedCalcPedRun individual pixels could be skipped due to
824 high variations, but it was still divided by the number of events
825 procesed. This let to a pedestal which was a tiny amount too
826 small and gave an small positive offset of the randomly extracted
827 pedestal.
828 - unified the loops over the individual pixels to calculate the
829 pixel-, area-, and sector-defaults for the whole camera into
830 the base-class
831 - moved fNumEventsUsed into the base-class and removed obsolete
832 fUsedEvents
833 - removed obsolete fTotalCounter, use the product of the number
834 of slices and the number of events stored in each individual
835 pixel instead
836 - added some sanity checks not to calculate average and/or rms
837 values if the statistics is too low (division by zero)
838 - for calculating min and/or max values at most places now
839 an int is used. This increases the range for further
840 upgrade to 16bit samples.
841
842 * mpedestal/MPedestalCam.[h,cc]:
843 - removed obsolete fTotalEntries and replaced by fNumSlices
844 because the number of total entries depends on the number of
845 events used for each individual pixel
846 - adapted GetPixelContent accordingly
847 - increased class version to 2
848
849 * manalysis/MCameraData.cc:
850 - added include of TArrayI (previously included from MPedestalCam)
851
852 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationRelTimeCam.cc:
853 - fixed GetPixelContant to give more proper output
854 - reformatted GetPIxelContent code
855 - added const-qualifiers
856
857 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
858 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc,
859 mpedestal/MExtractPedestal.[h,cc], msignal/MExtractor.[h,cc],
860 msignal/MExtractBlindPixel.cc, msignal/MExtractPINDiode.cc:
861 - removed data members fPedestal and fPedestalsIn respectively,
862 and all referencing functions because it was never used at all
863
864 * mextralgo/MExtralgoDigitalFilter.[h,cc],
865 mextralgo/MExtralgoSpline.cc
866 msignal/MExtractTimeAndChargeDigitalFilter.cc:
867 - made the noise extraction completely random and automatic
868 - gave the noise extraction completely into the hand of
869 the extractors
870
871
872
873 2007/05/10 Daniela Dorner
874
875 * datacenter/scripts/runcallisto:
876 - bugfix (typo in getting date for finding cc and cacofile)
877
878 * scripts/merppupdate:
879 - added (script to merpp update already calibrated files)
880 - added possibility to give outpath and regular expression for
881 filename as command line options
882
883
884
885 2007/05/10 Thomas Bretz
886
887 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
888 - cleanup of some comments
889
890 * mbase/MMath.cc:
891 - removed the usage of a storage space for the index in
892 GetMedianDev because the index is reacalculated anyhow
893
894 * mbase/MStatusArray.cc:
895 - if several objects of the same name (but different class
896 types) are in a pad we don't stop searching if an object
897 with the right name has been found
898
899 * mcalib/MCalibrateData.cc, mcalib/MCalibrationChargeCalc.cc,
900 mcalib/MCalibrationRelTimeCalc.cc:
901 - updated output
902
903 * mhist/MHCamera.[h,cc]
904 - added two new member functions to count the number of bins
905 above or below a threshold
906
907 * mjobs/MJCalibrateSignal.cc:
908 - added a new Tab to show the time development of the unsuitable
909 pixels
910 - added a new tab showing the eveloution of the number of
911 dead pixels
912
913 * mjobs/MJCalibration.cc:
914 - updated texts in bad pixel display
915
916 * datacenter/macros/fillsignal.C:
917 - replaced CalcUnsuitable by the new members of MHCamera
918 - also fill the maximum number of unsuitable pixels
919 - and fill the maximum number of dead pixels
920
921 * mfilter/MFSoftwareTrigger.cc, mhcalib/MHCalibrationTestCam.cc,
922 mimage/MCameraSmooth.cc:
923 - removed obsolete calls to GetPixById
924
925 * msignal/MSignalCam.[h,cc]:
926 - removed obolete function to access the MSignalPix'
927 - removed obsolete GetPixById
928 - added new function returning the number of unmapped pixels
929 - a little code cleanup
930
931
932
933
934 2007/05/09 Daniela Dorner
935
936 * scripts/makemovie:
937 - added comment
938 - removed not needed lines
939
940 * datacenter/scripts/buildsequenceentries,
941 datacenter/scripts/checkfilesforsequenceavail,
942 datacenter/scripts/checklogs, datacenter/scripts/checkstardone,
943 datacenter/scripts/checktransfer, datacenter/scripts/copyscript,
944 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
945 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
946 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
947 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
948 datacenter/scripts/fillstar, datacenter/scripts/findnewstars,
949 datacenter/scripts/findnotseqruns,
950 datacenter/scripts/insertdatasets,
951 datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
952 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
953 datacenter/scripts/mcsequences,
954 datacenter/scripts/movingsubsystemfiles,
955 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
956 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
957 datacenter/scripts/runstar, datacenter/scripts/scriptlauncher,
958 datacenter/scripts/setup, datacenter/scripts/sourcefile,
959 datacenter/scripts/webupdate-callisto,
960 datacenter/scripts/webupdate-ganymed,
961 datacenter/scripts/webupdate-sinope,
962 datacenter/scripts/webupdate-star,
963 datacenter/scripts/writedatasetfiles,
964 datacenter/scripts/writesequencefiles,
965 datacenter/scripts/zipscript:
966 - change time for 'Software-Developement'
967
968 * datacenter/scripts/buildsequenceentries,
969 datacenter/scripts/checkfilesforsequenceavail,
970 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
971 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
972 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
973 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
974 datacenter/scripts/runganymed, datacenter/scripts/runstar,
975 datacenter/scripts/writedatasetfiles,
976 datacenter/scripts/writesequencefiles:
977 - removed variable needed only for setstatusroot
978 - adapted variable needed for setstatus
979 - adapted comment
980
981 * datacenter/scripts/writedatasetfiles:
982 - added missing 'setstatus "start"'
983
984 * datacenter/scripts/correcttime:
985 - improved regular expressions
986
987 * datacenter/macros/findcacofiles.C:
988 - added algorithm for searching missing caco files and inserting
989 the according runnumber to the database
990 - adapted comment
991
992 * datacenter/scripts/filesondisk:
993 - removed algorithm for finding missing caco files (done by
994 findcacofiles.C no)
995 - adapted comment
996 - added removing of files conaining the run lists
997
998 * datacenter/scripts/zipscript:
999 - added possibility to start several zipscripts giving a commanline
1000 option
1001 - added locking of callisto
1002 - removed not needed lines
1003 - removed old code
1004 - fixed bug (filename for chmod was wrong)
1005
1006 * datacenter/scripts/runcallisto:
1007 - added locking of sequence for zipping
1008 - reduced find for cc and caco file to the directory of the date,
1009 where the files are stored (date taken from callisto filename)
1010 - improved regular expressions
1011
1012 * steps.rc:
1013 - added fNotZipping to Needs of fCallisto to allow for the locking
1014 of callistos by the zipscript
1015
1016 * datacenter/scripts/sourcefile:
1017 - removed functions setstatusroot and getdolistroot
1018 - renamed variable in setstatus
1019 - added function sendquery
1020 - adapted if-clause to avoid removing of non existing files in
1021 case todofile is empty
1022
1023 * datacenter/scripts/scriptlauncher:
1024 - fixed bug (in case condor_submit failed, the scriptlauncher was
1025 waiting for the not submitted job, until it was killed)
1026
1027 * datacenter/scripts/jobmanager:
1028 - added algorithm to increase sleeping time in case condor failed
1029 several times in a row
1030
1031 * datacenter/scripts/setup:
1032 - renamed errorsleeptime for usage in algorithm in jobmanager
1033
1034 * datacenter/scripts/dodatacheck:
1035 - added query for date to reduce the find to the directory of the
1036 date, where the rawfile is stored
1037 - removed not needed lines
1038
1039 * datacenter/scripts/dodatacheck, datacenter/scripts/doqualityplots,
1040 datacenter/scripts/dowebplots, datacenter/scripts/linkmc,
1041 datacenter/scripts/movingsubsystemfiles,
1042 datacenter/scripts/runcallisto, datacenter/scripts/sourcefile,
1043 scripts/dospectrum, scripts/makemovie, scripts/processsequence:
1044 - changed indentation to 3 spaces, where it was different
1045
1046 * datacenter/scripts/copyscript:
1047 - added sort and uniq to find for dates
1048 - removed not needed lines
1049 - adapted find for catalogue files such that only the directories
1050 of the last 31 days are searched with find and not the whole
1051 central control path
1052
1053 * datacenter/db/sequinfo.php:
1054 - show ranges menu on first loading of page
1055
1056 * datacenter/db/menu.js:
1057 - adapted functions to show ranges menu on first loading of the
1058 page and hide it, when a query is done
1059 - commented functions
1060
1061 * scripts/processsequence:
1062 - restricted find for cacofile to directory of date
1063
1064 * scripts/merppupdate:
1065 - added (script to do merpp update for already calibrated files)
1066
1067
1068
1069 2007/05/09 Thomas Bretz
1070
1071 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
1072 callisto_mux.rc:
1073 - changed ArrTimeRmsLimit in all cases to default 5.0
1074 because of the new meaning
1075
1076 * showplot.cc:
1077 - changed that it closes automatically if the file cannot
1078 be read
1079
1080 * datacenter/macros/fillstar.C:
1081 - commented the output of the query
1082
1083 * datacenter/macros/plotdb.C:
1084 - adapted ranges to MUX data values
1085 - added plots for new unsuitable columns
1086
1087 * mbadpixels/MBadPixelsPix.h:
1088 - added a new member function IsUncalibrated
1089 - further adapted the usuitable levels
1090
1091 * mcalib/MCalibrationChargeCalc.[h,cc]:
1092 - changed the meaning of ArrTimeRmsLimit such that it is now
1093 the deviation from the average rms expressed in significance
1094 levels
1095 - the new check is done similar to the check for the relative
1096 arrival time (to be unified!)
1097 - removed FinalizeArrivalTimes
1098 - removed calibration levels for first and last bin, this
1099 has to be redone more properly taken the extractor properties
1100 into account
1101 - some updates to the output
1102 - some simplifications to the code
1103
1104 * mcalib/MCalibrationRelTimeCalc.cc:
1105 - when calculating the median check for UnsuitableRun not
1106 unsuitable in general
1107 - small changes to output
1108 - calculate upper and lower limits only once
1109
1110 * mhvstime/MHVsTime.[h,cc]:
1111 - added fMinimum and fMaximum data members similar to
1112 MHSectorVsTime
1113 - to be unified with MHSectorVsTime
1114 - fixed draw/paint
1115 - increased version number
1116
1117 * mjobs/MJCalibration.cc:
1118 - removed the bad pixel levels for first and last bins
1119
1120 * msignal/MExtractTimeAndChargeSpline.[h,cc],
1121 mextralgo/MExtralgoSpline.cc:
1122 - changed to allow setup of the extraction type and the
1123 relative or absolute height for arrival
1124 - if the height is set < 0 and extraction type is set to
1125 relative integral the maximum is used instead of the leading edge.
1126 - accordingly increased version number by one
1127
1128 * mjobs/Makefile:
1129 - added mextralgo to includes
1130
1131
1132
1133 2007/05/08 Daniel Hoehne
1134
1135 * datacenter/macros/fillsignal.C:
1136 - implemented new variables fUnsuitable50 and fUnsuitable01
1137
1138 * datacenter/db/menu.php, magicdefs.php, querycal.php:
1139 - implemented new columns fUnsuitable50 and fUnsuitable01
1140
1141
1142
1143 2007/05/04 Thomas Bretz
1144
1145 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1146 - removed writing MBadPixelsCam. It now gives trouble
1147 because the etReadyToSave flag is set at an unproper time.
1148 It is not used anyhow.
1149
1150 * datacenter/macros/fillsignal.C:
1151 - small simplification
1152
1153
1154
1155 2007/05/04 Daniela Dorner
1156
1157 * scripts/makemovie:
1158 - added (script to produce movies)
1159
1160
1161
1162 2007/05/03 Daniel Hoehne
1163
1164 * datacenter/macros/fillsignal.C:
1165 - fixed bug which made fillsignal fail for the new MUX data:
1166 for sequences > 200000 hilooff and hilocal are not needed anymore
1167
1168
1169
1170 2007/04/28 Daniela Dorner
1171
1172 * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots:
1173 - moved temporary directory for pstoimg to /tmp
1174
1175 * datacenter/scripts/copyscript:
1176 - moved file with diff for magic_favorites to /tmp
1177
1178 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
1179 datacenter/db/menu.js :
1180 - implemented possibility to plot datasets by inserting dataset
1181 number as Set1
1182
1183 * datacenter/db/plot.php:
1184 - implemented variables for colours
1185
1186 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
1187 datacenter/db/include.php, datacenter/db/datasetinfo-aio.php,
1188 datacenter/db/ganymed.php, datacenter/db/sequence.php:
1189 - removed header and footer for print version
1190
1191 * datacenter/db/runinfo-aio.php:
1192 - fixed small bug
1193
1194 * datacenter/db/magicdefs.php:
1195 - added fMEanPUlsePosInner to alias
1196
1197 * datacenter/db/ganymed.php:
1198 - added observation mode
1199
1200
1201
1202 2007/04/27 Daniela Dorner
1203
1204 * datacenter/scripts/jobmanager:
1205 - improved logging
1206
1207 * datacenter/scripts/scriptlauncher:
1208 - redirect of error messages of condor_submit to errorlogfile
1209 - in case condor_submit does not work (i.e. pid empty) an error
1210 message is written to the processlogfile
1211
1212 * datacenter/db/showplots-ds.php:
1213 - adapted maxwidth of input field
1214
1215 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
1216 datacenter/db/menu.js :
1217 - implemented possibility to give range for 2 additional values
1218 - implemented possibility to give only upper or lower limit
1219 - fixed bug, that ranges are not accepted before plotting once
1220
1221
1222
1223 2007/04/27
1224
1225 * RELEASE 1.1
1226
1227
1228
1229 2007/04/27 Daniel Hoehne
1230
1231 * datacenter/scripts/runcallisto:
1232 - modified the ccfile and cacofile search to not find ccfiles
1233 twice if one runnumber is part of a higher runnumber (as 23456
1234 and 223456)
1235
1236
1237
1238 2007/04/27 Thomas Bretz
1239
1240 * mcalib/CalibLinkDef.h, mcalib/Makefile:
1241 - removed obsolete MCalibrationIntensityCam
1242 - removed obsolete MCalibrationIntensityChargeCam
1243
1244 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
1245 mcalib/MCalibrateData.[h,cc], mhcalib/MHCalibrationChargeCam.[h,cc]:
1246 - removed obsolete MCalibrationIntensityChargeCam and replaced by
1247 MCalibrationChargeCam
1248
1249 * mcalib/MCalibrationChargeCalc.[h,cc]:
1250 - removed obsolete MCalibrationIntensityChargeCam and replaced by
1251 MCalibrationChargeCam
1252 - to realize the difference between continous and single calibration
1253 a new data member fContinousCalibration has been introduced
1254 - consequently increased version number to 6
1255 - do not set any exclusion in ReInit. it is nonsense not to fill
1256 histograms which might give (or give not) correct result,
1257 if the checks are all executed anyhow
1258
1259 * mcalib/MCalibrationRelTimeCalc.cc:
1260 - do not set any exclusion in ReInit and if a pixel is unsuitable.
1261 it is nonsense not to fill histograms which might give (or give
1262 not) correct result, if the checks are all executed anyhow
1263 - switched on the check for outliers
1264 - outliers are now set unsuitable rather than unreliable
1265 - some code simplification of the checks
1266
1267 * mcalib/MCalibrationChargeCam.cc:
1268 - added a comment in the Clear member function
1269
1270 * mcalib/MCalibrationRelTimeCam.cc:
1271 - some fixes of looong Form statements
1272 - a small cosmetic change to GetPixelContent
1273 - replaced the old check of the average time resolution by
1274 a more accurate check using the median and deviation
1275
1276 * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
1277 - removed data member fReferencePixel and corresponding code
1278 - use the median of pixels with area index 0 as reference instead of
1279 an artificial pixel
1280
1281 * mhcalib/MHCalibrationCam.[h,cc]:
1282 - finally removed all dependencies on the intensity cams and replaced
1283 them by the direct cam
1284 - if the lo-gain histogram is empty this is not a reason for an
1285 uncalibrated pixel. At least in case of extracted properties (charge
1286 and time) it is ok.
1287
1288 * mjobs/MJCalibration.[h,cc]:
1289 - let MCalibrationRelTimeCalc run after MCalibrationChargeCalc
1290 otherwise almost all unsuitable pixels have deviating
1291 relative arrival resolution.
1292 - added new level for deviating time reolution to plot of bad pixels
1293 - changed reference lines for timr resolution plots
1294 - removed data member fRefTimeOffsetInner, it is now 0 by definition
1295
1296 * mjobs/MJCalibrateSignal.cc:
1297 - finally removed all dependencies of Intensity cams
1298 - enable ContinousCalibration in MCalibrationChargeCalc instead
1299 - switched on interleaved relative time calibration
1300
1301 * mbadpixels/MBadPixelsPix.h:
1302 - adapted to new unsuitable flag kDeviatingTimeResolution
1303
1304 * callisto_mux.rc:
1305 - removed the obsolete resource statement about the level
1306 for the relative arrival time check.
1307
1308 * mjobs/calibrationref.rc, mjobs/calibrationref_Dec04.rc,
1309 mjobs/calibrationref_Nov04.rc, resources/calibrationref_mux.rc:
1310 - changed time resolution references accordingly
1311
1312 * resources/calibration_spline.rc:
1313 - added muon calibration factors up to period 55... to be corrected.
1314
1315 * mjobs/MJCut.[h,cc]:
1316 - reanimated the use of an energy estimator in ganymed for the
1317 purpose of having it as additional cut value if looking
1318 for events after cuts
1319
1320 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
1321 - added a corresponding example
1322
1323
1324
1325 2007/04/26 Thomas Bretz
1326
1327 * mjobs/MJPedestal.cc:
1328 - inverted the default of the CalibFilter for the case of no
1329 pattern available as the filter was inverted 4.3.07.
1330
1331 * callisto.rc:
1332 - fixed typos in examples for movie encoding
1333
1334
1335
1336 2007/04/25 Daniel Hoehne
1337
1338 * datacenter/scripts/runcallisto:
1339 - removed obsolete option -raw from command line for callisto
1340
1341
1342
1343 2007/04/25 Thomas Bretz
1344
1345 * mbadpixels/MBadPixelsCam.cc:
1346 - removed obsolete code from Print() which tried to align the
1347 output
1348
1349 * mhcalib/MHCalibrationChargeCam.cc:
1350 - increased the shown binning range further
1351
1352 * mhcalib/MHCalibrationPulseTimeCam.cc:
1353 - unimportant changes
1354
1355 * mjobs/MJPedestal.cc:
1356 - changed a comment
1357
1358 * mpedestal/MPedestalSubtractedEvt.h:
1359 - fixed a bug of preset upper limits. The last slice is
1360 fNumSamples-1 not fNumSamples
1361
1362
1363
1364 2007/04/24 Thomas Bretz
1365
1366 * callisto_Dec04Jan05.rc, callisto_MarApr05.rc, callisto_mux.rc:
1367 - fixed typos in examples for movie encoding
1368
1369 * mjobs/MJCalib.h, mjobs/MJPedestal.cc:
1370 - missing commit from yesterday :-(
1371
1372 * mmovie/MMovieWrite.cc:
1373 - changed resource Filename according to the other resources
1374 to FileName
1375
1376 * ganymed.cc:
1377 - enable dataset mc-mode if "-mc" is specified
1378 - removed obsolete call to EnableMonteCarloMode
1379 - removed EnableWobbleMode but use the setting of the dataset
1380 instead
1381
1382 * mjobs/MDataSet.[h,cc]:
1383 - renamed fIsWobbleMode to fWobbleMode
1384 - added setter for fWobbleMode
1385 - added fMonteCarlo which determins the default paths to be used
1386 if not overwritten
1387 - replaced the static variables for the paths by member functions
1388 which depend on the new fWobbleMode data member
1389 - some simple reordering inthe constructor was necessary
1390 - increased class version number accordingly to 2
1391
1392 * mjobs/MJCut.[h,cc]:
1393 - repaired On-only mode
1394 - removed data member fIsMonteCarlo, use the data-set getter instead
1395 - removed data member fIsWobbleMode, use the data-set getter instead
1396
1397 * sponde.cc:
1398 - print a warning if MC dataset doens't contain "MonteCarlo: Yes"
1399
1400 * mjobs/MJCalibrateSignal.cc:
1401 - do not write signal*.root in movie mode
1402
1403
1404
1405 2007/04/23 Thomas Bretz
1406
1407 * callisto.cc, star.cc:
1408 - removed "-raw" and "-root" option
1409 - replaced inflating sequence path by new InflatePath
1410 function
1411 - removed MJCalib::kUse* usage, use MSequence::IsMonteCarlo
1412 instead
1413
1414 * mhcalib/MHCalibrationChargeBlindCam.cc,
1415 mhcalib/MHCalibrationHiLoCam.cc,
1416 mhcalib/MHCalibrationPulseTimeCam.cc:
1417 - removed obsolete include of MCalibrationIntensityCam
1418
1419 * mhcalib/MHPedestalCam.cc:
1420 - removed obsolete usage of fIntensCam
1421
1422 * mhist/MHEvent.cc:
1423 - replacedcompilation of description string by new
1424 MMcEvt::GetDescription memeber function
1425
1426 * mjobs/MJCalib.[h,cc]:
1427 - removed fDataFlag and corresponding member functions and
1428 handling
1429
1430 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1431 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.[h,cc]:
1432 - replaced IsUseRawData and IsUseRootData by
1433 MSequence::IsMonteCarlo
1434 - use fSequence to determin whether it is MC sequence or not
1435
1436 * mjobs/MJCalibrateSignal.cc:
1437 - renamed movie encoding task list
1438 - do not write output files if encoding movie
1439
1440 * mjobs/MSequence.[h,cc]:
1441 - removed "merpp"-path
1442 - monte carlo files now always have 8digits run numbers
1443 - added new resource "MonteCarlo"
1444 - added new static member function InflatePath
1445 - increased version number to 2
1446
1447 * mmc/MMcEvt.[hxx,cxx]:
1448 - added new member function GetDescription
1449
1450 * mmovie/MMovieWrite.[h,cc]:
1451 - added a sanity check for strange rms values
1452 - search for MMcEvt in the parlist and improve output
1453 in case of monte carlo data
1454 - fixed some typos in the comments of ReadEnv
1455
1456 * mmovie/Makefile:
1457 - added mmc search path
1458
1459 * mraw/MRawRunHeader.cc:
1460 - set new defaults of fTelescopeNumber, fCameraVersion,
1461 fFreqSampling and fNumSignificantBits for old MC data
1462
1463
1464
1465 2007/04/23 Daniela Dorner
1466
1467 * datacenter/scripts/linkmc:
1468 - removed workaround for 5-digit runnumbers
1469
1470 * datacenter/scripts/mcsequences:
1471 - added line 'MonteCarlo: Yes' to output to sequence file
1472
1473 * datacenter/scripts/runganymed:
1474 - adapted chosing of ganymed rc-file
1475 - added output of ganymed command line
1476
1477
1478
1479 2007/04/20 Daniel Hoehne
1480
1481 * datacenter/macros/filldotrun.C:
1482 - implemented new Arehucas version
1483
1484
1485
1486 2007/04/20 Thomas Bretz
1487
1488 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsPix.cc:
1489 - propagate option in Clear member function
1490 - the default is now to keep the previously excluded flag and
1491 set the unsuitable-run flag accordingly
1492
1493 * mcalib/MCalibrationChargeCalc.cc:
1494 - if the lower limit for the measured number of phe is calculated
1495 to be less than one phe it is artificially reset to one phe
1496
1497 * mhist/MHCamEvent.cc:
1498 - call SetFrameBorder(0) for all subpads explicitly
1499
1500 * mhist/MHCamera.cc:
1501 - removed the obsolete definition of kItemsLegend
1502
1503 * mbadpixels/MBadPixelsIntensityCam.cc, mcalib/MCalibrationIntensityCam.cc:
1504 - removed obsolete reference in comment to MCalibrationINtensityQECam
1505
1506 * mcalib/CalibLinkDef.h, mcalib/Makefile:
1507 - removed obsolete MCalibrationIntensityQECam
1508 - removed obsolete MCalibrationIntensityBlindCam
1509 - removed obsolete MCalibrationIntensityRelTimeCam
1510 - removed obsolete MCalibrationIntensityTestCam
1511
1512 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
1513 mcalib/MCalibrateData.[h,cc]:
1514 - replaced data member fIntensQE by fQECam
1515 - removed references to obsolete MCalibrationIntensityQECam
1516 - added some comments
1517 - replaced obsolete reference to MCalibrationIntensityBlindCam
1518 by reference to MCalibrationBlindCam
1519
1520 * mcalib/MCalibrationChargeCalc.[h,cc]:
1521 - replaced references to fIntensQE by direct access to fQECam
1522 - adde some comments
1523 - removed data member fIntensQECam
1524 - replaced obsoilete reference to MCalibrationIntensityBlindCam
1525 by reference to MCalibrationBlindCam
1526
1527 * mjobs/MJCalibrateSignal.cc, mhcalib/MHCalibrationChargeBlindCam.cc:
1528 - removed obsolete references to MCalibrationIntensityQECam
1529 - removed obsolete references to MCalibrationIntensityBlindCam
1530
1531 * mbase/MTask.cc:
1532 - added some unexecuted code to debug which taks are processed
1533
1534 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibrationIntensityCam.cc,
1535 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.h
1536 - removed obsolete MCalibrationIntensityRelTimeCam
1537
1538 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibrationRelTimeCalc.[h,cc],
1539 mhcalib/MHCalibrationRelTimeCam.cc:
1540 - replaced obsolete reference to MCalibrationIntensityRelTimeCam
1541 by referencing MCalibrationRelTimeCam
1542
1543 * mhcalib/MHCalibrationChargeBlindCam.cc:
1544 - replaced obsolete reference to MCalibrationIntensityBlindCam
1545 by referencing MCalibrationBlindCam
1546
1547 * mhcalib/MHCalibrationHiLoCam.cc:
1548 - replaced obsolete reference to MCalibrationIntensityHiLoCam
1549 by referencing MCalibrationHiLoCam
1550
1551 * mhcalib/MHCalibrationPulseTimeCam.cc
1552 - replaced obsolete reference to MCalibrationIntensityPulseTimeCam
1553 by referencing MCalibrationPulseTimeCam
1554
1555 * mcalib/MCalibrationTestCalc.cc
1556 - replaced obsolete reference to MCalibrationIntensityTestCam
1557 by referencing MCalibrationTestCam
1558
1559
1560
1561 2007/04/12 Daniela Dorner
1562
1563 * datacenter/db/showplots-ds.php:
1564 - added (script to plot all plots of a data set)
1565
1566 * datacenter/db/showplots.php:
1567 - added 'previous' and 'next' button
1568
1569 * datacenter/db/plotinclude.php, datacenter/db/showplots.php:
1570 - moved two function from showplots.php to plotinclude.php, as they
1571 are also used in showplots-ds.php
1572
1573 * datacenter/db/builddatasets.php, datacenter/db/datasetinfo-aio.php
1574 datacenter/db/indes-header.html, datacenter/db/indes.html,
1575 datacenter/db/menu.js, datacenter/db/reference.html,
1576 datacenter/db/regexp.html, datacenter/db/runinfo-aio.html,
1577 datacenter/db/sequinfo-aio.html:
1578 - adapted paths of images and mars.css
1579
1580 * datacenter/db/index.html:
1581 - added link to showplots-ds.php
1582
1583
1584
1585 2007/04/18 Thomas Bretz
1586
1587 * Makefile:
1588 - added suffixes .hxx and .cxx
1589 - added new subdir mmovie
1590
1591 * mjobs/Makefile:
1592 - added path to mmovie
1593
1594 * mmovie/MMoviePrepare.[h,cc]:
1595 - changed access to MCalibrateData to access to MCalibConstCam
1596
1597 * mmovie/MMovieWrite.cc:
1598 - fixed some typos in comments
1599
1600 * mjobs/MJCalibrateSignal.cc:
1601 - removed dependenca on obsolete MCalibrationIntensityConstCam
1602
1603 * mjobs/MJCalibration.[h,cc]:
1604 - for simplification removed all dependencies of unused intensity
1605 calibration
1606
1607 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
1608 callisto_mux.rc:
1609 - removed line for switching on intensity calibration
1610 - added expample lines for movie encoding
1611
1612 * mbadpixels/BadPixelsLinkDef.h, mbadpixels/Makefile:
1613 - removed obsolete MBadPixelsIntensityCam
1614
1615 * mcalib/MCalibCalcFromPast.[h.cc]:
1616 - do not store fIntensRelTime (it is not used at all) as data member
1617
1618 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc]:
1619 - instead of creating of a new MBadPixelsCam into the intensity array
1620 clear the information of the old one (FIXME: DO NOT CLEAR PREV EXCL!)
1621 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1622 * mcalib/MCalibrationTestCalc.[h,cc]:
1623 - removed empty Process function
1624
1625 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc],
1626 mcalib/MCalibrationChargeCalc.[h,cc], mcalib/MCalibrationTestCalc.[h,cc],
1627 mcalib/MCalibrationRelTimeCalc.[h,cc], mhcalib/MHCalibrationCam.[h,cc],
1628 mhcalib/MHCalibrationChargeCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
1629 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationRelTimeCam.cc,
1630 mhcalib/MHPedestalCam.cc:
1631 - removed obsolete references to MBadPixelsIntensityCam, replaced
1632 by MBadPixelsCam
1633
1634 * mhcalib/MHCalibrationCam.cc:
1635 - set reason for uncalibrated pixels by SetUncalibrated
1636
1637 * mjobs/MJCalibrateSignal.cc:
1638 - removed obsolete references to MBadPixelsIntensityCam
1639 - removed MBadPixelsMerge, instead use the given MBadPixelsCam as
1640 starting point. THIS ALSO REMOVES SUPPORT FOR PREV. EXCLUDED PIXELS
1641 (TO BE FIXED)
1642
1643 * mfilter/FilterLinkDef.h, mfilter/Makefile:
1644 - added MFEvtNumber
1645
1646 * mfilter/MFEvtNumber.[h,cc]:
1647 - added
1648
1649
1650
1651 2007/04/17 Stefan Ruegamer
1652
1653 * datacenter/scripts/filesondisk:
1654 - modified the ccfile search to not find ccfiles twice if one
1655 runnumber is part of a higher runnumber (as 23456 and 223456)
1656
1657 * datacenter/scripts/movingrawfiles:
1658 - added moving of rawfiles from the directory /magic/datacenter/
1659 fromtape/rawdata/muxdata, which is the default rawfile folder of
1660 the new muxtapes, to /magic/datacenter/fromtape/rawdata
1661
1662 * datacenter/scripts/runcallisto:
1663 - added condition for the linking of the .rc-file for muxdata
1664
1665 * datacenter/scripts/makecallistolinks:
1666 - commented reason2 out
1667
1668
1669
1670 2007/04/17 Thomas Bretz
1671
1672 * mcalib/CalibLinkDef.h, mcalib/Makefile:
1673 - removed obsolete MCalibrationIntensityConstCam
1674
1675 * mcalib/MCalibCalcFromPast.[h,cc]:
1676 - removed obsolete depedency on MCalibrationIntensityConstCam
1677
1678 * mcalib/MCalibConstCam.[h,cc]:
1679 - added a possibility to veto bad pixels in GetPixelContent by
1680 setting a MBadPixelsCam
1681 - removed obsolete fRunNumber
1682 - increased class version number by 1
1683
1684 * mcalib/MCalibrateData.[h,cc]:
1685 - removed obsolete dependency on MCalibrationIntensityConstCam
1686 - removed some obsolete comments with code from old pedestal
1687 treatment
1688
1689
1690
1691 2007/04/15 Thomas Bretz
1692
1693 * callisto.cc:
1694 - added an option to write a movie
1695
1696 * mjobs/MJCalibrateSignal.[h,cc]:
1697 - added the code to write a movie
1698 - added new option (fIsMovieMode) to switch it on and off
1699
1700 * mmovie/MMovieData.h:
1701 - added data member fMedianPedestalRms
1702
1703 * mmovie/MMoviePrepare.[h,cc]:
1704 - added calculation of median pedestal rms
1705
1706 * mmovie/MMovieWrite.[h,cc]:
1707 - added comments
1708 - added return value to SetPalette
1709 - delete palette entries after usage
1710 - get median pedestal rms from MMovieData
1711
1712
1713
1714 2007/04/12 Daniela Dorner
1715
1716 * datacenter/scripts/sourcefile:
1717 - added if-clause to avoid removing of non existing files
1718
1719 * datacenter/db/db.php:
1720 - adapted host
1721
1722 * datacenter/db/plotdb.php:
1723 - adapted usage of function GetQuery
1724
1725 * datacenter/db/plotinclude.php:
1726 - added init of variables
1727
1728 * datacenter/db/runinfo-aio.php:
1729 - adapted building of query for the case, that fRunMin=0
1730
1731 * datacenter/macros/filloptical.C:
1732 - adapted such, that files from telescopes in Tuorla can also be
1733 handeled
1734 - return 3 in case the coordinates of an object are not available
1735 in the database
1736
1737 * datacenter/scripts/copyscript:
1738 - added case for return code 3 for filloptical.C
1739
1740 * datacenter/macros/setupdb.C:
1741 - added table OpticalData
1742
1743 * datacenter/tools/fillobjects.C:
1744 - added comment
1745
1746 * datacenter/tools/fillobjects2.C:
1747 - adapted comment
1748 - adapted reading to new format of file (different object name
1749 convention)
1750
1751 * datacenter/resources/TeVsources.txt:
1752 - added (file containing the positions of the objects observed by
1753 the Tuorla Observatory and KVA)
1754
1755 * datacenter/resources/good_compstars.txt:
1756 - added (file containing the magnitudes and colour of the objects
1757 observed by the Tuorla Observatory and KVA)
1758
1759 * datacenter/resources/compstars.txt:
1760 - added (like good_compstars, but containing more data, which
1761 has been left out in the other file, as it is not accurate
1762 enough)
1763
1764
1765
1766 2007/04/12 Thomas Bretz
1767
1768 * mmovie/MMoviePrepare.[h,cc], mmovie/MMovieData.[h,cc],
1769 mmovie/MMovieWrite.[h,cc], mmovie/Makefile, mmovie/MovieLinkDef.h,
1770 movie/MovieIncl.h:
1771 - added
1772
1773 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h,
1774 mbase/MArrayS.h:
1775 - added Reset() member function or improved performance of it
1776
1777 * mcalib/MCalibrationChargeCalc.cc:
1778 - fixed the alignment in an output
1779
1780 * mhbase/MBinning.h:
1781 - added operator[] member function
1782
1783 * mhist/MHCamera.cc:
1784 - changed such that it is allowed to use palettes with a different
1785 number of contours.
1786 - fixed the number of ticks written on the axis to 25
1787 - use MBinnig to calculate the legend color boxes
1788 - fixed a minor bug in the assignment of the color levels, which
1789 gave visibly wrong result if the transition between two colors
1790 was important but was not noticable in normal circumstances
1791
1792 * mjobs/MDataSet.h, mjobs/MSequence.h:
1793 - increased class version to 1 to make it writable
1794 - added Print to the context menu
1795
1796 * mgeom/MGeomCam.[h,cc]:
1797 - removed fNumSectors
1798 - removed fNumAreas
1799 - added fNumPixInSector
1800 - added fNumPixWithAidx
1801 - changed CalcSectors and CalcArea to fill new data members
1802 - fixed a bug in the range check of GetMaxRadius and GetMinRadius
1803 (the range was to wide by 1 at the upper edge)
1804 - increased class version from 4 to 5
1805
1806
1807
1808 2007/04/11 Thomas Bretz
1809
1810 * mjobs/MJCalibrateSignal.cc:
1811 - added a lot of comments
1812 - added some code for future use
1813
1814 * mcalib/MCalibCalcFromPast.cc:
1815 - if update of calibration constants via MCalibrateData fails an
1816 error is raised
1817
1818 * mcalib/MCalibrateData.cc:
1819 - if update of calibration constants done set the ReadyToSaveFlag
1820 accordingly
1821
1822
1823
1824 2007/04/04 Thomas Bretz
1825
1826 * mbase/MLogHtml.cc:
1827 - the closing parenthesis was missing for setting to green color
1828
1829
1830
1831 2007/04/03 Thomas Bretz
1832
1833 * mjobs/MDataSet.cc:
1834 - added processing of RunTime and Name resource
1835
1836 * mgeom/MGeomCamDwarf.cc:
1837 - removed an unused variable
1838
1839 * msignal/MSignalPix.h, msignal/MSignalCam.h:
1840 - commented out obsolete AddNumPhotons and Scale
1841 - removed ReducePrecision from setting of arrival time because
1842 it gave artefacts.
1843
1844
1845
1846 2007/03/29 Thomas Bretz
1847
1848 * mgeom/MGeomCam.cc, mgeom/MGeomPix.h:
1849 - added new member function to return distance to coordinate
1850 origin
1851
1852 * mgeom/MGeomCamDwarf.[h,cc]:
1853 - added
1854
1855 * mgeom/Makefile, mgeom/GeomLinkDef.h:
1856 - added MGeomCamDwarf
1857
1858
1859
1860 2007/03/28 Thomas Bretz
1861
1862 * mraw/MRawRunHeader.cc:
1863 - added Getter for fFreqSampling
1864
1865 * mpointing/MHSrcPosCam.[h,cc]:
1866 - added different binning for wobble mode
1867 - added circle for wobble mode
1868
1869 * mjobs/MJCut.cc:
1870 - store run- and event-number via MParameterCalc in output files
1871 - show histogram of source positions also in wobble mode
1872
1873 * mbase/MEnv.h:
1874 - added member function to touch a resource returning whether
1875 it has contents or not
1876
1877 * mars.rc:
1878 - added examples for MUX data
1879 - fixed the other examples
1880 - changed default cleaning to 8.5/4.0 absolute
1881
1882 * macros/readIPR.C:
1883 - simplified
1884
1885
1886
1887 2007/03/21 Stefan Ruegamer
1888
1889 * datacenter/scripts/runcallisto:
1890 - removed entries for callisto_MarApr05.rc (outdated)
1891
1892 * datacenter/scripts/makecallistolinks:
1893 - updated reason1 because the old reason has been removed in the
1894 Mars Version 1.0, resulting in no more calibration with spline
1895 if DF fails
1896 - added reason2 to run spline after an other error
1897
1898
1899
1900 2007/03/20 Daniel Hoehne
1901
1902 * datacenter/db/db.php, datacenter/scripts/budb,
1903 datacenter/scripts/dbchk, datacenter/scripts/dunotseqruns,
1904 datacenter/scripts/findnewstars,
1905 datacenter/scripts/findnotseqruns, datacenter/scripts/sourcefile,
1906 datacenter/tools/comparesequences, datacenter/tools/resetdataset,
1907 sql.rc:
1908 - changed the host from hercules to vela
1909
1910
1911
1912 2007/03/17 Thomas Bretz
1913
1914 * mbase/MTime.[h,cc]:
1915 - added new memeber function to set unix times
1916
1917
1918
1919 2007/03/09 Thomas Bretz
1920
1921 * mjoptim/MJOptimizeCuts.cc:
1922 - implemented printing of input file also in RunOnOffCore
1923
1924
1925
1926 2007/03/08 Markus Meyer
1927
1928 * mpointing/MPointingDevCalc.h:
1929 - changed fNumMinStars from 8 to n (in SetNumMinStars)
1930
1931
1932
1933 2007/03/06 Stefan Ruegamer
1934
1935 * mraw/MRawRunHeader.cc:
1936 - added SwapAssignment for pixels 428 and 429
1937
1938
1939
1940 2007/03/05 Thomas Bretz
1941
1942 * msignal/MExtractTimeAndChargeSpline.cc:
1943 - added a default for the extrator resolution in case no predefined
1944 value is set
1945
1946 * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
1947 - removed HiLoCalibration option
1948
1949 * mjobs/MJCalibration.cc:
1950 - use extractor to determine hi-/lo-calibration
1951
1952 * mjobs/MJPedestal.cc:
1953 - do only insist on pedestal events if an extractor without
1954 lo-gains is set
1955
1956 * callisto.rc, callisto_Dec04Jan05.rc:
1957 - removed references to HiLoCalibration
1958
1959 * callisto_mux.rc, resources/calibrationref_mux.rc,
1960 resources/pedestalref_mux.rc:
1961 - added new resource files for MUX data
1962
1963 * mjobs/MSequence.cc:
1964 - another fix to make sure that there is a / between dir and filename
1965
1966 * mpedestal/MExtractPedestal.cc:
1967 - why if fRawData initialized twice? Removed.
1968 - Reset check window without extractor and without lo-gains
1969
1970
1971
1972
1973 2007/03/04 Thomas Bretz
1974
1975 * mhcalib/MHCalibrationChargeBlindCam.cc,
1976 mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
1977 - commented out references to MRawEvtPixelIter::GetNum*Samples
1978
1979 * mhcalib/MHCalibrationRelTimeCam.cc:
1980 - updated header
1981
1982 * mjobs/MJCalibrateSignal.cc:
1983 - updated header
1984 - removed references to MHCalibrationPulseTimeCam
1985 - added a check to make sure that extractor1 is initialized
1986 - use new SetRangeFromExtractor function for pedestal
1987 extraction range
1988 - added a new filter to check for pedestal events, used for
1989 pedestal extraction in cases w/o lo-gains and to remove
1990 pedestal events from further analysis
1991 - fill and display hi-/lo-gain histogram only if lo-gain exists
1992
1993 * mjobs/MJPedestal.cc:
1994 - replaced fSequence.GetName by GetFileName
1995 - check for availability of lo-gain in pulse pos check
1996 - Add MHCalibrationPulseTime to parlist to allow resources
1997 file setup
1998 - to fill the MHCalibrationPulseTimeCam deny calibration- and
1999 pedestal-events
2000 - use a pedestal filter to deny calibration events
2001 - use new SetRangeFromExtractor function for pedestal
2002 extraction range
2003
2004 * mhcalib/MHCalibrationPulseTimeCam.cc:
2005 - removed an obsolete return
2006
2007 * mpedestal/MPedCalcFromLoGain.cc:
2008 - if event does not contain lo-gains do not start extraction
2009 at lo-gain offset
2010
2011 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
2012 - changed variable naming in GetSaturation from sathi to sat
2013 - changed limit in GetMax from Byte_t to UInt_t
2014
2015 * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
2016 - changed max argument in GetMax from Int_t to UInt_t
2017
2018 * msignal/MExtractTimeAndCharge.[h,cc]:
2019 - changed fLoGainSwitch from Byte_t to UInt_t
2020 - increased class version accordingly to 4
2021
2022 * mmain/MEventDisplay.cc:
2023 - took out the display of the slice with the max index
2024 - handle pedestal subtraction more accurate
2025
2026 * mraw/MRawEvtData.cc:
2027 - added number of bytes per sample to GetNumBytes()
2028 - removed contents of GetPixelContent... depricated
2029
2030 * mraw/MRawEvtPixelIter.[h,cc]:
2031 - updated comments
2032 - removed all functions returning informations about single
2033 pixels (should be done through MPedestalSubtractedEvt
2034 instead)
2035
2036 * mhist/MHEvent.cc:
2037 - removed KMaxIdx...depricated.
2038
2039 * msignal/MExtractor.[h,cc]:
2040 - changed type of fSaturationLimit from Byte_t to UInt_t
2041 - increased class version number accordingly to 8
2042 - only reset fSaturationLimit if it is above 0xff and
2043 no lo-gain available
2044
2045 * msignal/MSignalCalc.[h,cc]:
2046 - changed to use MPedestalSubtractedEvt instead of MRawEvtData
2047 - make handling of data without lo-gains possible
2048
2049 * mhcalib/MHCalibrationChargeCam.[h,cc]:
2050 - changed to use pedestal subtracted evt instead of the raw evt
2051 for determination of the arrival time
2052
2053 * mhcalib/MHCalibrationCam.[h,cc]:
2054 - made IsLoGain autodetecting in case fRunHeader is available
2055
2056 * msignal/MExtractPINDiode.cc:
2057 - use MRawRunHeader's GetNumSamplesHi/LoGain
2058
2059
2060
2061 2007/03/03 Thomas Bretz
2062
2063 * mcalib/MCalibrationRelTimeCalc.cc:
2064 - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
2065
2066 * mhcalib/MHCalibrationChargeCam.cc,
2067 mhcalib/MHCalibrationPulseTimeCam.cc,
2068 mhcalib/MHCalibrationRelTimeCam.cc:
2069 - added f*RefCharge to Copy function
2070 - added range to calls of GetIdxMaxHi/LoGainSample
2071 - reworked and simplified DrawDataCheckPixel
2072 - reworked and simplified DrawReferenceLine
2073 - fixed call to ReadEnv of base class in ReadEnv
2074
2075 * mhcalib/MHCalibrationRelTimeCam.cc:
2076 - commented filling of lo-gain arrays out.
2077
2078 * mpedestal/MExtractPedestal.[h,cc],
2079 mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
2080 - added the SetRangeFromExtractor function
2081
2082 * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
2083 - use GetNumSamplesHiGain of MRawRunHeader instead of
2084 MRawEvtPixelIter's
2085
2086 * msignal/MSignalCalc.[h,cc]:
2087 - slightly changed handling of MC run, changed hi-/lo-gain
2088 calibration from 10 to 11.3
2089
2090 * msignal/MExtractTime.cc:
2091 - don't print lo-gain properties if n/a
2092
2093 * msignal/MExtractor.[h,cc]:
2094 - reset logain range and saturation limit if no logains available
2095 - added HasLoGain member function
2096 - don't print lo-gain attributes in Print if no logains
2097
2098 * msignal/MExtractTimeAndCharge.cc:
2099 - reset fLoGainSwitch if logains are not available
2100 - use MRawRunHeader's GetNumSamplesHi/LoGain
2101 - do not use MRawEvtPixelIter to determin availability of lo-gains
2102 use number of lo-gain samples to extract instead.
2103 - don't print lo-gain properties if n/a
2104
2105
2106
2107 2007/03/02 Thomas Bretz
2108
2109 * mraw/MRawRunHeader.h:
2110 - added GetNumBytesPerSample() member function
2111
2112 * mraw/MRawRead.cc:
2113 - splitted ReadPixel and setting ab-flag into function calls
2114 - fixed skipping pixels if bps>1
2115
2116 * mraw/MRawEvtData.[h,cc]:
2117 - removed last argument from AddPixel
2118 - split reading pixel data and setting ab-flag into two functions
2119 - increased version number from 5 to 6
2120 - adapted Print function
2121 - adapted Draw function
2122 - adapted ReadPixel function
2123
2124 * manalysis/MMcCalibrationUpdate.[h,cc]:
2125 - made sure that Process is not executed in case of MC files
2126 - minor changes to includes
2127
2128 * mextralgo/MExtralgoSpline.h:
2129 - removed obsolete include iostream
2130
2131
2132
2133 2007/03/01 Thomas Bretz
2134
2135 * mmain/MEventDisplay.cc:
2136 - didn't show callisto output anymore because of missing fundametal
2137 pedestal
2138
2139 * mbadpixels/MBadPixelsTreat.cc:
2140 - added more informative output
2141
2142 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
2143 mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
2144 mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
2145 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
2146 mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
2147 mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
2148 - replaced SetNbins/First/Last by SetBinning
2149
2150 * mhcalib/MHCalibrationChargeCam.cc:
2151 - improved output in case arrival time is out of range
2152
2153 * mhcalib/MHCalibrationPulseTimeCam.cc:
2154 - the values can only have discrete valuesno need to set a bin-width
2155 different from 1
2156 - set binning automatically by using the number of samples
2157 - fixed ReadEnv
2158 - directly use maxpos, no cast necessary
2159
2160 * mraw/MRawRunHeader.h:
2161 - added new member function GetNumSamples
2162
2163 * mpedestal/MPedCalcFromLoGain.cc:
2164 - fixed ReadEnv
2165
2166 * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
2167 - implemented reading new mux format 8
2168
2169 * mraw/MRawRunHeader.[h,cc]:
2170 - implemented reading of new file format 8
2171 - added new data members fNumBytesPerSample, fFreqSampling
2172 and fNumSignificantBits
2173 - increased file format version from 5 to 6
2174
2175 * mraw/MRawEvtPixelIter.[h,cc]:
2176 - made aware of handling the new and old format
2177 - added range to GetIdxMax*
2178
2179 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
2180 - removed obsolete data members fSumhiarea and fSumhisector
2181 - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
2182 - according to this the lower signal limit has been decresed
2183 by 15
2184 - changed "saturation" limit accordingly from 254 to 245
2185
2186 * mpedestal/MPedestalsubtractedEvt.h:
2187 - added a shortcut for GetSaturation
2188
2189 * mjobs/MJPedestal.cc:
2190 - first subtract pedestal and then fill MHCalibrationPulseTimeCam
2191 - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
2192
2193
2194
2195 2007/02/28 Thomas Bretz
2196
2197 * macros/tutorials/mirrordelay.C:
2198 - fixed the formula for the spherical mirror
2199 - fixed the calculation of the time-delay
2200
2201 * mastro/MObservatory.[h,cc]:
2202 - added constructors and functions to set the observatory location
2203 manually
2204
2205 * mbase/MTime.[h,cc]:
2206 - added constructor to construct MTime by date
2207 - added AsDouble for new root streamers (allowing to view MTime in
2208 a TBrowser)
2209 - added GetRootDatime to return TDatime object
2210
2211 * mcalib/MCalibrateData.cc:
2212 - added more meaningful output in case a conversion factor exceeds a limit
2213
2214 * datacenter/macros/plotdb.C:
2215 - added plot for spark rate
2216
2217
2218
2219 2007/02/26 Daniela Dorner
2220
2221 * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
2222 datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
2223 datacenter/db/include.php, datacenter/db/menu.php, :
2224 - bugfix: the stopdate was not choses properly in case of reset
2225 when there was no data past midnight
2226 - a new function (GetStopDate) has been implemented
2227 - bugfix in PrintNightRange (table Sequences was used in all cases)
2228
2229
2230
2231 2007/02/26 Daniel Hoehne
2232
2233 * datacenter/macros/fillstar.C:
2234 - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
2235 a surplus "s" in the variable "sparkrate")
2236
2237 * datacenter/db/magicdefs.php, menu.php:
2238 - added fSparkRate
2239
2240
2241
2242 2007/02/16
2243
2244 * RELEASE 1.0
2245
2246
2247
2248 2007/02/16 Thomas Bretz
2249
2250 * macros/starvisyear.C:
2251 - changed default observator to magic
2252 - fixed some typos in comments
2253
2254 * mastro/MAstro.[h,cc]:
2255 - added a new function to estimate the time of culmination
2256 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
2257
2258 * mastro/MObservatory.cc:
2259 - fixed the Print() output
2260
2261 * mbase/MMath.h:
2262 - removed conversion factor to and from Hours
2263
2264 * mjobs/MSequence.cc:
2265 - added a / behind the date (for the output in case of failure)
2266
2267 * mmc/MMcFadcHeader.[hxx,cxx]:
2268 - added fElecNoiseName for compatibility with camera program
2269 - increased ClassVersion by 1
2270
2271 * mraw/MRawRunHeader.[h,cc]:
2272 - increased class version by 1 for compatibility with output
2273 of newer camera versions
2274
2275 * resources/sequences.rc:
2276 - changed the sequence.rc file to support new MUX data
2277
2278
2279
2280 2007/02/15 Thomas Bretz
2281
2282 * macros/tutorials/mirrordelay.C:
2283 - added a macro plotting the delay between a spherical and a
2284 parabolic mirror
2285
2286 * mjobs/MJStar.cc:
2287 - implemented new plots for IPR vs. Time and DT
2288
2289
2290
2291 2007/02/13 Thomas Bretz
2292
2293 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
2294 - added new resource files for hi-/lo-gain calibration.
2295
2296 * resources/hiloconv-*.root:
2297 - added hi-/lo-gain calibration constants
2298
2299 * callisto_Dec04Jan05.rc:
2300 - changed input file name for hi-/lo-gain calibration constants
2301
2302 * mreflector/MHReflector.[h,cc]:
2303 - added histogram class for reflected photons
2304
2305 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
2306 - added MHReflector and necessary include paths
2307
2308 * mbase/MLog.h:
2309 - fixed a bug in Separator which could cause a crash if the contents
2310 are too long
2311
2312 * manalysis/MParameterCalc.cc:
2313 - check for HasValidRule instead of IsValid in ReadEnv
2314
2315 * mdata/MDataPhrase.h:
2316 - added HasValidRule member function
2317
2318 * mfileio/MReadRflFile.[h,cc]:
2319 - allow also reading of gzip-compressed files
2320 - output more header information
2321 - don't use a const qualified TString with gSystem->ExpandPathName
2322
2323 * mjobs/MJPedestal.cc:
2324 - readin bad pixels from ascii file later
2325
2326 * mmc/MMcEvtBasic.h:
2327 - added a static member function GetEnergyStr to convert
2328 GeV into MeV and TeV
2329
2330 * mpointing/MPointingDevCalc.h:
2331 - increased size of fSkip by one
2332
2333 * mextralgo/MExtralgoSpline.h:
2334 - fixed acompiler warning
2335
2336
2337
2338 2007/02/09 Daniel Hoehne
2339
2340 * datacenter/scripts/linkmc
2341 - adapted to new montecarlo directory structure (/magic/montecarlo
2342 instead of /montecarlo)
2343
2344
2345
2346 2007/02/09 Thomas Bretz
2347
2348 * star.rc:
2349 - added new options
2350 - reordering
2351
2352 * mbase/MStatusDisplay.cc:
2353 - updated from 2006 to 2007
2354
2355 * mfbase/MFDataPhrase.cc:
2356 - fixed ReadEnv to correctly return true/false
2357
2358 * mjobs/MJStar.cc:
2359 - added new tabs "Spakless" and "Sparks" dividing the average
2360 signal tab into two distributions by a SparkCut
2361 - replaced all MF by MFDataPhrase
2362
2363 * mjobs/MJCalibrateSignal.cc:
2364 - changed the extraction range used in the lo-gains from the
2365 hi-gain range to the lo-gain range
2366
2367 * datacenter/macros/fillstar.C:
2368 - added filling the spark rate into the database
2369 - the rate after cleaning is now without sparks!
2370
2371
2372
2373 2007/02/06 Thomas Bretz
2374
2375 * mpointing/MPointingDevCalc.cc:
2376 - included check for monitoring flag
2377
2378 * mextralgo/MExtralgoSpline.[h,cc]:
2379 - implemented the possibility to determine the pulse width at
2380 maxheight/2
2381
2382
2383
2384 2007/02/04 Daniela Dorner
2385
2386 * datacenter/scripts/sourcefile:
2387 - added if-clause to avoid that a script is aborted in case a macro
2388 doesn't compile, return code is set to 1 in this case
2389
2390
2391
2392 2007/02/04 Thomas Bretz
2393
2394 * mjobs/MJCalibration.cc:
2395 - implemented Hi-/Lo-Gain calibration for MCs
2396
2397 * mjobs/MJPedestal.cc:
2398 - removed intermediate pedestalstorage from code (its
2399 result is not used at all)
2400
2401 * datacenter/macros/fillsignal.C:
2402 - replaced GetMediandev by GetDev
2403
2404 * callisto.rc, callisto_Dec04Jan05.rc:
2405 - changed ExtractWinLeft/Right according to new scheme
2406
2407 * mhcalib/MHCalibrationChargeCam.[h,cc]:
2408 - removed obsolete data members fFirstHiGain, etc and
2409 replaced by storage of fSignal
2410 - made sure that the average extracted signal position
2411 is at least one slice away from the edges of the
2412 extraction window
2413
2414 * mjobs/MJPedestal.cc:
2415 - reworked the pulse position check. It now better takes
2416 the properties of the extractors into account.
2417 Still to be done: relation between pulse position and
2418 extraction window!
2419
2420 * msignal/MExtractBlindPixel.[h,cc],
2421 msignal/MExtractPINDiode.[h,cc]:
2422 - fixed arguments type of SetRange
2423
2424 * msignal/MExtractTime.cc:
2425 - removed old obsolete code already in comments
2426
2427 * msignal/MExtractTimeAndCharge.h:
2428 - added getter for LoGainStartShift
2429
2430 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
2431 msignal/MExtractTimeAndChargeSpline.[h,cc],
2432 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
2433 - changed the type of LoGainFirst from byte to int
2434 - if necessary increased class version
2435
2436 * mpedestal/MExtractPedestal.cc:
2437 - improved output
2438
2439 * mhcalib/MHCalibrationChargeCam.cc:
2440 - fixed a %3.1 instead of %3.1f
2441
2442
2443
2444 2007/02/03 Thomas Bretz
2445
2446 * mhist/MHCamEvent.[h,cc]:
2447 - added Draw function to context menu
2448 - added GetHist member functions
2449 - added possibility to display the relative error
2450
2451 * mjobs/MJCalibration.cc:
2452 - read the hi-/lo-gain calibration constants from a MHCamEvent
2453 which is stored in a root file given in resources/hilocalib.rc
2454
2455 * msignal/MExtractTimeAndCharge.cc:
2456 - improved the estimation in GetSaturationTime for the cases in
2457 which the saturating pulse is so early, that an normal
2458 interpolation is not appropriate.
2459
2460 * callisto_DecJan04.rc:
2461 - set fall- and rise-time for spline artificially to 0.5
2462
2463 * mhbase/MFillH.cc:
2464 - added comments
2465
2466 * mpedestal/MExtractPedestal.[h,cc],
2467 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
2468 - fixed the range check.In case of the lo-gain extraction
2469 the range could infact leak out of the fadc slices
2470
2471 * msignal/MExtractTimeAndCharge.[h,cc]:
2472 - added somecomments
2473 - forbid the lo-gain signal to be negative
2474 - increased version number for compatibility with last release
2475
2476 * msignal/MExtractTimeAndChargeSpline.cc:
2477 - set the correct numbers for rise- and fall-time as default
2478
2479 * mbase/MStatusArray.[h,cc]:
2480 - improved workaround in Read() and Write() for the Reset
2481 of the kCanDelete bit in TH1
2482
2483 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
2484 - commented out obsolete references to *HiLoCam
2485
2486 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
2487 mcalib/CalibLinkDef.h:
2488 - removed *HiLoCam s
2489
2490
2491
2492 2007/02/02 Thomas Bretz
2493
2494 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
2495 - added new Fill functions allowing to fill photons versus
2496 a z-value, e.g. energy.
2497
2498
2499
2500 2007/02/01 Thomas Bretz
2501
2502 * mhist/MHCamEvent.[h,cc]:
2503 - allow to set a histogram for display from external
2504
2505 * mhist/MHCamera.[h,cc]:
2506 - added functions to calc Median/Dev
2507 - fixed adding a MHCamera with AddCamContent. It now takes also
2508 the errors and binentries correctly into account
2509 - simplified Reset() using TArray::Reset()
2510
2511 * mhvstime/MHSectorVsTime.[h,cc]:
2512 - added option to use median/dev instead of mean/rms
2513 - switched Grid on
2514
2515 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
2516 - small improvements to splitting number rows
2517 - handle possible tabs correctly
2518
2519 * mbase/MStatusArray.[h,cc]:
2520 - improved handling in Read(). We make sure now that Read doesn't
2521 produce a memory leak
2522
2523 * mhist/MHCamera.[h,cc]:
2524 - overwrote Clone function to make sure that a cloned MHCamera
2525 is never added to the current directory
2526
2527 * mcamera/MCameraTH.h:
2528 - added a workaround to get rid of the obsolete discriminator thresholds
2529 for the non-trigger pixels
2530
2531 * mreport/MReportCC.cc:
2532 - added a sanity \o-Terminator to the dicriminator threshold extraction
2533
2534
2535
2536
2537 2007/01/30 Thomas Bretz
2538
2539 * mbadpixels/MBadPixelsCam.[h,cc]:
2540 - added function to return the uncalibrated and unsuitable
2541 pixels as TArrayC (to be used in MHCamera)
2542
2543 * mhcalib/MHCalibrationChargeCam.cc:
2544 - added a FIXME-comment
2545
2546 * mhist/MHCamEvent.[h,cc]:
2547 - added an option to change the kind of error which is displayed
2548 - consequently increased version number by 1
2549
2550 * mhist/MHCamera.[h,cc]:
2551 - added a new bit to allow the error to be switched between
2552 mean and spread
2553
2554 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
2555 - adapted to changes in error display
2556
2557
2558
2559 2007/01/27 Thomas Bretz
2560
2561 * manalysis/MMcCalibrationUpdate.cc:
2562 - fixed a typo in a comment
2563
2564 * mcalib/MCalibrateData.[h,cc]:
2565 - commented out some obsolete currently unused code
2566
2567 * mdata/MDataPhrase.cc:
2568 - added a sanity check
2569
2570 * mpedestal/MMcPedestalCopy.cc:
2571 - Changed output to fit the structure used in all other classes
2572
2573 * mmain/MEventDisplay.cc:
2574 - made sure that MPedestalSubtract dies the right thing
2575 - removed badpixel calculation and treatment until a better
2576 solution was found.
2577
2578 * mfbase/MFDataPhrase.cc:
2579 - fixed a "comparison is always true" warning
2580
2581 * msignal/MExtractTimeAndChargeDigitalFilter.h:
2582 - increased class version number to 3 to account for the removal
2583 of the fTimeShift data members since last release
2584
2585
2586
2587 2007/01/27 Daniela Dorner
2588
2589 * datacenter/db/showplots.php:
2590 - added (tool to click through the calib, signal and star plots of
2591 one sequence)
2592
2593 * datacenter/db/index.html:
2594 - added link to new plot tool
2595
2596 * datacenter/db/ganymed.php:
2597 - added fDataSetName, removed fWobble
2598 - removed mininmum value of 100 for dataset range
2599
2600 * datacenter/db/builddatasets.php:
2601 - added fIsoInLimit2 and fIMCLimit2 in Init
2602 - added check on observation mode
2603
2604
2605
2606 2007/01/26 Thomas Bretz
2607
2608 * mpedestal/MExtractPedestal.cc:
2609 - fixed a bug which caused the pedestal to be set to 0 if the
2610 AB-flag is invalid
2611
2612
2613
2614 2007/01/25 Thomas Bretz
2615
2616 * mreflector/MRflSinglePhoton.h:
2617 - added copy constructor
2618 - added a function to fill a TH2
2619
2620 * mreflector/MRflEvtData.[h,cc]:
2621 - added copy costructor
2622 - added Clone function
2623 - added a function to fill a TH2
2624
2625
2626
2627 2007/01/24 Thomas Bretz
2628
2629 * mhflux/MHCollectionArea.cc:
2630 - fixed a typo in the last change
2631
2632
2633
2634 2007/01/24 Daniel Hoehne
2635
2636 * msignal/*.dat:
2637 - inserted missing third column (0) in all weights files
2638
2639
2640
2641 2007/01/18 Thomas Bretz
2642
2643 * mhflux/MHCollectionArea.cc:
2644 - another fix for the error calculation of the collection area.
2645 The totalarea was inluded in the error calculation as it would
2646 be a wait, but actually it is not.
2647
2648
2649
2650 2007/01/16 Thomas Bretz
2651
2652 * mfileio/MReadMarsFile.cc:
2653 - fixed two "comparison between signed and unsigned integer" warnings
2654
2655 * mhbase/MFillH.cc:
2656 - small update to comments
2657
2658 * mimage/MHHillasExt.cc:
2659 - call SetDirectory(NULL) after SetName
2660
2661 * mjobs/MSequence.[h,cc]:
2662 - commented out obsolete GetFileNames
2663
2664 * msignal/MExtractor.[h,cc]:
2665 - Some small updates
2666 - removed code from Process function
2667 - increased version number to 7
2668
2669 * msignal/MExtractedSignalPix.h:
2670 - some simple reordering in the class header
2671
2672 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
2673 - simplified the checks in SetWindowSize
2674
2675 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
2676 - added third column with zeros
2677
2678
2679
2680 2007/01/16 Daniela Dorner
2681
2682 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
2683 datacenter/db/magicdefs.php:
2684 - implemented new variables for datasets
2685
2686
2687
2688 2007/01/15 Thomas Bretz
2689
2690 * mpedestal/MPedestalSubtract.cc:
2691 - added a sanity check tomake sure that the pixel array has the
2692 correct size when filled
2693 - made sure the the number of pixels in the camera nd not the
2694 number of connected pixels is used to initialize the size of
2695 the arrays.
2696
2697 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
2698 - allow the initialization of nuber of pixels and samples
2699 independanly.
2700
2701
2702 2007/01/15 Daniela Dorner
2703
2704 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
2705 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
2706 datacenter/db/plotdb.php, datacenter/db/menu.php,
2707 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
2708 datacenter/db/datasetinfo.php:
2709 - fixed bug in init of $_GET
2710
2711
2712
2713 2007/01/12 Stefan Ruegamer
2714
2715 * datacenter/macros/writedatasetfile.C:
2716 - addded #include <errno.h>
2717
2718
2719
2720 2007/01/11 Thomas Bretz
2721
2722 * mbase/MLogManip.cc:
2723 - removed the obsolete include of MLog.h
2724
2725 * mbase/MLogManip.h:
2726 - encapsulated an include in ifdefs
2727
2728 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
2729 - updated log-output
2730
2731 * mhflux/MHEnergyEst.cc:
2732 - replaced difficult to see green by blue
2733
2734 * mjobs/MDataSet.[h,cc]:
2735 - added datat members for path of sequences and path of data files
2736 to be able to store overwritten defaults
2737 - check completeness of dataset files
2738 - store a MSequence object in the list instead of the name and dir
2739 (this is necessary to have all important information for a dataset
2740 file, including the sequence number! - available)
2741 - some changes to the output
2742 - allow to print a perfect copy of the read dataset file to the console
2743 just from the contents of the object
2744
2745 * mjobs/MJStar.cc:
2746 - updated to use MSequence::GetFileName instead of MSequence:GetName
2747
2748 * mjobs/MSequence.[h,cc]:
2749 - keep filename and datapath in header, this has some advantages
2750 for sanity checks
2751 - many improvements of sanity checking in case of missing or
2752 unaccessible files
2753 - Fixed "lightConditions" (was "LightCondition")
2754 - Fixed "No_Moon" (was "NoMoon")
2755 - allow to set the data path as second argument in the constructor
2756 - implemented a check whether the sequence file is complete
2757
2758 * mjobs/MJCut.[h,cc]:
2759 - added some code (still commented out) to display the excess rate
2760 - with the other changes we can now store the original dataset in
2761 the output
2762
2763 * mjoptim/MJOptimize.cc:
2764 - Keep the sequence files in the file list instead of just the
2765 filename and the directory
2766
2767 * mjtrain/MJTrainDisp.cc:
2768 - use return value of MDataSet::AddFilesOn/Off for a sanity check
2769
2770 * mjobs/MJob.[h,cc]:
2771 - removed obsolete fPathData and stuff
2772
2773 * callisto.cc, star.cc:
2774 - removed obsolete calls to MJob::SetPathData
2775
2776 * callisto.rc, star.rc:
2777 - removed obsolete examples for "PathData"-resource
2778
2779 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
2780 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
2781 - removed obsolete reference to fPathData
2782
2783
2784
2785 2007/01/11 Daniela Dorner
2786
2787 * datacenter/db/builddatasets.php:
2788 - implemented username (the one who inserts the dataset has to give
2789 his/her username now)
2790 - fixed password query in case user inserted something wrong
2791 - implemented check, if on-sequences have different observations
2792 modes
2793 - implemented check, if user has chosen one sequences as on and off
2794 - adapted text of password prompt
2795
2796 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
2797 runinfo-aio.php, sequinfo-aio.php:
2798 - minor changes in formatting
2799 - added 'alt' for +/- images
2800
2801 * datacenter/db/menu.js:
2802 - added 'alt' for +/- images
2803
2804
2805
2806 2007/01/10 Thomas Bretz
2807
2808 * mhbase/MH.cc:
2809 - fixed a bug in SetBinomialErrors. The errors of the two
2810 histograms were exchanged in the calculation
2811
2812 * mbase/MEnv.[h,cc]:
2813 - added new member function GetNumUntouched
2814
Note: See TracBrowser for help on using the repository browser.