Changeset 2278 for trunk/MagicSoft/Cosy/Changelog
- Timestamp:
- 07/15/03 15:05:21 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r2068 r2278 1 1 -*-*- END -*-*- 2 2003/07/15 - Thomas Bretz (La Palma) 3 4 * leds.txt: 5 - new configuration file 6 7 * main/MCaos.[h,cc]: 8 - added 9 10 * main/MStarguider.[h,cc]: 11 - added 12 13 * videodev/PixGetter.[h,cc]: 14 - added 15 16 * videodev/FilterLed.[h,cc]: 17 - added 18 - highly optimized for speed! 19 20 * Makefile.conf.linux: 21 - added -O5 optimization option 22 23 * bending_magic.txt: 24 - changed to newly determined bending correction 25 26 * cosy.cc: 27 - included starguider 28 - do not overwrite log file 29 - added EXPERT mode 30 31 * starg.cc: 32 - changed from MGStarguider to MStarguider 33 - simplified by use of PixGetter 34 35 * aposs/Manual.m: 36 - removed a wrong character 37 38 * base/coord.h: 39 - changed operator<< 40 41 * base/timer.[h,cc]: 42 - const argument for copy constructor 43 - added operator<< 44 45 * candrv/network.[h,cc], candrv/nodedrv.[h,cc]: 46 - added data argument to HandleSDOOK 47 48 * candrv/vmodican.cc: 49 - return from constructor if Module not found 50 51 * caos/Led.[h,cc]: 52 - included TROOT 53 - formated Print-output 54 - Initialize fDx, fDy and fDphi 55 - added AddOffset 56 57 * caos/Leds.[h,cc]: 58 - added Add 59 60 * caos/Ring.[h,cc]: 61 - added constructor 62 - use hypot 63 - devide by n instead of n-1 64 - formated Print-output 65 66 * caos/Rings.[h,cc]: 67 - Do not calculated Center for less than 5 rings 68 - included Radius filter 69 70 * catalog/StarCatalog.cc: 71 - Do not output Alt/Az, fAzCnt, fAltMin, etc. 72 73 * devdrv/macs.[h,cc]: 74 - added data argument to HandleSDOOK 75 - implemented StartNode() and check for initialization 76 - changed minimum MACS software version to 0.69 77 - moved SetNoWait to the MACS software 78 - removed StopMotor 79 80 * devdrv/shaftencoder.[h,cc]: 81 - initialize all values to 0 82 83 * gui/GuiLinkDef.h: 84 - removed MGStarguider 85 86 * gui/MGAccuracy.cc: 87 - small change 88 89 * gui/MGCosy.[h,cc]: 90 - added moving in Zd/Az by buttons while tracking (Experts only) 91 - some changes to the menu bar 92 - removed displaying offsets 93 - changed EXPERT mode 94 95 * gui/MGEmbeddedCanvas.[h,cc]: 96 - changed range argument in constructor to double (problems 97 with the optimization - strange!) 98 99 * gui/MGImage.[h,cc]: 100 - switched from my own code completely to tVirtualX code 101 + requires root 3.05./05! 102 - highly optimized for speed! 103 - at the moment only 32 bit screen depth is supported! 104 105 * gui/MGSkyPosition.[h,cc]: 106 - fixed position of vega 107 - added new bright star 108 - cut displaying position into two. \n not supported by 109 root 3.05/05 110 111 * gui/MGVelocity.[h,cc]: 112 - removed displaying numbers 113 114 * gui/Makefile: 115 - removed MGStarguider 116 117 * main/MCosy.[h,cc]: 118 - added output of time when tracking is started or stopped 119 - added output of time when slewing is started or stopped 120 - removed sign changing limits in LimitSpeed 121 - changed EXPERT mode 122 - added MStarguider support 123 - fixed Calc-Alt/Az 124 - added GetPointingPos 125 - removed fOffset from Update 126 127 * main/MainLinkDef.h, main/Makefile: 128 - added MStarguider 129 130 * main/MStarguider.[h,cc]: 131 - added 132 133 * tpoint/tpointfit.C: 134 - fixed reading of data 135 - removed absolute path 136 137 * videodev/Camera.[h,cc]: 138 - small simplification 139 - derived from new PixGetter 140 141 * videodev/CaosFilter.[h,cc], videodev/Filter.[h,cc]: 142 - optimized, but not used anymore, will be removed soon 143 144 * videodev/Makefile, videodev/VideodevLinkDef.h: 145 - added PixGetter to Makefile 146 - removed Filter 147 - removed Filter2 148 - removed CaosFilter 149 - added FilterLed 150 151 * videodev/PngReader.h: 152 - derived from PixGetter 153 154 155 2 156 2003/05/05 - Thomas Bretz 3 157
Note:
See TracChangeset
for help on using the changeset viewer.