| 1 | -*-*- END -*-*-
|
|---|
| 2 | 2001/08/23 - Thomas Bretz:
|
|---|
| 3 |
|
|---|
| 4 | * gui/MGEmbeddedCanvas.[h,cc]:
|
|---|
| 5 | - added
|
|---|
| 6 |
|
|---|
| 7 | * gui/MGVelocity.[h,cc]:
|
|---|
| 8 | - added
|
|---|
| 9 |
|
|---|
| 10 | * MCosy.[h,cc]:
|
|---|
| 11 | - added GetRePosPdo
|
|---|
| 12 | - changed fOffset to an offset between the se and re system
|
|---|
| 13 | - changed old fOffset to fTrackingError which gives you a good
|
|---|
| 14 | estimate what the tracking error really is
|
|---|
| 15 | - changed the weighting of fOffset from 0.1 to 0.3
|
|---|
| 16 | - reordered some statements for a better overview
|
|---|
| 17 | - changed update of GUI from thread to a timer (s.HandleTimer)
|
|---|
| 18 |
|
|---|
| 19 | * Makefile:
|
|---|
| 20 | - added libpthread.a
|
|---|
| 21 | - reordered libraries
|
|---|
| 22 |
|
|---|
| 23 | * gui/MGAccuracy.[h,cc]:
|
|---|
| 24 | - changed the layout
|
|---|
| 25 | - make use of TGaxis
|
|---|
| 26 | - added the numbers as text into canvas
|
|---|
| 27 | - added a title
|
|---|
| 28 | - derived from MEmbeddedCanvas
|
|---|
| 29 |
|
|---|
| 30 | * gui/MGCosy.[h,cc]:
|
|---|
| 31 | - changed layout
|
|---|
| 32 | - added canvas for velocity
|
|---|
| 33 | - added canvas for offset
|
|---|
| 34 |
|
|---|
| 35 | * gui/MGSkyPosition.[h,cc]:
|
|---|
| 36 | - added position as text
|
|---|
| 37 | - added axis labels
|
|---|
| 38 | - derived from MEmbeddedCanvas
|
|---|
| 39 | - reorganized parts of the existing code
|
|---|
| 40 |
|
|---|
| 41 | * devdrv/macs.cc:
|
|---|
| 42 | - changed some output from cout to lout
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 | 2001/08/17 - Thomas Bretz:
|
|---|
| 47 |
|
|---|
| 48 | * Added:
|
|---|
| 49 | - catalog/SlaStars.cc
|
|---|
| 50 | - catalog/SlaStars.h
|
|---|
| 51 | - catalog/SlaPlanets.cc
|
|---|
| 52 | - catalog/SlaPlanets.h
|
|---|
| 53 | - gui/MGAccuracy.cc
|
|---|
| 54 | - gui/MGAccuracy.h
|
|---|
| 55 |
|
|---|
| 56 | * MCosy.[h,cc]:
|
|---|
| 57 | - removed dependance from MGSkyPosition
|
|---|
| 58 | - changed Timer function names
|
|---|
| 59 | - moved timer calls into Slalib calls
|
|---|
| 60 | - changed Slalib to SlaStars
|
|---|
| 61 | - added fAccuracy
|
|---|
| 62 | - added accuracy display to MTGui
|
|---|
| 63 |
|
|---|
| 64 | * Makefile:
|
|---|
| 65 | - changed order of libraries
|
|---|
| 66 |
|
|---|
| 67 | * Starguider.cc:
|
|---|
| 68 | - changed Timer function names
|
|---|
| 69 |
|
|---|
| 70 | * base/timer.[h,cc]
|
|---|
| 71 | - changed GetTime -> Now
|
|---|
| 72 | - changed GetMjd -> CalcMjd
|
|---|
| 73 |
|
|---|
| 74 | * catalog/Makefile:
|
|---|
| 75 | - added new file SlaStars.cc
|
|---|
| 76 | - added new file SlaPlanets.cc
|
|---|
| 77 |
|
|---|
| 78 | * catalog/Slalib.[h,cc]:
|
|---|
| 79 | - moved star dependent functions to derived class SlaStars
|
|---|
| 80 | - changed name of Set to SetMjd
|
|---|
| 81 | - made SetMjd virtual
|
|---|
| 82 | - derives from Timer now
|
|---|
| 83 | - added conversion function for XYZ->ZdAz
|
|---|
| 84 |
|
|---|
| 85 | * catalog/StarCatalog.cc:
|
|---|
| 86 | - moved timer calls into Slalib calls
|
|---|
| 87 | - changed Slalib to SlaStars
|
|---|
| 88 |
|
|---|
| 89 | * devdrv/macs.cc:
|
|---|
| 90 | - changed names of timer function calls
|
|---|
| 91 |
|
|---|
| 92 | * devdrv/shaftencoder.cc:
|
|---|
| 93 | - changed names of timer function calls
|
|---|
| 94 | - changed some cout's to lout's
|
|---|
| 95 |
|
|---|
| 96 | * gui/MGCosy.[h,cc]:
|
|---|
| 97 | - added fAccuracy
|
|---|
| 98 | - moved timer calls into Slalib calls
|
|---|
| 99 | - changed Slalib to SlaStars
|
|---|
| 100 |
|
|---|
| 101 | * gui/MGSkyPosition.[h,cc]:
|
|---|
| 102 | - added display of planet positions
|
|---|
| 103 |
|
|---|
| 104 | * slalib/Makefile:
|
|---|
| 105 | - added missing files
|
|---|
| 106 |
|
|---|
| 107 |
|
|---|
| 108 |
|
|---|
| 109 | 2001/08/15 - Thomas Bretz:
|
|---|
| 110 |
|
|---|
| 111 | * Added:
|
|---|
| 112 | - Makefile.conf.general
|
|---|
| 113 | - gui/Makefile
|
|---|
| 114 | - base/Makefile
|
|---|
| 115 | - candrv/Makefile
|
|---|
| 116 | - catalog/Makefile
|
|---|
| 117 | - slalib/Makefile
|
|---|
| 118 | - videodev/Makefile
|
|---|
| 119 | - devdrv/Makefile
|
|---|
| 120 | - base/MThread.[h,cc]
|
|---|
| 121 | - base/MTimeout.[h, cc]
|
|---|
| 122 | - mgui/MGSkyPosition.[h, cc]
|
|---|
| 123 | - catalog/Slalib.[h,cc]
|
|---|
| 124 |
|
|---|
| 125 | * .cosyrc:
|
|---|
| 126 | - changed names
|
|---|
| 127 | - added HomeTime
|
|---|
| 128 |
|
|---|
| 129 | * MCosy.[h,cc]:
|
|---|
| 130 | - added home time
|
|---|
| 131 | - added MTGui, MTTalk
|
|---|
| 132 | - added reading environment
|
|---|
| 133 |
|
|---|
| 134 | * Makefile, Makefile.conf.linux-gnu, Makefile.rules
|
|---|
| 135 | - changed to Mars style
|
|---|
| 136 |
|
|---|
| 137 | * Starguider.cc:
|
|---|
| 138 | - changed include timer.g to base/timer.h
|
|---|
| 139 |
|
|---|
| 140 | * Starguider.[h,cc]:
|
|---|
| 141 | - renamed Execute to ProcessFrame
|
|---|
| 142 |
|
|---|
| 143 | * cosy.cc:
|
|---|
| 144 | - removed unnecessary includes
|
|---|
| 145 |
|
|---|
| 146 | * base/MGList.h:
|
|---|
| 147 | - added debug output
|
|---|
| 148 |
|
|---|
| 149 | * base/msgqueue.cc:
|
|---|
| 150 | - added comments
|
|---|
| 151 |
|
|---|
| 152 | * base/msgqueue.h:
|
|---|
| 153 | - made Break const
|
|---|
| 154 |
|
|---|
| 155 | * candrv/canopen.[h,cc]:
|
|---|
| 156 | - made CobId const
|
|---|
| 157 |
|
|---|
| 158 | * candrv/network.[h,cc]:
|
|---|
| 159 | - fixed typo
|
|---|
| 160 | - StopReceiver -> VmodIcan::Stop
|
|---|
| 161 | - made HasError const
|
|---|
| 162 |
|
|---|
| 163 | * candrv/nodedrv.[h,cc]:
|
|---|
| 164 | - added timeout to WaitForSdo
|
|---|
| 165 |
|
|---|
| 166 | * candrv/sdolist.[h,cc]:
|
|---|
| 167 | - made IsPending const
|
|---|
| 168 |
|
|---|
| 169 | * candrv/vmodican.[h,cc]:
|
|---|
| 170 | - changed ReceiveThread to new stylish MThread
|
|---|
| 171 |
|
|---|
| 172 | * devdrv/macs.[h,cc]:
|
|---|
| 173 | - changed SetHome to use a maximum positioning time
|
|---|
| 174 | - added comments
|
|---|
| 175 | - replaces SetSyncMode by StartPosSync and StartVelSync
|
|---|
| 176 |
|
|---|
| 177 | * devdrv/shaftencoder.[h,cc]:
|
|---|
| 178 | - removed gui thread (the update is done by MTGui now)
|
|---|
| 179 |
|
|---|
| 180 | * gui/MGCosy.[h,cc]:
|
|---|
| 181 | - some small changed
|
|---|
| 182 | - removed fList->Delete()
|
|---|
| 183 | - added MSkyPosition-Object
|
|---|
| 184 | - gSystem->ExitLoop() replaced by gSystem->Terminate(0)
|
|---|
| 185 |
|
|---|
| 186 | * videodev/Camera.[h,cc]:
|
|---|
| 187 | - renamed Execute to ProcessFrame
|
|---|
| 188 |
|
|---|
| 189 |
|
|---|
| 190 |
|
|---|
| 191 | 2001/05/25 - Thomas Bretz:
|
|---|
| 192 |
|
|---|
| 193 | * .cosyrc:
|
|---|
| 194 | - added
|
|---|
| 195 |
|
|---|
| 196 | * MCosy.[h,cc]:
|
|---|
| 197 | - changed the error handling os SetPosition
|
|---|
| 198 | - added resources from environment-file '.cosyrc'
|
|---|
| 199 | - added WM_WAIT
|
|---|
| 200 | - added support for Mac3 (Synchronisation)
|
|---|
| 201 | - added software endswitch
|
|---|
| 202 |
|
|---|
| 203 | * macs.[h,cc]:
|
|---|
| 204 | - emhanced error handling
|
|---|
| 205 | - added sync support
|
|---|
| 206 |
|
|---|
| 207 | * timer.h:
|
|---|
| 208 | - H(), M(), S() added
|
|---|
| 209 |
|
|---|
| 210 | * network.[h,cc]:
|
|---|
| 211 | - HasError() added
|
|---|
| 212 |
|
|---|
| 213 | * nodedrv.[h,cc]:
|
|---|
| 214 | - error flag handling added
|
|---|
| 215 |
|
|---|
| 216 | * Magic.m:
|
|---|
| 217 | - new version 0.62
|
|---|
| 218 | - enhanced error handling
|
|---|
| 219 | - sync support
|
|---|
| 220 |
|
|---|
| 221 | * Starcatalog.[h,cc], Camera.cc, Filter.[h,cc], Writer.[h,cc],
|
|---|
| 222 | MGImage.[h,cc]:
|
|---|
| 223 | - changed type of image from char* to byte*
|
|---|
| 224 |
|
|---|
| 225 | * MGCoordinate.[h,cc]:
|
|---|
| 226 | - changed typed from UInt_t to Int_t
|
|---|
| 227 |
|
|---|
| 228 |
|
|---|
| 229 | 2001/04/10 - Thomas Bretz:
|
|---|
| 230 |
|
|---|
| 231 | * Starguide.[h,cc]:
|
|---|
| 232 | - added limiting magnitude to menu
|
|---|
| 233 |
|
|---|
| 234 | * catalog/StarCatalog.cc, catalog/SaoFile.cc:
|
|---|
| 235 | - exit if file cannot be opened
|
|---|
| 236 |
|
|---|
| 237 | * catalog/File.[h,cc]:
|
|---|
| 238 | - added !-operator
|
|---|
| 239 | - warning output in case of a file which could not be opened
|
|---|
| 240 |
|
|---|
| 241 |
|
|---|
| 242 | 2001/04/09 - Thomas Bretz:
|
|---|
| 243 |
|
|---|
| 244 | * First checkin
|
|---|