source: trunk/MagicSoft/Mars/Changelog@ 8251

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