source: trunk/MagicSoft/Cosy/Changelog@ 915

Last change on this file since 915 was 915, checked in by tbretz, 24 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 2001/08/15 - Thomas Bretz:
107
108 * Added:
109 - Makefile.conf.general
110 - gui/Makefile
111 - base/Makefile
112 - candrv/Makefile
113 - catalog/Makefile
114 - slalib/Makefile
115 - videodev/Makefile
116 - devdrv/Makefile
117 - base/MThread.[h,cc]
118 - base/MTimeout.[h, cc]
119 - mgui/MGSkyPosition.[h, cc]
120 - catalog/Slalib.[h,cc]
121
122 * .cosyrc:
123 - changed names
124 - added HomeTime
125
126 * MCosy.[h,cc]:
127 - added home time
128 - added MTGui, MTTalk
129 - added reading environment
130
131 * Makefile, Makefile.conf.linux-gnu, Makefile.rules
132 - changed to Mars style
133
134 * Starguider.cc:
135 - changed include timer.g to base/timer.h
136
137 * Starguider.[h,cc]:
138 - renamed Execute to ProcessFrame
139
140 * cosy.cc:
141 - removed unnecessary includes
142
143 * base/MGList.h:
144 - added debug output
145
146 * base/msgqueue.cc:
147 - added comments
148
149 * base/msgqueue.h:
150 - made Break const
151
152 * candrv/canopen.[h,cc]:
153 - made CobId const
154
155 * candrv/network.[h,cc]:
156 - fixed typo
157 - StopReceiver -> VmodIcan::Stop
158 - made HasError const
159
160 * candrv/nodedrv.[h,cc]:
161 - added timeout to WaitForSdo
162
163 * candrv/sdolist.[h,cc]:
164 - made IsPending const
165
166 * candrv/vmodican.[h,cc]:
167 - changed ReceiveThread to new stylish MThread
168
169 * devdrv/macs.[h,cc]:
170 - changed SetHome to use a maximum positioning time
171 - added comments
172 - replaces SetSyncMode by StartPosSync and StartVelSync
173
174 * devdrv/shaftencoder.[h,cc]:
175 - removed gui thread (the update is done by MTGui now)
176
177 * gui/MGCosy.[h,cc]:
178 - some small changed
179 - removed fList->Delete()
180 - added MSkyPosition-Object
181 - gSystem->ExitLoop() replaced by gSystem->Terminate(0)
182
183 * videodev/Camera.[h,cc]:
184 - renamed Execute to ProcessFrame
185
186
187
188 2001/05/25 - Thomas Bretz:
189
190 * .cosyrc:
191 - added
192
193 * MCosy.[h,cc]:
194 - changed the error handling os SetPosition
195 - added resources from environment-file '.cosyrc'
196 - added WM_WAIT
197 - added support for Mac3 (Synchronisation)
198 - added software endswitch
199
200 * macs.[h,cc]:
201 - emhanced error handling
202 - added sync support
203
204 * timer.h:
205 - H(), M(), S() added
206
207 * network.[h,cc]:
208 - HasError() added
209
210 * nodedrv.[h,cc]:
211 - error flag handling added
212
213 * Magic.m:
214 - new version 0.62
215 - enhanced error handling
216 - sync support
217
218 * Starcatalog.[h,cc], Camera.cc, Filter.[h,cc], Writer.[h,cc],
219 MGImage.[h,cc]:
220 - changed type of image from char* to byte*
221
222 * MGCoordinate.[h,cc]:
223 - changed typed from UInt_t to Int_t
224
225
226 2001/04/10 - Thomas Bretz:
227
228 * Starguide.[h,cc]:
229 - added limiting magnitude to menu
230
231 * catalog/StarCatalog.cc, catalog/SaoFile.cc:
232 - exit if file cannot be opened
233
234 * catalog/File.[h,cc]:
235 - added !-operator
236 - warning output in case of a file which could not be opened
237
238
239 2001/04/09 - Thomas Bretz:
240
241 * First checkin
Note: See TracBrowser for help on using the repository browser.