source: trunk/MagicSoft/Cosy/Changelog@ 7781

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