source: trunk/MagicSoft/Mars/Changelog@ 8548

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