source: trunk/MagicSoft/Cosy/Changelog@ 7785

Last change on this file since 7785 was 7785, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 6.2 KB
Line 
1 -*-*- END -*-*-
2 2006/07/11 Daniela Dorner
3
4 * main/MStarguider.[h,cc]:
5 - implemented function to disable and uncheck an entry in the menu
6
7 * main/MStarguider.cc:
8 - fixed bugs in (un)checking and en/disabeling items
9 - removed not needed if-clauses
10 - rearranged menu
11
12
13
14 2006/07/10 Thomas Bretz (La Palma)
15
16 * slalib/dat.c:
17 - added leap second from 1st January 2006
18
19
20
21 2006/06/29 Thomas Bretz
22
23 * main/MStarguider.cc:
24 - fixed a bug which gave a starguider mispointing which was wrong
25 by the pointing position.
26
27 * catalog/StarCatalog.cc:
28 - replaced some Float_t by Int_t
29
30
31
32 2006/06/28 Thomas Bretz
33
34 * main/MStargHistograms.[h,cc]:
35 - removed Center in units of Zd, Az
36
37 * main/MStarguider.cc:
38 - removed obsolete and dangerous sgcenterzdaz
39 - do not display the sky-centered rings if sky-center is invalid
40 (LEDs not detected)
41 - rais error in this case and send error state to CC
42 - added lower brighness limit of 30
43 - do not write pointingpos.txt and tracking_error.txt anymore
44
45 * caos/Ring.h:
46 - added Setter SetXY
47
48 * catalog/StarCatalog.cc:
49 - fixed that when checking for the region in which stars will
50 be searched only the y- but not the x-offset has been taken into
51 account
52 - added a small region around the region of interest because
53 the catalog position of visible stars might be out of the
54 search region
55 - commented out an obsolete function
56
57
58
59 2006/05/10 Thomas Bretz
60
61 * main/MStarguider.cc:
62 - fixed an error returning the correct value in CalcTrackingError
63 - added new value to Starguider report
64
65 * tcpip/MDriveCom.[h,cc]:
66 - added new value to starguider report
67
68
69
70 2006/03/23 - Daniela Dorner, Thomas Bretz
71
72 * main/MStarguider.[h,cc]:
73 - changed starguider algorithm
74
75
76
77 2006/03/19 - Daniela Dorner
78
79 * main/MStargHistograms.cc:
80 - changed name of tree from CaOs to Starg
81
82 * leds.txt, stargleds.txt:
83 - added new leds
84
85 * main/MCosy.cc:
86 - changed name of tpoint-files, which are written from Cosy, from
87 tpoint*.txt to old-tpoint*.txt
88
89 * main/MStarguider.[h,cc]:
90 - added StarguiderTpoint Button
91 - included 2 new variables to allow for the implementation of
92 StarguiderTpoints
93 - added writing of StarguiderTpoints to the function CalcTrackingError
94 - StarguiderTpoints are written to tpoint/starg_*.txt
95 - Tpoints are wriiten to tpoint/tpoint_*.txt
96 - added pulldown Mode to Menu
97 - cleaned Menu (removed not needed items, rearanged place of items
98 - removed expertmode
99 - implemented Tpoint- and Starguider-Mode (switches all needed item)
100 put some code into functions therefor
101 - implemented releasing of button, if no tpoint can be taken
102 - fixed small bugs in (un)checking items
103 - removed starguider analyis (writing root-files) from starguider mode to
104 stabilize the code
105 - added 'fGetter->ExitLoop()' before each 'delete fGetter'
106 - added SetDirectory(0) for histogram in starguider
107
108
109
110 2006/03/11 - Daniela Dorner
111
112 * tpoint/bending051124.txt:
113 - added
114
115
116
117 2005/08/29 - Daniela Dorner
118
119 * main/MStarguider.cc, tcpip/MDriveCom.[h,cc]:
120 - added to variables to the Starguider report
121
122
123
124 2005/08/22 - Thomas Bretz
125
126 * candrv/nodedrv.cc, main/MTracking.cc:
127 - fixed usage of MTime (MTime(-1) instead of MTime())
128
129
130
131 2005/08/22 - Thomas Bretz
132
133 * caos/Ring.[h,cc]:
134 - added a sanity check for the case a led entry == NULL
135
136 * caos/Rings.[h,cc]:
137 - code cleanup
138 - added a sanity check to CalcRings
139
140 * devdrv/shaftencoder.h:
141 - added new member function GetPosDirCorrected
142 - added new member function GetOffsetDirCorrected
143
144 * main/MStarguider.cc:
145 - set number of minimum required LEDs for the ring calculation
146 to 3. With two LEDs you can NEVER calculate a ring!
147 - added another sanity check in FindStars
148
149 * main/MTracking.cc:
150 - replaced ?:-operators by new functions Get*DirCorrected
151 - made sure that if both directions have changed the reset
152 really causes the correct values to be used immediatly!
153 - added some code for future use
154
155
156
157 2005/07/28 - Florian Goebel
158
159 * videodev/FilterLed.[cc,h]
160 - add GetMeanPositionCircle and FindStarCircle
161
162 * devdrv/shaftencoder.[cc,h]
163 - add: fDirHasChanged, fDirChangedPos, fDirChangedOffset,
164 fDirection, fHysteresisPos, fHysteresisNeg
165
166 * main/MCosy.cc
167 - set faster acceleration and Velocity parameters in TrackPositionGRB
168
169 * main/MPointing.cc
170 - correct bug which always set speed to LO-SPEED
171
172 * main/MStarguider.[cc,h]
173 - add new Popup "Operation" (functionality is not ready yet)
174 - add new procedure: FindRoqueLamp
175 - in MStarguider::FindStar now use Leds::FindStarCircle
176 (instead of Leds::FindStar)
177
178 * main/MTracking.cc
179 - calculate DirHasChanged etc.
180
181
182
183 2005/04/11 - Thomas Bretz
184
185 * main/MTracking.cc:
186 - allow to send velocity and request position twice
187 - enhanced some debugging output
188
189 * candrv/network.[h,cc]:
190 - implemented PrintError
191
192 * candrv/nodedrv.[h,cc]:
193 - implemented new argument (zombie) to WaitForSdo which allows
194 to mark a missing CANbus message as non-critical
195
196
197
198 2005/03/21 - Thomas Bretz
199
200 * tcpip/MDriveCom.[h,cc]:
201 - added a missing white space behind the brightness and
202 fixed the wrong units of Zd/Az in the starguider report
203
204
205
206 2005/03/17 - Thomas Bretz
207
208 * main/MCosy.[h,cc]:
209 - implemented WM_GRB and TrackPositionGRB for GRB mode
210
211 * main/MStarguider.cc:
212 - added 'status' to FINDSTAR-REPORT
213 - send STARG-REPORT only if Starguider is switched on
214 - enhanced output in starguider report
215
216 * tcpip/MCeCoCom.cc:
217 - tried to backengineer the CC-REPORT because it is not documented
218 in the CC TDAS
219 - changed critical values for windspeed from 10/20/30 to 30/40/50
220
221 * tcpip/MDriveCom.[h,cc]:
222 - implemented handling of GRB command
223 - enhanced SendStargReport. Starguider Report now:
224 misszd[%05.3f] missaz[%05.3f]
225 nomzd[%c %03d %02d %03d] nomaz[%c %03d %02d %03d]
226 centerx[%05.1f] centery[%05.1f] n[%04d]
227 bright[%03.1f] mjd[%12.6f]
Note: See TracBrowser for help on using the repository browser.