source: trunk/MagicSoft/Cosy/Changelog@ 7773

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