source: trunk/MagicSoft/Mars/Changelog@ 8506

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