source: trunk/MagicSoft/Mars/Changelog@ 8336

Last change on this file since 8336 was 8336, checked in by hoehne, 18 years ago
*** empty log message ***
File size: 16.9 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2007/02/26 Daniela Dorner
22
23 * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
24 datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
25 datacenter/db/include.php, datacenter/db/menu.php, :
26 - bugfix: the stopdate was not choses properly in case of reset
27 when there was no data past midnight
28 - a new function (GetStopDate) has been implemented
29 - bugfix in PrintNightRange (table Sequences was used in all cases)
30
31
32
33 2007/02/26 Daniel Hoehne
34
35 * datacenter/macros/fillstar.C:
36 - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
37 a surplus "s" in the variable "sparkrate")
38
39 * datacenter/db/magicdefs.php, menu.php:
40 - added fSparkRate
41
42
43
44 2007/02/16
45
46 * RELEASE 1.0
47
48
49
50 2007/02/16 Thomas Bretz
51
52 * macros/starvisyear.C:
53 - changed default observator to magic
54 - fixed some typos in comments
55
56 * mastro/MAstro.[h,cc]:
57 - added a new function to estimate the time of culmination
58 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
59
60 * mastro/MObservatory.cc:
61 - fixed the Print() output
62
63 * mbase/MMath.h:
64 - removed conversion factor to and from Hours
65
66 * mjobs/MSequence.cc:
67 - added a / behind the date (for the output in case of failure)
68
69 * mmc/MMcFadcHeader.[hxx,cxx]:
70 - added fElecNoiseName for compatibility with camera program
71 - increased ClassVersion by 1
72
73 * mraw/MRawRunHeader.[h,cc]:
74 - increased class version by 1 for compatibility with output
75 of newer camera versions
76
77 * resources/sequences.rc:
78 - changed the sequence.rc file to support new MUX data
79
80
81
82 2007/02/15 Thomas Bretz
83
84 * macros/tutorials/mirrordelay.C:
85 - added a macro plotting the delay between a spherical and a
86 parabolic mirror
87
88 * mjobs/MJStar.cc:
89 - implemented new plots for IPR vs. Time and DT
90
91
92
93 2007/02/13 Thomas Bretz
94
95 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
96 - added new resource files for hi-/lo-gain calibration.
97
98 * resources/hiloconv-*.root:
99 - added hi-/lo-gain calibration constants
100
101 * callisto_Dec04Jan05.rc:
102 - changed input file name for hi-/lo-gain calibration constants
103
104 * mreflector/MHReflector.[h,cc]:
105 - added histogram class for reflected photons
106
107 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
108 - added MHReflector and necessary include paths
109
110 * mbase/MLog.h:
111 - fixed a bug in Separator which could cause a crash if the contents
112 are too long
113
114 * manalysis/MParameterCalc.cc:
115 - check for HasValidRule instead of IsValid in ReadEnv
116
117 * mdata/MDataPhrase.h:
118 - added HasValidRule member function
119
120 * mfileio/MReadRflFile.[h,cc]:
121 - allow also reading of gzip-compressed files
122 - output more header information
123 - don't use a const qualified TString with gSystem->ExpandPathName
124
125 * mjobs/MJPedestal.cc:
126 - readin bad pixels from ascii file later
127
128 * mmc/MMcEvtBasic.h:
129 - added a static member function GetEnergyStr to convert
130 GeV into MeV and TeV
131
132 * mpointing/MPointingDevCalc.h:
133 - increased size of fSkip by one
134
135 * mextralgo/MExtralgoSpline.h:
136 - fixed acompiler warning
137
138
139
140 2007/02/09 Daniel Hoehne
141
142 * datacenter/scripts/linkmc
143 - adapted to new montecarlo directory structure (/magic/montecarlo
144 instead of /montecarlo)
145
146
147
148 2007/02/09 Thomas Bretz
149
150 * star.rc:
151 - added new options
152 - reordering
153
154 * mbase/MStatusDisplay.cc:
155 - updated from 2006 to 2007
156
157 * mfbase/MFDataPhrase.cc:
158 - fixed ReadEnv to correctly return true/false
159
160 * mjobs/MJStar.cc:
161 - added new tabs "Spakless" and "Sparks" dividing the average
162 signal tab into two distributions by a SparkCut
163 - replaced all MF by MFDataPhrase
164
165 * mjobs/MJCalibrateSignal.cc:
166 - changed the extraction range used in the lo-gains from the
167 hi-gain range to the lo-gain range
168
169 * datacenter/macros/fillstar.C:
170 - added filling the spark rate into the database
171 - the rate after cleaning is now without sparks!
172
173
174
175 2007/02/06 Thomas Bretz
176
177 * mpointing/MPointingDevCalc.cc:
178 - included check for monitoring flag
179
180 * mextralgo/MExtralgoSpline.[h,cc]:
181 - implemented the possibility to determine the pulse width at
182 maxheight/2
183
184
185
186 2007/02/04 Daniela Dorner
187
188 * datacenter/scripts/sourcefile:
189 - added if-clause to avoid that a script is aborted in case a macro
190 doesn't compile, return code is set to 1 in this case
191
192
193
194 2007/02/04 Thomas Bretz
195
196 * mjobs/MJCalibration.cc:
197 - implemented Hi-/Lo-Gain calibration for MCs
198
199 * mjobs/MJPedestal.cc:
200 - removed intermediate pedestalstorage from code (its
201 result is not used at all)
202
203 * datacenter/macros/fillsignal.C:
204 - replaced GetMediandev by GetDev
205
206 * callisto.rc, callisto_Dec04Jan05.rc:
207 - changed ExtractWinLeft/Right according to new scheme
208
209 * mhcalib/MHCalibrationChargeCam.[h,cc]:
210 - removed obsolete data members fFirstHiGain, etc and
211 replaced by storage of fSignal
212 - made sure that the average extracted signal position
213 is at least one slice away from the edges of the
214 extraction window
215
216 * mjobs/MJPedestal.cc:
217 - reworked the pulse position check. It now better takes
218 the properties of the extractors into account.
219 Still to be done: relation between pulse position and
220 extraction window!
221
222 * msignal/MExtractBlindPixel.[h,cc],
223 msignal/MExtractPINDiode.[h,cc]:
224 - fixed arguments type of SetRange
225
226 * msignal/MExtractTime.cc:
227 - removed old obsolete code already in comments
228
229 * msignal/MExtractTimeAndCharge.h:
230 - added getter for LoGainStartShift
231
232 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
233 msignal/MExtractTimeAndChargeSpline.[h,cc],
234 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
235 - changed the type of LoGainFirst from byte to int
236 - if necessary increased class version
237
238 * mpedestal/MExtractPedestal.cc:
239 - improved output
240
241 * mhcalib/MHCalibrationChargeCam.cc:
242 - fixed a %3.1 instead of %3.1f
243
244
245
246 2007/02/03 Thomas Bretz
247
248 * mhist/MHCamEvent.[h,cc]:
249 - added Draw function to context menu
250 - added GetHist member functions
251 - added possibility to display the relative error
252
253 * mjobs/MJCalibration.cc:
254 - read the hi-/lo-gain calibration constants from a MHCamEvent
255 which is stored in a root file given in resources/hilocalib.rc
256
257 * msignal/MExtractTimeAndCharge.cc:
258 - improved the estimation in GetSaturationTime for the cases in
259 which the saturating pulse is so early, that an normal
260 interpolation is not appropriate.
261
262 * callisto_DecJan04.rc:
263 - set fall- and rise-time for spline artificially to 0.5
264
265 * mhbase/MFillH.cc:
266 - added comments
267
268 * mpedestal/MExtractPedestal.[h,cc],
269 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
270 - fixed the range check.In case of the lo-gain extraction
271 the range could infact leak out of the fadc slices
272
273 * msignal/MExtractTimeAndCharge.[h,cc]:
274 - added somecomments
275 - forbid the lo-gain signal to be negative
276 - increased version number for compatibility with last release
277
278 * msignal/MExtractTimeAndChargeSpline.cc:
279 - set the correct numbers for rise- and fall-time as default
280
281 * mbase/MStatusArray.[h,cc]:
282 - improved workaround in Read() and Write() for the Reset
283 of the kCanDelete bit in TH1
284
285 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
286 - commented out obsolete references to *HiLoCam
287
288 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
289 mcalib/CalibLinkDef.h:
290 - removed *HiLoCam s
291
292
293
294 2007/02/02 Thomas Bretz
295
296 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
297 - added new Fill functions allowing to fill photons versus
298 a z-value, e.g. energy.
299
300
301
302 2007/02/01 Thomas Bretz
303
304 * mhist/MHCamEvent.[h,cc]:
305 - allow to set a histogram for display from external
306
307 * mhist/MHCamera.[h,cc]:
308 - added functions to calc Median/Dev
309 - fixed adding a MHCamera with AddCamContent. It now takes also
310 the errors and binentries correctly into account
311 - simplified Reset() using TArray::Reset()
312
313 * mhvstime/MHSectorVsTime.[h,cc]:
314 - added option to use median/dev instead of mean/rms
315 - switched Grid on
316
317 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
318 - small improvements to splitting number rows
319 - handle possible tabs correctly
320
321 * mbase/MStatusArray.[h,cc]:
322 - improved handling in Read(). We make sure now that Read doesn't
323 produce a memory leak
324
325 * mhist/MHCamera.[h,cc]:
326 - overwrote Clone function to make sure that a cloned MHCamera
327 is never added to the current directory
328
329 * mcamera/MCameraTH.h:
330 - added a workaround to get rid of the obsolete discriminator thresholds
331 for the non-trigger pixels
332
333 * mreport/MReportCC.cc:
334 - added a sanity \o-Terminator to the dicriminator threshold extraction
335
336
337
338
339 2007/01/30 Thomas Bretz
340
341 * mbadpixels/MBadPixelsCam.[h,cc]:
342 - added function to return the uncalibrated and unsuitable
343 pixels as TArrayC (to be used in MHCamera)
344
345 * mhcalib/MHCalibrationChargeCam.cc:
346 - added a FIXME-comment
347
348 * mhist/MHCamEvent.[h,cc]:
349 - added an option to change the kind of error which is displayed
350 - consequently increased version number by 1
351
352 * mhist/MHCamera.[h,cc]:
353 - added a new bit to allow the error to be switched between
354 mean and spread
355
356 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
357 - adapted to changes in error display
358
359
360
361 2007/01/27 Thomas Bretz
362
363 * manalysis/MMcCalibrationUpdate.cc:
364 - fixed a typo in a comment
365
366 * mcalib/MCalibrateData.[h,cc]:
367 - commented out some obsolete currently unused code
368
369 * mdata/MDataPhrase.cc:
370 - added a sanity check
371
372 * mpedestal/MMcPedestalCopy.cc:
373 - Changed output to fit the structure used in all other classes
374
375 * mmain/MEventDisplay.cc:
376 - made sure that MPedestalSubtract dies the right thing
377 - removed badpixel calculation and treatment until a better
378 solution was found.
379
380 * mfbase/MFDataPhrase.cc:
381 - fixed a "comparison is always true" warning
382
383 * msignal/MExtractTimeAndChargeDigitalFilter.h:
384 - increased class version number to 3 to account for the removal
385 of the fTimeShift data members since last release
386
387
388
389 2007/01/27 Daniela Dorner
390
391 * datacenter/db/showplots.php:
392 - added (tool to click through the calib, signal and star plots of
393 one sequence)
394
395 * datacenter/db/index.html:
396 - added link to new plot tool
397
398 * datacenter/db/ganymed.php:
399 - added fDataSetName, removed fWobble
400 - removed mininmum value of 100 for dataset range
401
402 * datacenter/db/builddatasets.php:
403 - added fIsoInLimit2 and fIMCLimit2 in Init
404 - added check on observation mode
405
406
407
408 2007/01/26 Thomas Bretz
409
410 * mpedestal/MExtractPedestal.cc:
411 - fixed a bug which caused the pedestal to be set to 0 if the
412 AB-flag is invalid
413
414
415
416 2007/01/25 Thomas Bretz
417
418 * mreflector/MRflSinglePhoton.h:
419 - added copy constructor
420 - added a function to fill a TH2
421
422 * mreflector/MRflEvtData.[h,cc]:
423 - added copy costructor
424 - added Clone function
425 - added a function to fill a TH2
426
427
428
429 2007/01/24 Thomas Bretz
430
431 * mhflux/MHCollectionArea.cc:
432 - fixed a typo in the last change
433
434
435
436 2007/01/24 Daniel Hoehne
437
438 * msignal/*.dat:
439 - inserted missing third column (0) in all weights files
440
441
442
443 2007/01/18 Thomas Bretz
444
445 * mhflux/MHCollectionArea.cc:
446 - another fix for the error calculation of the collection area.
447 The totalarea was inluded in the error calculation as it would
448 be a wait, but actually it is not.
449
450
451
452 2007/01/16 Thomas Bretz
453
454 * mfileio/MReadMarsFile.cc:
455 - fixed two "comparison between signed and unsigned integer" warnings
456
457 * mhbase/MFillH.cc:
458 - small update to comments
459
460 * mimage/MHHillasExt.cc:
461 - call SetDirectory(NULL) after SetName
462
463 * mjobs/MSequence.[h,cc]:
464 - commented out obsolete GetFileNames
465
466 * msignal/MExtractor.[h,cc]:
467 - Some small updates
468 - removed code from Process function
469 - increased version number to 7
470
471 * msignal/MExtractedSignalPix.h:
472 - some simple reordering in the class header
473
474 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
475 - simplified the checks in SetWindowSize
476
477 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
478 - added third column with zeros
479
480
481
482 2007/01/16 Daniela Dorner
483
484 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
485 datacenter/db/magicdefs.php:
486 - implemented new variables for datasets
487
488
489
490 2007/01/15 Thomas Bretz
491
492 * mpedestal/MPedestalSubtract.cc:
493 - added a sanity check tomake sure that the pixel array has the
494 correct size when filled
495 - made sure the the number of pixels in the camera nd not the
496 number of connected pixels is used to initialize the size of
497 the arrays.
498
499 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
500 - allow the initialization of nuber of pixels and samples
501 independanly.
502
503
504 2007/01/15 Daniela Dorner
505
506 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
507 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
508 datacenter/db/plotdb.php, datacenter/db/menu.php,
509 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
510 datacenter/db/datasetinfo.php:
511 - fixed bug in init of $_GET
512
513
514
515 2007/01/12 Stefan Ruegamer
516
517 * datacenter/macros/writedatasetfile.C:
518 - addded #include <errno.h>
519
520
521
522 2007/01/11 Thomas Bretz
523
524 * mbase/MLogManip.cc:
525 - removed the obsolete include of MLog.h
526
527 * mbase/MLogManip.h:
528 - encapsulated an include in ifdefs
529
530 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
531 - updated log-output
532
533 * mhflux/MHEnergyEst.cc:
534 - replaced difficult to see green by blue
535
536 * mjobs/MDataSet.[h,cc]:
537 - added datat members for path of sequences and path of data files
538 to be able to store overwritten defaults
539 - check completeness of dataset files
540 - store a MSequence object in the list instead of the name and dir
541 (this is necessary to have all important information for a dataset
542 file, including the sequence number! - available)
543 - some changes to the output
544 - allow to print a perfect copy of the read dataset file to the console
545 just from the contents of the object
546
547 * mjobs/MJStar.cc:
548 - updated to use MSequence::GetFileName instead of MSequence:GetName
549
550 * mjobs/MSequence.[h,cc]:
551 - keep filename and datapath in header, this has some advantages
552 for sanity checks
553 - many improvements of sanity checking in case of missing or
554 unaccessible files
555 - Fixed "lightConditions" (was "LightCondition")
556 - Fixed "No_Moon" (was "NoMoon")
557 - allow to set the data path as second argument in the constructor
558 - implemented a check whether the sequence file is complete
559
560 * mjobs/MJCut.[h,cc]:
561 - added some code (still commented out) to display the excess rate
562 - with the other changes we can now store the original dataset in
563 the output
564
565 * mjoptim/MJOptimize.cc:
566 - Keep the sequence files in the file list instead of just the
567 filename and the directory
568
569 * mjtrain/MJTrainDisp.cc:
570 - use return value of MDataSet::AddFilesOn/Off for a sanity check
571
572 * mjobs/MJob.[h,cc]:
573 - removed obsolete fPathData and stuff
574
575 * callisto.cc, star.cc:
576 - removed obsolete calls to MJob::SetPathData
577
578 * callisto.rc, star.rc:
579 - removed obsolete examples for "PathData"-resource
580
581 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
582 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
583 - removed obsolete reference to fPathData
584
585
586
587 2007/01/11 Daniela Dorner
588
589 * datacenter/db/builddatasets.php:
590 - implemented username (the one who inserts the dataset has to give
591 his/her username now)
592 - fixed password query in case user inserted something wrong
593 - implemented check, if on-sequences have different observations
594 modes
595 - implemented check, if user has chosen one sequences as on and off
596 - adapted text of password prompt
597
598 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
599 runinfo-aio.php, sequinfo-aio.php:
600 - minor changes in formatting
601 - added 'alt' for +/- images
602
603 * datacenter/db/menu.js:
604 - added 'alt' for +/- images
605
606
607
608 2007/01/10 Thomas Bretz
609
610 * mhbase/MH.cc:
611 - fixed a bug in SetBinomialErrors. The errors of the two
612 histograms were exchanged in the calculation
613
614 * mbase/MEnv.[h,cc]:
615 - added new member function GetNumUntouched
616
Note: See TracBrowser for help on using the repository browser.