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