source: trunk/MagicSoft/Mars/Changelog@ 8450

Last change on this file since 8450 was 8450, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 44.1 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2007/04/26 Thomas Bretz
22
23 * mjobs/MJPedestal.cc:
24 - inverted the default of the CalibFilter for the case of no
25 pattern available as the filter was inverted 4.3.07.
26
27
28
29 2007/04/25 Daniel Hoehne
30
31 * datacenter/scripts/runcallisto:
32 - removed obsolete option -raw from command line for callisto
33
34
35
36 2007/04/25 Thomas Bretz
37
38 * mbadpixels/MBadPixelsCam.cc:
39 - removed obsolete code from Print() which tried to align the
40 output
41
42 * mhcalib/MHCalibrationChargeCam.cc:
43 - increased the shown binning range further
44
45 * mhcalib/MHCalibrationPulseTimeCam.cc:
46 - unimportant changes
47
48 * mjobs/MJPedestal.cc:
49 - changed a comment
50
51 * mpedestal/MPedestalSubtractedEvt.h:
52 - fixed a bug of preset upper limits. The last slice is
53 fNumSamples-1 not fNumSamples
54
55
56
57 2007/04/24 Thomas Bretz
58
59 * callisto_Dec04Jan05.rc, callisto_MarApr05.rc, callisto_mux.rc:
60 - fixed typos in examples for movie encoding
61
62 * mjobs/MJCalib.h, mjobs/MJPedestal.cc:
63 - missing commit from yesterday :-(
64
65 * mmovie/MMovieWrite.cc:
66 - changed resource Filename according to the other resources
67 to FileName
68
69 * ganymed.cc:
70 - enable dataset mc-mode if "-mc" is specified
71 - removed obsolete call to EnableMonteCarloMode
72 - removed EnableWobbleMode but use the setting of the dataset
73 instead
74
75 * mjobs/MDataSet.[h,cc]:
76 - renamed fIsWobbleMode to fWobbleMode
77 - added setter for fWobbleMode
78 - added fMonteCarlo which determins the default paths to be used
79 if not overwritten
80 - replaced the static variables for the paths by member functions
81 which depend on the new fWobbleMode data member
82 - some simple reordering inthe constructor was necessary
83 - increased class version number accordingly to 2
84
85 * mjobs/MJCut.[h,cc]:
86 - repaired On-only mode
87 - removed data member fIsMonteCarlo, use the data-set getter instead
88 - removed data member fIsWobbleMode, use the data-set getter instead
89
90 * sponde.cc:
91 - print a warning if MC dataset doens't contain "MonteCarlo: Yes"
92
93 * mjobs/MJCalibrateSignal.cc:
94 - do not write signal*.root in movie mode
95
96
97
98 2007/04/23 Thomas Bretz
99
100 * callisto.cc, star.cc:
101 - removed "-raw" and "-root" option
102 - replaced inflating sequence path by new InflatePath
103 function
104 - removed MJCalib::kUse* usage, use MSequence::IsMonteCarlo
105 instead
106
107 * mhcalib/MHCalibrationChargeBlindCam.cc,
108 mhcalib/MHCalibrationHiLoCam.cc,
109 mhcalib/MHCalibrationPulseTimeCam.cc:
110 - removed obsolete include of MCalibrationIntensityCam
111
112 * mhcalib/MHPedestalCam.cc:
113 - removed obsolete usage of fIntensCam
114
115 * mhist/MHEvent.cc:
116 - replacedcompilation of description string by new
117 MMcEvt::GetDescription memeber function
118
119 * mjobs/MJCalib.[h,cc]:
120 - removed fDataFlag and corresponding member functions and
121 handling
122
123 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
124 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.[h,cc]:
125 - replaced IsUseRawData and IsUseRootData by
126 MSequence::IsMonteCarlo
127 - use fSequence to determin whether it is MC sequence or not
128
129 * mjobs/MJCalibrateSignal.cc:
130 - renamed movie encoding task list
131 - do not write output files if encoding movie
132
133 * mjobs/MSequence.[h,cc]:
134 - removed "merpp"-path
135 - monte carlo files now always have 8digits run numbers
136 - added new resource "MonteCarlo"
137 - added new static member function InflatePath
138 - increased version number to 2
139
140 * mmc/MMcEvt.[hxx,cxx]:
141 - added new member function GetDescription
142
143 * mmovie/MMovieWrite.[h,cc]:
144 - added a sanity check for strange rms values
145 - search for MMcEvt in the parlist and improve output
146 in case of monte carlo data
147 - fixed some typos in the comments of ReadEnv
148
149 * mmovie/Makefile:
150 - added mmc search path
151
152 * mraw/MRawRunHeader.cc:
153 - set new defaults of fTelescopeNumber, fCameraVersion,
154 fFreqSampling and fNumSignificantBits for old MC data
155
156
157
158 2007/04/23 Daniela Dorner
159
160 * datacenter/scripts/linkmc:
161 - removed workaround for 5-digit runnumbers
162
163 * datacenter/scripts/mcsequences:
164 - added line 'MonteCarlo: Yes' to output to sequence file
165
166 * datacenter/scripts/runganymed:
167 - adapted chosing of ganymed rc-file
168 - added output of ganymed command line
169
170
171
172 2007/04/20 Daniel Hoehne
173
174 * datacenter/macros/filldotrun.C:
175 - implemented new Arehucas version
176
177
178
179 2007/04/20 Thomas Bretz
180
181 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsPix.cc:
182 - propagate option in Clear member function
183 - the default is now to keep the previously excluded flag and
184 set the unsuitable-run flag accordingly
185
186 * mcalib/MCalibrationChargeCalc.cc:
187 - if the lower limit for the measured number of phe is calculated
188 to be less than one phe it is artificially reset to one phe
189
190 * mhist/MHCamEvent.cc:
191 - call SetFrameBorder(0) for all subpads explicitly
192
193 * mhist/MHCamera.cc:
194 - removed the obsolete definition of kItemsLegend
195
196 * mbadpixels/MBadPixelsIntensityCam.cc, mcalib/MCalibrationIntensityCam.cc:
197 - removed obsolete reference in comment to MCalibrationINtensityQECam
198
199 * mcalib/CalibLinkDef.h, mcalib/Makefile:
200 - removed obsolete MCalibrationIntensityQECam
201 - removed obsolete MCalibrationIntensityBlindCam
202 - removed obsolete MCalibrationIntensityRelTimeCam
203 - removed obsolete MCalibrationIntensityTestCam
204
205 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
206 mcalib/MCalibrateData.[h,cc]:
207 - replaced data member fIntensQE by fQECam
208 - removed references to obsolete MCalibrationIntensityQECam
209 - added some comments
210 - replaced obsolete reference to MCalibrationIntensityBlindCam
211 by reference to MCalibrationBlindCam
212
213 * mcalib/MCalibrationChargeCalc.[h,cc]:
214 - replaced references to fIntensQE by direct access to fQECam
215 - adde some comments
216 - removed data member fIntensQECam
217 - replaced obsoilete reference to MCalibrationIntensityBlindCam
218 by reference to MCalibrationBlindCam
219
220 * mjobs/MJCalibrateSignal.cc, mhcalib/MHCalibrationChargeBlindCam.cc:
221 - removed obsolete references to MCalibrationIntensityQECam
222 - removed obsolete references to MCalibrationIntensityBlindCam
223
224 * mbase/MTask.cc:
225 - added some unexecuted code to debug which taks are processed
226
227 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibrationIntensityCam.cc,
228 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.h
229 - removed obsolete MCalibrationIntensityRelTimeCam
230
231 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibrationRelTimeCalc.[h,cc],
232 mhcalib/MHCalibrationRelTimeCam.cc:
233 - replaced obsolete reference to MCalibrationIntensityRelTimeCam
234 by referencing MCalibrationRelTimeCam
235
236 * mhcalib/MHCalibrationChargeBlindCam.cc:
237 - replaced obsolete reference to MCalibrationIntensityBlindCam
238 by referencing MCalibrationBlindCam
239
240 * mhcalib/MHCalibrationHiLoCam.cc:
241 - replaced obsolete reference to MCalibrationIntensityHiLoCam
242 by referencing MCalibrationHiLoCam
243
244 * mhcalib/MHCalibrationPulseTimeCam.cc
245 - replaced obsolete reference to MCalibrationIntensityPulseTimeCam
246 by referencing MCalibrationPulseTimeCam
247
248 * mcalib/MCalibrationTestCalc.cc
249 - replaced obsolete reference to MCalibrationIntensityTestCam
250 by referencing MCalibrationTestCam
251
252
253
254 2007/04/12 Daniela Dorner
255
256 * datacenter/db/showplots-ds.php:
257 - added (script to plot all plots of a data set)
258
259 * datacenter/db/showplots.php:
260 - added 'previous' and 'next' button
261
262 * datacenter/db/plotinclude.php, datacenter/db/showplots.php:
263 - moved two function from showplots.php to plotinclude.php, as they
264 are also used in showplots-ds.php
265
266 * datacenter/db/builddatasets.php, datacenter/db/datasetinfo-aio.php
267 datacenter/db/indes-header.html, datacenter/db/indes.html,
268 datacenter/db/menu.js, datacenter/db/reference.html,
269 datacenter/db/regexp.html, datacenter/db/runinfo-aio.html,
270 datacenter/db/sequinfo-aio.html:
271 - adapted paths of images and mars.css
272
273 * datacenter/db/index.html:
274 - added link to showplots-ds.php
275
276
277
278 2007/04/18 Thomas Bretz
279
280 * Makefile:
281 - added suffixes .hxx and .cxx
282 - added new subdir mmovie
283
284 * mjobs/Makefile:
285 - added path to mmovie
286
287 * mmovie/MMoviePrepare.[h,cc]:
288 - changed access to MCalibrateData to access to MCalibConstCam
289
290 * mmovie/MMovieWrite.cc:
291 - fixed some typos in comments
292
293 * mjobs/MJCalibrateSignal.cc:
294 - removed dependenca on obsolete MCalibrationIntensityConstCam
295
296 * mjobs/MJCalibration.[h,cc]:
297 - for simplification removed all dependencies of unused intensity
298 calibration
299
300 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
301 callisto_mux.rc:
302 - removed line for switching on intensity calibration
303 - added expample lines for movie encoding
304
305 * mbadpixels/BadPixelsLinkDef.h, mbadpixels/Makefile:
306 - removed obsolete MBadPixelsIntensityCam
307
308 * mcalib/MCalibCalcFromPast.[h.cc]:
309 - do not store fIntensRelTime (it is not used at all) as data member
310
311 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc]:
312 - instead of creating of a new MBadPixelsCam into the intensity array
313 clear the information of the old one (FIXME: DO NOT CLEAR PREV EXCL!)
314 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
315 * mcalib/MCalibrationTestCalc.[h,cc]:
316 - removed empty Process function
317
318 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc],
319 mcalib/MCalibrationChargeCalc.[h,cc], mcalib/MCalibrationTestCalc.[h,cc],
320 mcalib/MCalibrationRelTimeCalc.[h,cc], mhcalib/MHCalibrationCam.[h,cc],
321 mhcalib/MHCalibrationChargeCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
322 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationRelTimeCam.cc,
323 mhcalib/MHPedestalCam.cc:
324 - removed obsolete references to MBadPixelsIntensityCam, replaced
325 by MBadPixelsCam
326
327 * mhcalib/MHCalibrationCam.cc:
328 - set reason for uncalibrated pixels by SetUncalibrated
329
330 * mjobs/MJCalibrateSignal.cc:
331 - removed obsolete references to MBadPixelsIntensityCam
332 - removed MBadPixelsMerge, instead use the given MBadPixelsCam as
333 starting point. THIS ALSO REMOVES SUPPORT FOR PREV. EXCLUDED PIXELS
334 (TO BE FIXED)
335
336 * mfilter/FilterLinkDef.h, mfilter/Makefile:
337 - added MFEvtNumber
338
339 * mfilter/MFEvtNumber.[h,cc]:
340 - added
341
342
343
344 2007/04/17 Stefan Ruegamer
345
346 * datacenter/scripts/filesondisk:
347 - modified the ccfile search to not find ccfiles twice if one
348 runnumber is part of a higher runnumber (as 23456 and 223456)
349
350 * datacenter/scripts/movingrawfiles:
351 - added moving of rawfiles from the directory /magic/datacenter/
352 fromtape/rawdata/muxdata, which is the default rawfile folder of
353 the new muxtapes, to /magic/datacenter/fromtape/rawdata
354
355 * datacenter/scripts/runcallisto:
356 - added condition for the linking of the .rc-file for muxdata
357
358 * datacenter/scripts/makecallistolinks:
359 - commented reason2 out
360
361
362
363 2007/04/17 Thomas Bretz
364
365 * mcalib/CalibLinkDef.h, mcalib/Makefile:
366 - removed obsolete MCalibrationIntensityConstCam
367
368 * mcalib/MCalibCalcFromPast.[h,cc]:
369 - removed obsolete depedency on MCalibrationIntensityConstCam
370
371 * mcalib/MCalibConstCam.[h,cc]:
372 - added a possibility to veto bad pixels in GetPixelContent by
373 setting a MBadPixelsCam
374 - removed obsolete fRunNumber
375 - increased class version number by 1
376
377 * mcalib/MCalibrateData.[h,cc]:
378 - removed obsolete dependency on MCalibrationIntensityConstCam
379 - removed some obsolete comments with code from old pedestal
380 treatment
381
382
383
384 2007/04/15 Thomas Bretz
385
386 * callisto.cc:
387 - added an option to write a movie
388
389 * mjobs/MJCalibrateSignal.[h,cc]:
390 - added the code to write a movie
391 - added new option (fIsMovieMode) to switch it on and off
392
393 * mmovie/MMovieData.h:
394 - added data member fMedianPedestalRms
395
396 * mmovie/MMoviePrepare.[h,cc]:
397 - added calculation of median pedestal rms
398
399 * mmovie/MMovieWrite.[h,cc]:
400 - added comments
401 - added return value to SetPalette
402 - delete palette entries after usage
403 - get median pedestal rms from MMovieData
404
405
406
407 2007/04/12 Daniela Dorner
408
409 * datacenter/scripts/sourcefile:
410 - added if-clause to avoid removing of non existing files
411
412 * datacenter/db/db.php:
413 - adapted host
414
415 * datacenter/db/plotdb.php:
416 - adapted usage of function GetQuery
417
418 * datacenter/db/plotinclude.php:
419 - added init of variables
420
421 * datacenter/db/runinfo-aio.php:
422 - adapted building of query for the case, that fRunMin=0
423
424 * datacenter/macros/filloptical.C:
425 - adapted such, that files from telescopes in Tuorla can also be
426 handeled
427 - return 3 in case the coordinates of an object are not available
428 in the database
429
430 * datacenter/scripts/copyscript:
431 - added case for return code 3 for filloptical.C
432
433 * datacenter/macros/setupdb.C:
434 - added table OpticalData
435
436 * datacenter/tools/fillobjects.C:
437 - added comment
438
439 * datacenter/tools/fillobjects2.C:
440 - adapted comment
441 - adapted reading to new format of file (different object name
442 convention)
443
444 * datacenter/resources/TeVsources.txt:
445 - added (file containing the positions of the objects observed by
446 the Tuorla Observatory and KVA)
447
448 * datacenter/resources/good_compstars.txt:
449 - added (file containing the magnitudes and colour of the objects
450 observed by the Tuorla Observatory and KVA)
451
452 * datacenter/resources/compstars.txt:
453 - added (like good_compstars, but containing more data, which
454 has been left out in the other file, as it is not accurate
455 enough)
456
457
458
459 2007/04/12 Thomas Bretz
460
461 * mmovie/MMoviePrepare.[h,cc], mmovie/MMovieData.[h,cc],
462 mmovie/MMovieWrite.[h,cc], mmovie/Makefile, mmovie/MovieLinkDef.h,
463 movie/MovieIncl.h:
464 - added
465
466 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h,
467 mbase/MArrayS.h:
468 - added Reset() member function or improved performance of it
469
470 * mcalib/MCalibrationChargeCalc.cc:
471 - fixed the alignment in an output
472
473 * mhbase/MBinning.h:
474 - added operator[] member function
475
476 * mhist/MHCamera.cc:
477 - changed such that it is allowed to use palettes with a different
478 number of contours.
479 - fixed the number of ticks written on the axis to 25
480 - use MBinnig to calculate the legend color boxes
481 - fixed a minor bug in the assignment of the color levels, which
482 gave visibly wrong result if the transition between two colors
483 was important but was not noticable in normal circumstances
484
485 * mjobs/MDataSet.h, mjobs/MSequence.h:
486 - increased class version to 1 to make it writable
487 - added Print to the context menu
488
489 * mgeom/MGeomCam.[h,cc]:
490 - removed fNumSectors
491 - removed fNumAreas
492 - added fNumPixInSector
493 - added fNumPixWithAidx
494 - changed CalcSectors and CalcArea to fill new data members
495 - fixed a bug in the range check of GetMaxRadius and GetMinRadius
496 (the range was to wide by 1 at the upper edge)
497 - increased class version from 4 to 5
498
499
500
501 2007/04/11 Thomas Bretz
502
503 * mjobs/MJCalibrateSignal.cc:
504 - added a lot of comments
505 - added some code for future use
506
507 * mcalib/MCalibCalcFromPast.cc:
508 - if update of calibration constants via MCalibrateData fails an
509 error is raised
510
511 * mcalib/MCalibrateData.cc:
512 - if update of calibration constants done set the ReadyToSaveFlag
513 accordingly
514
515
516
517 2007/04/04 Thomas Bretz
518
519 * mbase/MLogHtml.cc:
520 - the closing parenthesis was missing for setting to green color
521
522
523
524 2007/04/03 Thomas Bretz
525
526 * mjobs/MDataSet.cc:
527 - added processing of RunTime and Name resource
528
529 * mgeom/MGeomCamDwarf.cc:
530 - removed an unused variable
531
532 * msignal/MSignalPix.h, msignal/MSignalCam.h:
533 - commented out obsolete AddNumPhotons and Scale
534 - removed ReducePrecision from setting of arrival time because
535 it gave artefacts.
536
537
538
539 2007/03/29 Thomas Bretz
540
541 * mgeom/MGeomCam.cc, mgeom/MGeomPix.h:
542 - added new member function to return distance to coordinate
543 origin
544
545 * mgeom/MGeomCamDwarf.[h,cc]:
546 - added
547
548 * mgeom/Makefile, mgeom/GeomLinkDef.h:
549 - added MGeomCamDwarf
550
551
552
553 2007/03/28 Thomas Bretz
554
555 * mraw/MRawRunHeader.cc:
556 - added Getter for fFreqSampling
557
558 * mpointing/MHSrcPosCam.[h,cc]:
559 - added different binning for wobble mode
560 - added circle for wobble mode
561
562 * mjobs/MJCut.cc:
563 - store run- and event-number via MParameterCalc in output files
564 - show histogram of source positions also in wobble mode
565
566 * mbase/MEnv.h:
567 - added member function to touch a resource returning whether
568 it has contents or not
569
570 * mars.rc:
571 - added examples for MUX data
572 - fixed the other examples
573 - changed default cleaning to 8.5/4.0 absolute
574
575 * macros/readIPR.C:
576 - simplified
577
578
579
580 2007/03/21 Stefan Ruegamer
581
582 * datacenter/scripts/runcallisto:
583 - removed entries for callisto_MarApr05.rc (outdated)
584
585 * datacenter/scripts/makecallistolinks:
586 - updated reason1 because the old reason has been removed in the
587 Mars Version 1.0, resulting in no more calibration with spline
588 if DF fails
589 - added reason2 to run spline after an other error
590
591
592
593 2007/03/20 Daniel Hoehne
594
595 * datacenter/db/db.php, datacenter/scripts/budb,
596 datacenter/scripts/dbchk, datacenter/scripts/dunotseqruns,
597 datacenter/scripts/findnewstars,
598 datacenter/scripts/findnotseqruns, datacenter/scripts/sourcefile,
599 datacenter/tools/comparesequences, datacenter/tools/resetdataset,
600 sql.rc:
601 - changed the host from hercules to vela
602
603
604
605 2007/03/17 Thomas Bretz
606
607 * mbase/MTime.[h,cc]:
608 - added new memeber function to set unix times
609
610
611
612 2007/03/09 Thomas Bretz
613
614 * mjoptim/MJOptimizeCuts.cc:
615 - implemented printing of input file also in RunOnOffCore
616
617
618
619 2007/03/08 Markus Meyer
620
621 * mpointing/MPointingDevCalc.h:
622 - changed fNumMinStars from 8 to n (in SetNumMinStars)
623
624
625
626 2007/03/06 Stefan Ruegamer
627
628 * mraw/MRawRunHeader.cc:
629 - added SwapAssignment for pixels 428 and 429
630
631
632
633 2007/03/05 Thomas Bretz
634
635 * msignal/MExtractTimeAndChargeSpline.cc:
636 - added a default for the extrator resolution in case no predefined
637 value is set
638
639 * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
640 - removed HiLoCalibration option
641
642 * mjobs/MJCalibration.cc:
643 - use extractor to determine hi-/lo-calibration
644
645 * mjobs/MJPedestal.cc:
646 - do only insist on pedestal events if an extractor without
647 lo-gains is set
648
649 * callisto.rc, callisto_Dec04Jan05.rc:
650 - removed references to HiLoCalibration
651
652 * callisto_mux.rc, resources/calibrationref_mux.rc,
653 resources/pedestalref_mux.rc:
654 - added new resource files for MUX data
655
656 * mjobs/MSequence.cc:
657 - another fix to make sure that there is a / between dir and filename
658
659 * mpedestal/MExtractPedestal.cc:
660 - why if fRawData initialized twice? Removed.
661 - Reset check window without extractor and without lo-gains
662
663
664
665
666 2007/03/04 Thomas Bretz
667
668 * mhcalib/MHCalibrationChargeBlindCam.cc,
669 mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
670 - commented out references to MRawEvtPixelIter::GetNum*Samples
671
672 * mhcalib/MHCalibrationRelTimeCam.cc:
673 - updated header
674
675 * mjobs/MJCalibrateSignal.cc:
676 - updated header
677 - removed references to MHCalibrationPulseTimeCam
678 - added a check to make sure that extractor1 is initialized
679 - use new SetRangeFromExtractor function for pedestal
680 extraction range
681 - added a new filter to check for pedestal events, used for
682 pedestal extraction in cases w/o lo-gains and to remove
683 pedestal events from further analysis
684 - fill and display hi-/lo-gain histogram only if lo-gain exists
685
686 * mjobs/MJPedestal.cc:
687 - replaced fSequence.GetName by GetFileName
688 - check for availability of lo-gain in pulse pos check
689 - Add MHCalibrationPulseTime to parlist to allow resources
690 file setup
691 - to fill the MHCalibrationPulseTimeCam deny calibration- and
692 pedestal-events
693 - use a pedestal filter to deny calibration events
694 - use new SetRangeFromExtractor function for pedestal
695 extraction range
696
697 * mhcalib/MHCalibrationPulseTimeCam.cc:
698 - removed an obsolete return
699
700 * mpedestal/MPedCalcFromLoGain.cc:
701 - if event does not contain lo-gains do not start extraction
702 at lo-gain offset
703
704 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
705 - changed variable naming in GetSaturation from sathi to sat
706 - changed limit in GetMax from Byte_t to UInt_t
707
708 * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
709 - changed max argument in GetMax from Int_t to UInt_t
710
711 * msignal/MExtractTimeAndCharge.[h,cc]:
712 - changed fLoGainSwitch from Byte_t to UInt_t
713 - increased class version accordingly to 4
714
715 * mmain/MEventDisplay.cc:
716 - took out the display of the slice with the max index
717 - handle pedestal subtraction more accurate
718
719 * mraw/MRawEvtData.cc:
720 - added number of bytes per sample to GetNumBytes()
721 - removed contents of GetPixelContent... depricated
722
723 * mraw/MRawEvtPixelIter.[h,cc]:
724 - updated comments
725 - removed all functions returning informations about single
726 pixels (should be done through MPedestalSubtractedEvt
727 instead)
728
729 * mhist/MHEvent.cc:
730 - removed KMaxIdx...depricated.
731
732 * msignal/MExtractor.[h,cc]:
733 - changed type of fSaturationLimit from Byte_t to UInt_t
734 - increased class version number accordingly to 8
735 - only reset fSaturationLimit if it is above 0xff and
736 no lo-gain available
737
738 * msignal/MSignalCalc.[h,cc]:
739 - changed to use MPedestalSubtractedEvt instead of MRawEvtData
740 - make handling of data without lo-gains possible
741
742 * mhcalib/MHCalibrationChargeCam.[h,cc]:
743 - changed to use pedestal subtracted evt instead of the raw evt
744 for determination of the arrival time
745
746 * mhcalib/MHCalibrationCam.[h,cc]:
747 - made IsLoGain autodetecting in case fRunHeader is available
748
749 * msignal/MExtractPINDiode.cc:
750 - use MRawRunHeader's GetNumSamplesHi/LoGain
751
752
753
754 2007/03/03 Thomas Bretz
755
756 * mcalib/MCalibrationRelTimeCalc.cc:
757 - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
758
759 * mhcalib/MHCalibrationChargeCam.cc,
760 mhcalib/MHCalibrationPulseTimeCam.cc,
761 mhcalib/MHCalibrationRelTimeCam.cc:
762 - added f*RefCharge to Copy function
763 - added range to calls of GetIdxMaxHi/LoGainSample
764 - reworked and simplified DrawDataCheckPixel
765 - reworked and simplified DrawReferenceLine
766 - fixed call to ReadEnv of base class in ReadEnv
767
768 * mhcalib/MHCalibrationRelTimeCam.cc:
769 - commented filling of lo-gain arrays out.
770
771 * mpedestal/MExtractPedestal.[h,cc],
772 mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
773 - added the SetRangeFromExtractor function
774
775 * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
776 - use GetNumSamplesHiGain of MRawRunHeader instead of
777 MRawEvtPixelIter's
778
779 * msignal/MSignalCalc.[h,cc]:
780 - slightly changed handling of MC run, changed hi-/lo-gain
781 calibration from 10 to 11.3
782
783 * msignal/MExtractTime.cc:
784 - don't print lo-gain properties if n/a
785
786 * msignal/MExtractor.[h,cc]:
787 - reset logain range and saturation limit if no logains available
788 - added HasLoGain member function
789 - don't print lo-gain attributes in Print if no logains
790
791 * msignal/MExtractTimeAndCharge.cc:
792 - reset fLoGainSwitch if logains are not available
793 - use MRawRunHeader's GetNumSamplesHi/LoGain
794 - do not use MRawEvtPixelIter to determin availability of lo-gains
795 use number of lo-gain samples to extract instead.
796 - don't print lo-gain properties if n/a
797
798
799
800 2007/03/02 Thomas Bretz
801
802 * mraw/MRawRunHeader.h:
803 - added GetNumBytesPerSample() member function
804
805 * mraw/MRawRead.cc:
806 - splitted ReadPixel and setting ab-flag into function calls
807 - fixed skipping pixels if bps>1
808
809 * mraw/MRawEvtData.[h,cc]:
810 - removed last argument from AddPixel
811 - split reading pixel data and setting ab-flag into two functions
812 - increased version number from 5 to 6
813 - adapted Print function
814 - adapted Draw function
815 - adapted ReadPixel function
816
817 * manalysis/MMcCalibrationUpdate.[h,cc]:
818 - made sure that Process is not executed in case of MC files
819 - minor changes to includes
820
821 * mextralgo/MExtralgoSpline.h:
822 - removed obsolete include iostream
823
824
825
826 2007/03/01 Thomas Bretz
827
828 * mmain/MEventDisplay.cc:
829 - didn't show callisto output anymore because of missing fundametal
830 pedestal
831
832 * mbadpixels/MBadPixelsTreat.cc:
833 - added more informative output
834
835 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
836 mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
837 mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
838 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
839 mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
840 mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
841 - replaced SetNbins/First/Last by SetBinning
842
843 * mhcalib/MHCalibrationChargeCam.cc:
844 - improved output in case arrival time is out of range
845
846 * mhcalib/MHCalibrationPulseTimeCam.cc:
847 - the values can only have discrete valuesno need to set a bin-width
848 different from 1
849 - set binning automatically by using the number of samples
850 - fixed ReadEnv
851 - directly use maxpos, no cast necessary
852
853 * mraw/MRawRunHeader.h:
854 - added new member function GetNumSamples
855
856 * mpedestal/MPedCalcFromLoGain.cc:
857 - fixed ReadEnv
858
859 * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
860 - implemented reading new mux format 8
861
862 * mraw/MRawRunHeader.[h,cc]:
863 - implemented reading of new file format 8
864 - added new data members fNumBytesPerSample, fFreqSampling
865 and fNumSignificantBits
866 - increased file format version from 5 to 6
867
868 * mraw/MRawEvtPixelIter.[h,cc]:
869 - made aware of handling the new and old format
870 - added range to GetIdxMax*
871
872 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
873 - removed obsolete data members fSumhiarea and fSumhisector
874 - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
875 - according to this the lower signal limit has been decresed
876 by 15
877 - changed "saturation" limit accordingly from 254 to 245
878
879 * mpedestal/MPedestalsubtractedEvt.h:
880 - added a shortcut for GetSaturation
881
882 * mjobs/MJPedestal.cc:
883 - first subtract pedestal and then fill MHCalibrationPulseTimeCam
884 - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
885
886
887
888 2007/02/28 Thomas Bretz
889
890 * macros/tutorials/mirrordelay.C:
891 - fixed the formula for the spherical mirror
892 - fixed the calculation of the time-delay
893
894 * mastro/MObservatory.[h,cc]:
895 - added constructors and functions to set the observatory location
896 manually
897
898 * mbase/MTime.[h,cc]:
899 - added constructor to construct MTime by date
900 - added AsDouble for new root streamers (allowing to view MTime in
901 a TBrowser)
902 - added GetRootDatime to return TDatime object
903
904 * mcalib/MCalibrateData.cc:
905 - added more meaningful output in case a conversion factor exceeds a limit
906
907 * datacenter/macros/plotdb.C:
908 - added plot for spark rate
909
910
911
912 2007/02/26 Daniela Dorner
913
914 * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
915 datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
916 datacenter/db/include.php, datacenter/db/menu.php, :
917 - bugfix: the stopdate was not choses properly in case of reset
918 when there was no data past midnight
919 - a new function (GetStopDate) has been implemented
920 - bugfix in PrintNightRange (table Sequences was used in all cases)
921
922
923
924 2007/02/26 Daniel Hoehne
925
926 * datacenter/macros/fillstar.C:
927 - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
928 a surplus "s" in the variable "sparkrate")
929
930 * datacenter/db/magicdefs.php, menu.php:
931 - added fSparkRate
932
933
934
935 2007/02/16
936
937 * RELEASE 1.0
938
939
940
941 2007/02/16 Thomas Bretz
942
943 * macros/starvisyear.C:
944 - changed default observator to magic
945 - fixed some typos in comments
946
947 * mastro/MAstro.[h,cc]:
948 - added a new function to estimate the time of culmination
949 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
950
951 * mastro/MObservatory.cc:
952 - fixed the Print() output
953
954 * mbase/MMath.h:
955 - removed conversion factor to and from Hours
956
957 * mjobs/MSequence.cc:
958 - added a / behind the date (for the output in case of failure)
959
960 * mmc/MMcFadcHeader.[hxx,cxx]:
961 - added fElecNoiseName for compatibility with camera program
962 - increased ClassVersion by 1
963
964 * mraw/MRawRunHeader.[h,cc]:
965 - increased class version by 1 for compatibility with output
966 of newer camera versions
967
968 * resources/sequences.rc:
969 - changed the sequence.rc file to support new MUX data
970
971
972
973 2007/02/15 Thomas Bretz
974
975 * macros/tutorials/mirrordelay.C:
976 - added a macro plotting the delay between a spherical and a
977 parabolic mirror
978
979 * mjobs/MJStar.cc:
980 - implemented new plots for IPR vs. Time and DT
981
982
983
984 2007/02/13 Thomas Bretz
985
986 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
987 - added new resource files for hi-/lo-gain calibration.
988
989 * resources/hiloconv-*.root:
990 - added hi-/lo-gain calibration constants
991
992 * callisto_Dec04Jan05.rc:
993 - changed input file name for hi-/lo-gain calibration constants
994
995 * mreflector/MHReflector.[h,cc]:
996 - added histogram class for reflected photons
997
998 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
999 - added MHReflector and necessary include paths
1000
1001 * mbase/MLog.h:
1002 - fixed a bug in Separator which could cause a crash if the contents
1003 are too long
1004
1005 * manalysis/MParameterCalc.cc:
1006 - check for HasValidRule instead of IsValid in ReadEnv
1007
1008 * mdata/MDataPhrase.h:
1009 - added HasValidRule member function
1010
1011 * mfileio/MReadRflFile.[h,cc]:
1012 - allow also reading of gzip-compressed files
1013 - output more header information
1014 - don't use a const qualified TString with gSystem->ExpandPathName
1015
1016 * mjobs/MJPedestal.cc:
1017 - readin bad pixels from ascii file later
1018
1019 * mmc/MMcEvtBasic.h:
1020 - added a static member function GetEnergyStr to convert
1021 GeV into MeV and TeV
1022
1023 * mpointing/MPointingDevCalc.h:
1024 - increased size of fSkip by one
1025
1026 * mextralgo/MExtralgoSpline.h:
1027 - fixed acompiler warning
1028
1029
1030
1031 2007/02/09 Daniel Hoehne
1032
1033 * datacenter/scripts/linkmc
1034 - adapted to new montecarlo directory structure (/magic/montecarlo
1035 instead of /montecarlo)
1036
1037
1038
1039 2007/02/09 Thomas Bretz
1040
1041 * star.rc:
1042 - added new options
1043 - reordering
1044
1045 * mbase/MStatusDisplay.cc:
1046 - updated from 2006 to 2007
1047
1048 * mfbase/MFDataPhrase.cc:
1049 - fixed ReadEnv to correctly return true/false
1050
1051 * mjobs/MJStar.cc:
1052 - added new tabs "Spakless" and "Sparks" dividing the average
1053 signal tab into two distributions by a SparkCut
1054 - replaced all MF by MFDataPhrase
1055
1056 * mjobs/MJCalibrateSignal.cc:
1057 - changed the extraction range used in the lo-gains from the
1058 hi-gain range to the lo-gain range
1059
1060 * datacenter/macros/fillstar.C:
1061 - added filling the spark rate into the database
1062 - the rate after cleaning is now without sparks!
1063
1064
1065
1066 2007/02/06 Thomas Bretz
1067
1068 * mpointing/MPointingDevCalc.cc:
1069 - included check for monitoring flag
1070
1071 * mextralgo/MExtralgoSpline.[h,cc]:
1072 - implemented the possibility to determine the pulse width at
1073 maxheight/2
1074
1075
1076
1077 2007/02/04 Daniela Dorner
1078
1079 * datacenter/scripts/sourcefile:
1080 - added if-clause to avoid that a script is aborted in case a macro
1081 doesn't compile, return code is set to 1 in this case
1082
1083
1084
1085 2007/02/04 Thomas Bretz
1086
1087 * mjobs/MJCalibration.cc:
1088 - implemented Hi-/Lo-Gain calibration for MCs
1089
1090 * mjobs/MJPedestal.cc:
1091 - removed intermediate pedestalstorage from code (its
1092 result is not used at all)
1093
1094 * datacenter/macros/fillsignal.C:
1095 - replaced GetMediandev by GetDev
1096
1097 * callisto.rc, callisto_Dec04Jan05.rc:
1098 - changed ExtractWinLeft/Right according to new scheme
1099
1100 * mhcalib/MHCalibrationChargeCam.[h,cc]:
1101 - removed obsolete data members fFirstHiGain, etc and
1102 replaced by storage of fSignal
1103 - made sure that the average extracted signal position
1104 is at least one slice away from the edges of the
1105 extraction window
1106
1107 * mjobs/MJPedestal.cc:
1108 - reworked the pulse position check. It now better takes
1109 the properties of the extractors into account.
1110 Still to be done: relation between pulse position and
1111 extraction window!
1112
1113 * msignal/MExtractBlindPixel.[h,cc],
1114 msignal/MExtractPINDiode.[h,cc]:
1115 - fixed arguments type of SetRange
1116
1117 * msignal/MExtractTime.cc:
1118 - removed old obsolete code already in comments
1119
1120 * msignal/MExtractTimeAndCharge.h:
1121 - added getter for LoGainStartShift
1122
1123 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
1124 msignal/MExtractTimeAndChargeSpline.[h,cc],
1125 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
1126 - changed the type of LoGainFirst from byte to int
1127 - if necessary increased class version
1128
1129 * mpedestal/MExtractPedestal.cc:
1130 - improved output
1131
1132 * mhcalib/MHCalibrationChargeCam.cc:
1133 - fixed a %3.1 instead of %3.1f
1134
1135
1136
1137 2007/02/03 Thomas Bretz
1138
1139 * mhist/MHCamEvent.[h,cc]:
1140 - added Draw function to context menu
1141 - added GetHist member functions
1142 - added possibility to display the relative error
1143
1144 * mjobs/MJCalibration.cc:
1145 - read the hi-/lo-gain calibration constants from a MHCamEvent
1146 which is stored in a root file given in resources/hilocalib.rc
1147
1148 * msignal/MExtractTimeAndCharge.cc:
1149 - improved the estimation in GetSaturationTime for the cases in
1150 which the saturating pulse is so early, that an normal
1151 interpolation is not appropriate.
1152
1153 * callisto_DecJan04.rc:
1154 - set fall- and rise-time for spline artificially to 0.5
1155
1156 * mhbase/MFillH.cc:
1157 - added comments
1158
1159 * mpedestal/MExtractPedestal.[h,cc],
1160 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
1161 - fixed the range check.In case of the lo-gain extraction
1162 the range could infact leak out of the fadc slices
1163
1164 * msignal/MExtractTimeAndCharge.[h,cc]:
1165 - added somecomments
1166 - forbid the lo-gain signal to be negative
1167 - increased version number for compatibility with last release
1168
1169 * msignal/MExtractTimeAndChargeSpline.cc:
1170 - set the correct numbers for rise- and fall-time as default
1171
1172 * mbase/MStatusArray.[h,cc]:
1173 - improved workaround in Read() and Write() for the Reset
1174 of the kCanDelete bit in TH1
1175
1176 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
1177 - commented out obsolete references to *HiLoCam
1178
1179 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
1180 mcalib/CalibLinkDef.h:
1181 - removed *HiLoCam s
1182
1183
1184
1185 2007/02/02 Thomas Bretz
1186
1187 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
1188 - added new Fill functions allowing to fill photons versus
1189 a z-value, e.g. energy.
1190
1191
1192
1193 2007/02/01 Thomas Bretz
1194
1195 * mhist/MHCamEvent.[h,cc]:
1196 - allow to set a histogram for display from external
1197
1198 * mhist/MHCamera.[h,cc]:
1199 - added functions to calc Median/Dev
1200 - fixed adding a MHCamera with AddCamContent. It now takes also
1201 the errors and binentries correctly into account
1202 - simplified Reset() using TArray::Reset()
1203
1204 * mhvstime/MHSectorVsTime.[h,cc]:
1205 - added option to use median/dev instead of mean/rms
1206 - switched Grid on
1207
1208 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
1209 - small improvements to splitting number rows
1210 - handle possible tabs correctly
1211
1212 * mbase/MStatusArray.[h,cc]:
1213 - improved handling in Read(). We make sure now that Read doesn't
1214 produce a memory leak
1215
1216 * mhist/MHCamera.[h,cc]:
1217 - overwrote Clone function to make sure that a cloned MHCamera
1218 is never added to the current directory
1219
1220 * mcamera/MCameraTH.h:
1221 - added a workaround to get rid of the obsolete discriminator thresholds
1222 for the non-trigger pixels
1223
1224 * mreport/MReportCC.cc:
1225 - added a sanity \o-Terminator to the dicriminator threshold extraction
1226
1227
1228
1229
1230 2007/01/30 Thomas Bretz
1231
1232 * mbadpixels/MBadPixelsCam.[h,cc]:
1233 - added function to return the uncalibrated and unsuitable
1234 pixels as TArrayC (to be used in MHCamera)
1235
1236 * mhcalib/MHCalibrationChargeCam.cc:
1237 - added a FIXME-comment
1238
1239 * mhist/MHCamEvent.[h,cc]:
1240 - added an option to change the kind of error which is displayed
1241 - consequently increased version number by 1
1242
1243 * mhist/MHCamera.[h,cc]:
1244 - added a new bit to allow the error to be switched between
1245 mean and spread
1246
1247 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
1248 - adapted to changes in error display
1249
1250
1251
1252 2007/01/27 Thomas Bretz
1253
1254 * manalysis/MMcCalibrationUpdate.cc:
1255 - fixed a typo in a comment
1256
1257 * mcalib/MCalibrateData.[h,cc]:
1258 - commented out some obsolete currently unused code
1259
1260 * mdata/MDataPhrase.cc:
1261 - added a sanity check
1262
1263 * mpedestal/MMcPedestalCopy.cc:
1264 - Changed output to fit the structure used in all other classes
1265
1266 * mmain/MEventDisplay.cc:
1267 - made sure that MPedestalSubtract dies the right thing
1268 - removed badpixel calculation and treatment until a better
1269 solution was found.
1270
1271 * mfbase/MFDataPhrase.cc:
1272 - fixed a "comparison is always true" warning
1273
1274 * msignal/MExtractTimeAndChargeDigitalFilter.h:
1275 - increased class version number to 3 to account for the removal
1276 of the fTimeShift data members since last release
1277
1278
1279
1280 2007/01/27 Daniela Dorner
1281
1282 * datacenter/db/showplots.php:
1283 - added (tool to click through the calib, signal and star plots of
1284 one sequence)
1285
1286 * datacenter/db/index.html:
1287 - added link to new plot tool
1288
1289 * datacenter/db/ganymed.php:
1290 - added fDataSetName, removed fWobble
1291 - removed mininmum value of 100 for dataset range
1292
1293 * datacenter/db/builddatasets.php:
1294 - added fIsoInLimit2 and fIMCLimit2 in Init
1295 - added check on observation mode
1296
1297
1298
1299 2007/01/26 Thomas Bretz
1300
1301 * mpedestal/MExtractPedestal.cc:
1302 - fixed a bug which caused the pedestal to be set to 0 if the
1303 AB-flag is invalid
1304
1305
1306
1307 2007/01/25 Thomas Bretz
1308
1309 * mreflector/MRflSinglePhoton.h:
1310 - added copy constructor
1311 - added a function to fill a TH2
1312
1313 * mreflector/MRflEvtData.[h,cc]:
1314 - added copy costructor
1315 - added Clone function
1316 - added a function to fill a TH2
1317
1318
1319
1320 2007/01/24 Thomas Bretz
1321
1322 * mhflux/MHCollectionArea.cc:
1323 - fixed a typo in the last change
1324
1325
1326
1327 2007/01/24 Daniel Hoehne
1328
1329 * msignal/*.dat:
1330 - inserted missing third column (0) in all weights files
1331
1332
1333
1334 2007/01/18 Thomas Bretz
1335
1336 * mhflux/MHCollectionArea.cc:
1337 - another fix for the error calculation of the collection area.
1338 The totalarea was inluded in the error calculation as it would
1339 be a wait, but actually it is not.
1340
1341
1342
1343 2007/01/16 Thomas Bretz
1344
1345 * mfileio/MReadMarsFile.cc:
1346 - fixed two "comparison between signed and unsigned integer" warnings
1347
1348 * mhbase/MFillH.cc:
1349 - small update to comments
1350
1351 * mimage/MHHillasExt.cc:
1352 - call SetDirectory(NULL) after SetName
1353
1354 * mjobs/MSequence.[h,cc]:
1355 - commented out obsolete GetFileNames
1356
1357 * msignal/MExtractor.[h,cc]:
1358 - Some small updates
1359 - removed code from Process function
1360 - increased version number to 7
1361
1362 * msignal/MExtractedSignalPix.h:
1363 - some simple reordering in the class header
1364
1365 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1366 - simplified the checks in SetWindowSize
1367
1368 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
1369 - added third column with zeros
1370
1371
1372
1373 2007/01/16 Daniela Dorner
1374
1375 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
1376 datacenter/db/magicdefs.php:
1377 - implemented new variables for datasets
1378
1379
1380
1381 2007/01/15 Thomas Bretz
1382
1383 * mpedestal/MPedestalSubtract.cc:
1384 - added a sanity check tomake sure that the pixel array has the
1385 correct size when filled
1386 - made sure the the number of pixels in the camera nd not the
1387 number of connected pixels is used to initialize the size of
1388 the arrays.
1389
1390 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1391 - allow the initialization of nuber of pixels and samples
1392 independanly.
1393
1394
1395 2007/01/15 Daniela Dorner
1396
1397 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
1398 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
1399 datacenter/db/plotdb.php, datacenter/db/menu.php,
1400 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
1401 datacenter/db/datasetinfo.php:
1402 - fixed bug in init of $_GET
1403
1404
1405
1406 2007/01/12 Stefan Ruegamer
1407
1408 * datacenter/macros/writedatasetfile.C:
1409 - addded #include <errno.h>
1410
1411
1412
1413 2007/01/11 Thomas Bretz
1414
1415 * mbase/MLogManip.cc:
1416 - removed the obsolete include of MLog.h
1417
1418 * mbase/MLogManip.h:
1419 - encapsulated an include in ifdefs
1420
1421 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
1422 - updated log-output
1423
1424 * mhflux/MHEnergyEst.cc:
1425 - replaced difficult to see green by blue
1426
1427 * mjobs/MDataSet.[h,cc]:
1428 - added datat members for path of sequences and path of data files
1429 to be able to store overwritten defaults
1430 - check completeness of dataset files
1431 - store a MSequence object in the list instead of the name and dir
1432 (this is necessary to have all important information for a dataset
1433 file, including the sequence number! - available)
1434 - some changes to the output
1435 - allow to print a perfect copy of the read dataset file to the console
1436 just from the contents of the object
1437
1438 * mjobs/MJStar.cc:
1439 - updated to use MSequence::GetFileName instead of MSequence:GetName
1440
1441 * mjobs/MSequence.[h,cc]:
1442 - keep filename and datapath in header, this has some advantages
1443 for sanity checks
1444 - many improvements of sanity checking in case of missing or
1445 unaccessible files
1446 - Fixed "lightConditions" (was "LightCondition")
1447 - Fixed "No_Moon" (was "NoMoon")
1448 - allow to set the data path as second argument in the constructor
1449 - implemented a check whether the sequence file is complete
1450
1451 * mjobs/MJCut.[h,cc]:
1452 - added some code (still commented out) to display the excess rate
1453 - with the other changes we can now store the original dataset in
1454 the output
1455
1456 * mjoptim/MJOptimize.cc:
1457 - Keep the sequence files in the file list instead of just the
1458 filename and the directory
1459
1460 * mjtrain/MJTrainDisp.cc:
1461 - use return value of MDataSet::AddFilesOn/Off for a sanity check
1462
1463 * mjobs/MJob.[h,cc]:
1464 - removed obsolete fPathData and stuff
1465
1466 * callisto.cc, star.cc:
1467 - removed obsolete calls to MJob::SetPathData
1468
1469 * callisto.rc, star.rc:
1470 - removed obsolete examples for "PathData"-resource
1471
1472 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1473 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
1474 - removed obsolete reference to fPathData
1475
1476
1477
1478 2007/01/11 Daniela Dorner
1479
1480 * datacenter/db/builddatasets.php:
1481 - implemented username (the one who inserts the dataset has to give
1482 his/her username now)
1483 - fixed password query in case user inserted something wrong
1484 - implemented check, if on-sequences have different observations
1485 modes
1486 - implemented check, if user has chosen one sequences as on and off
1487 - adapted text of password prompt
1488
1489 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
1490 runinfo-aio.php, sequinfo-aio.php:
1491 - minor changes in formatting
1492 - added 'alt' for +/- images
1493
1494 * datacenter/db/menu.js:
1495 - added 'alt' for +/- images
1496
1497
1498
1499 2007/01/10 Thomas Bretz
1500
1501 * mhbase/MH.cc:
1502 - fixed a bug in SetBinomialErrors. The errors of the two
1503 histograms were exchanged in the calculation
1504
1505 * mbase/MEnv.[h,cc]:
1506 - added new member function GetNumUntouched
1507
Note: See TracBrowser for help on using the repository browser.