source: trunk/MagicSoft/Cosy/Changelog@ 913

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