source: trunk/MagicSoft/Mars/Changelog@ 8249

Last change on this file since 8249 was 8249, checked in by Daniela Dorner, 18 years ago
*** empty log message ***
File size: 4.0 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/01/15 Daniela Dorner
22
23 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
24 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
25 datacenter/db/plotdb.php, datacenter/db/menu.php,
26 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
27 datacenter/db/datasetinfo.php:
28 - fixed bug in init of $_GET
29
30
31
32 2007/01/12 Stefan Ruegamer
33
34 * datacenter/macros/writedatasetfile.C:
35 - addded #include <errno.h>
36
37
38
39 2007/01/11 Thomas Bretz
40
41 * mbase/MLogManip.cc:
42 - removed the obsolete include of MLog.h
43
44 * mbase/MLogManip.h:
45 - encapsulated an include in ifdefs
46
47 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
48 - updated log-output
49
50 * mhflux/MHEnergyEst.cc:
51 - replaced difficult to see green by blue
52
53 * mjobs/MDataSet.[h,cc]:
54 - added datat members for path of sequences and path of data files
55 to be able to store overwritten defaults
56 - check completeness of dataset files
57 - store a MSequence object in the list instead of the name and dir
58 (this is necessary to have all important information for a dataset
59 file, including the sequence number! - available)
60 - some changes to the output
61 - allow to print a perfect copy of the read dataset file to the console
62 just from the contents of the object
63
64 * mjobs/MJStar.cc:
65 - updated to use MSequence::GetFileName instead of MSequence:GetName
66
67 * mjobs/MSequence.[h,cc]:
68 - keep filename and datapath in header, this has some advantages
69 for sanity checks
70 - many improvements of sanity checking in case of missing or
71 unaccessible files
72 - Fixed "lightConditions" (was "LightCondition")
73 - Fixed "No_Moon" (was "NoMoon")
74 - allow to set the data path as second argument in the constructor
75 - implemented a check whether the sequence file is complete
76
77 * mjobs/MJCut.[h,cc]:
78 - added some code (still commented out) to display the excess rate
79 - with the other changes we can now store the original dataset in
80 the output
81
82 * mjoptim/MJOptimize.cc:
83 - Keep the sequence files in the file list instead of just the
84 filename and the directory
85
86 * mjtrain/MJTrainDisp.cc:
87 - use return value of MDataSet::AddFilesOn/Off for a sanity check
88
89 * mjobs/MJob.[h,cc]:
90 - removed obsolete fPathData and stuff
91
92 * callisto.cc, star.cc:
93 - removed obsolete calls to MJob::SetPathData
94
95 * callisto.rc, star.rc:
96 - removed obsolete examples for "PathData"-resource
97
98 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
99 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
100 - removed obsolete reference to fPathData
101
102
103
104 2007/01/11 Daniela Dorner
105
106 * datacenter/db/builddatasets.php:
107 - implemented username (the one who inserts the dataset has to give
108 his/her username now)
109 - fixed password query in case user inserted something wrong
110 - implemented check, if on-sequences have different observations
111 modes
112 - implemented check, if user has chosen one sequences as on and off
113 - adapted text of password prompt
114
115 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
116 runinfo-aio.php, sequinfo-aio.php:
117 - minor changes in formatting
118 - added 'alt' for +/- images
119
120 * datacenter/db/menu.js:
121 - added 'alt' for +/- images
122
123
124
125 2007/01/10 Thomas Bretz
126
127 * mhbase/MH.cc:
128 - fixed a bug in SetBinomialErrors. The errors of the two
129 histograms were exchanged in the calculation
130
131 * mbase/MEnv.[h,cc]:
132 - added new member function GetNumUntouched
133
Note: See TracBrowser for help on using the repository browser.