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