source: trunk/MagicSoft/Cosy/Changelog@ 918

Last change on this file since 918 was 918, checked in by tbretz, 24 years ago
*** empty log message ***
File size: 6.7 KB
Line 
1 -*-*- END -*-*-
2 2001/08/29 - Thomas Bretz:
3
4 * MCosy.[cc,h]:
5 - added fStatus support and update
6 - added some new function to outsource some code from
7 positioning and tracking algorithms
8 - TerminateApp now sends WM_QUIT
9 - removed comments with old GUI thread
10 -
11
12 * base/MGList.h:
13 - added DBG_MGLIST for debugging
14
15 * devdrv/shaftencoder.[h,cc]:
16 - removed old updating thread stuff
17
18 * gui/MGAccuracy.[h,cc]:
19 - added more accurate calculation of one dimensional
20 tracking error value
21
22 * gui/MGCoordinate.cc:
23 - removed logging statement from destructor
24
25 * gui/MGCosy.cc:
26 - changed layout of dialog
27 - added layout manager
28 - added status frame
29 - added tabs
30 - added status display and update
31
32 * gui/MGEmbeddedCanvas.cc:
33 - enhanced size by 1
34
35 * gui/MGSkyPosition.cc:
36 - removed debugging output
37
38 * gui/MGVelocity.cc:
39 - the factor 4 is now applied outside of the dialog.
40
41
42
43 2001/08/23 - Thomas Bretz:
44
45 * gui/MGEmbeddedCanvas.[h,cc]:
46 - added
47
48 * gui/MGVelocity.[h,cc]:
49 - added
50
51 * MCosy.[h,cc]:
52 - added GetRePosPdo
53 - changed fOffset to an offset between the se and re system
54 - changed old fOffset to fTrackingError which gives you a good
55 estimate what the tracking error really is
56 - changed the weighting of fOffset from 0.1 to 0.3
57 - reordered some statements for a better overview
58 - changed update of GUI from thread to a timer (s.HandleTimer)
59
60 * Makefile:
61 - added libpthread.a
62 - reordered libraries
63
64 * gui/MGAccuracy.[h,cc]:
65 - changed the layout
66 - make use of TGaxis
67 - added the numbers as text into canvas
68 - added a title
69 - derived from MEmbeddedCanvas
70
71 * gui/MGCosy.[h,cc]:
72 - changed layout
73 - added canvas for velocity
74 - added canvas for offset
75
76 * gui/MGSkyPosition.[h,cc]:
77 - added position as text
78 - added axis labels
79 - derived from MEmbeddedCanvas
80 - reorganized parts of the existing code
81
82
83
84 2001/08/17 - Thomas Bretz:
85
86 * Added:
87 - catalog/SlaStars.cc
88 - catalog/SlaStars.h
89 - catalog/SlaPlanets.cc
90 - catalog/SlaPlanets.h
91 - gui/MGAccuracy.cc
92 - gui/MGAccuracy.h
93
94 * MCosy.[h,cc]:
95 - removed dependance from MGSkyPosition
96 - changed Timer function names
97 - moved timer calls into Slalib calls
98 - changed Slalib to SlaStars
99 - added fAccuracy
100 - added accuracy display to MTGui
101
102 * Makefile:
103 - changed order of libraries
104
105 * Starguider.cc:
106 - changed Timer function names
107
108 * base/timer.[h,cc]
109 - changed GetTime -> Now
110 - changed GetMjd -> CalcMjd
111
112 * catalog/Makefile:
113 - added new file SlaStars.cc
114 - added new file SlaPlanets.cc
115
116 * catalog/Slalib.[h,cc]:
117 - moved star dependent functions to derived class SlaStars
118 - changed name of Set to SetMjd
119 - made SetMjd virtual
120 - derives from Timer now
121 - added conversion function for XYZ->ZdAz
122
123 * catalog/StarCatalog.cc:
124 - moved timer calls into Slalib calls
125 - changed Slalib to SlaStars
126
127 * devdrv/macs.cc:
128 - changed names of timer function calls
129
130 * devdrv/shaftencoder.cc:
131 - changed names of timer function calls
132 - changed some cout's to lout's
133
134 * gui/MGCosy.[h,cc]:
135 - added fAccuracy
136 - moved timer calls into Slalib calls
137 - changed Slalib to SlaStars
138
139 * gui/MGSkyPosition.[h,cc]:
140 - added display of planet positions
141
142 * slalib/Makefile:
143 - added missing files
144
145
146
147 2001/08/15 - Thomas Bretz:
148
149 * Added:
150 - Makefile.conf.general
151 - gui/Makefile
152 - base/Makefile
153 - candrv/Makefile
154 - catalog/Makefile
155 - slalib/Makefile
156 - videodev/Makefile
157 - devdrv/Makefile
158 - base/MThread.[h,cc]
159 - base/MTimeout.[h, cc]
160 - mgui/MGSkyPosition.[h, cc]
161 - catalog/Slalib.[h,cc]
162
163 * .cosyrc:
164 - changed names
165 - added HomeTime
166
167 * MCosy.[h,cc]:
168 - added home time
169 - added MTGui, MTTalk
170 - added reading environment
171
172 * Makefile, Makefile.conf.linux-gnu, Makefile.rules
173 - changed to Mars style
174
175 * Starguider.cc:
176 - changed include timer.g to base/timer.h
177
178 * Starguider.[h,cc]:
179 - renamed Execute to ProcessFrame
180
181 * cosy.cc:
182 - removed unnecessary includes
183
184 * base/MGList.h:
185 - added debug output
186
187 * base/msgqueue.cc:
188 - added comments
189
190 * base/msgqueue.h:
191 - made Break const
192
193 * candrv/canopen.[h,cc]:
194 - made CobId const
195
196 * candrv/network.[h,cc]:
197 - fixed typo
198 - StopReceiver -> VmodIcan::Stop
199 - made HasError const
200
201 * candrv/nodedrv.[h,cc]:
202 - added timeout to WaitForSdo
203
204 * candrv/sdolist.[h,cc]:
205 - made IsPending const
206
207 * candrv/vmodican.[h,cc]:
208 - changed ReceiveThread to new stylish MThread
209
210 * devdrv/macs.[h,cc]:
211 - changed SetHome to use a maximum positioning time
212 - added comments
213 - replaces SetSyncMode by StartPosSync and StartVelSync
214
215 * devdrv/shaftencoder.[h,cc]:
216 - removed gui thread (the update is done by MTGui now)
217
218 * gui/MGCosy.[h,cc]:
219 - some small changed
220 - removed fList->Delete()
221 - added MSkyPosition-Object
222 - gSystem->ExitLoop() replaced by gSystem->Terminate(0)
223
224 * videodev/Camera.[h,cc]:
225 - renamed Execute to ProcessFrame
226
227
228
229 2001/05/25 - Thomas Bretz:
230
231 * .cosyrc:
232 - added
233
234 * MCosy.[h,cc]:
235 - changed the error handling os SetPosition
236 - added resources from environment-file '.cosyrc'
237 - added WM_WAIT
238 - added support for Mac3 (Synchronisation)
239 - added software endswitch
240
241 * macs.[h,cc]:
242 - emhanced error handling
243 - added sync support
244
245 * timer.h:
246 - H(), M(), S() added
247
248 * network.[h,cc]:
249 - HasError() added
250
251 * nodedrv.[h,cc]:
252 - error flag handling added
253
254 * Magic.m:
255 - new version 0.62
256 - enhanced error handling
257 - sync support
258
259 * Starcatalog.[h,cc], Camera.cc, Filter.[h,cc], Writer.[h,cc],
260 MGImage.[h,cc]:
261 - changed type of image from char* to byte*
262
263 * MGCoordinate.[h,cc]:
264 - changed typed from UInt_t to Int_t
265
266
267 2001/04/10 - Thomas Bretz:
268
269 * Starguide.[h,cc]:
270 - added limiting magnitude to menu
271
272 * catalog/StarCatalog.cc, catalog/SaoFile.cc:
273 - exit if file cannot be opened
274
275 * catalog/File.[h,cc]:
276 - added !-operator
277 - warning output in case of a file which could not be opened
278
279
280 2001/04/09 - Thomas Bretz:
281
282 * First checkin
Note: See TracBrowser for help on using the repository browser.