source: trunk/MagicSoft/Mars/Changelog@ 8587

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