Changeset 9438 for trunk/MagicSoft/Cosy
- Timestamp:
- 05/09/09 13:43:51 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r9435 r9438 1 1 -*-*- END -*-*- 2 3 2009/05/09 Thomas Bretz (La Palma) 4 5 * devdrv/shafencoder.[h,cc], devdrv/macs.[h,cc]: 6 - obsolete: removed 7 8 * cosy.cc: 9 - get telescope number from rc-file 10 - let MCosy read the pointing model 11 - added some more debug out 12 13 * candrv/CandrvLinkDef.h: 14 - removed VModIcan 15 - removed Ethernet 16 17 * candrv/Makefile: 18 - removed vmodican.cc 19 20 * candrv/canopen.h: 21 - made compile again with the removed vmodican 22 23 * candrv/ethernet.[h,cc]: 24 - removed from dictionary (due to possible double inheritance) 25 26 * catalog/SlaPlanets.cc: 27 - fixed a typo in a comment 28 29 * catalog/SlaStars.cc: 30 - changed temperature to 10deg (which is a good average over 31 the year) 32 - changed pressure to 780 (which is for sure a better value than 33 1013) 34 - changed the humidity to 0.25 which should be better than 0.5 35 36 * catalog/Slalib.[h,cc]: 37 - removed obsolete Round() 38 39 * catalog/StarCatalog.cc: 40 - replaced D2PI/360 by TMath::DegToRad() 41 - slightly changed the coordinate system in which CalcStars gets 42 ccd coordinates 43 - simplified the tranformation from Zd/Az to pixels (only one 44 rotation necessary) 45 - added CalcDeltaZdAzFromPix which is a direct inverse of the 46 tranformation to pixels 47 - divided fBox into fBoxX and fBoxY 48 49 * devdrv/dkc.[h,cc]: 50 - removed usage of subindices 51 - removed obsolete functions StartVelSync and StartPosSync 52 53 * gui/MGCosy.[h,cc]: 54 - get the name of the file with the predefined positions from 55 external 56 - fixed Scaling in accuracy plots 57 58 * gui/MGStarg.cc: 59 - fixed Scaling in accuracy plots 60 61 * main/MCaos.cc: 62 - fixed a typo in ReadEnv 63 64 * main/MCosy.[h,cc]: 65 - improved output in case of range exceedings 66 - pipe string to StartTPoint 67 - pipie bool to StartStarguider 68 - get the name of the file with the predefined positions from 69 external 70 - added starguider status to drive reports 71 - simplified and unified constructors 72 - read pointing model in constructor 73 74 * main/MStarguider.[h,cc]: 75 - removed starguider tpoint button 76 - implemented automatic tpoint procedure initiated by 77 CC or the TPoint button. 78 - read a lot of number which were hardcoded from rc-file 79 - improved handling of tranformations for starguider 80 - switched of contrast-stretching for starguider and TPoints 81 - implemented sending reports to CC about taken TPoints 82 - unified starguider and tpoijnt output 83 - implemented switching starguider from outside (e.g. CC command) 84 85 * main/MTracking.cc: 86 - removed usage of subindices 87 88 * tcpip/MCeCoCom.[h,cc]: 89 - fixed the meaning of comstatus in the reports 90 91 * tcpip/MDriveCom.cc: 92 - replaced cout by gLog 93 - added acceptance of string from TPOIN command 94 - fixed the msg which is send in the msgqueue 95 - allow starguider also to be switched off 96 - added starguider mode to drive reports 97 - implemented full features TPoint report 98 99 * tcpip/MTcpIpIO.[h,cc]: 100 - moved the maintanance of the send socket to it's own thread, 101 because reopening the socket can block for minutes until 102 a time out takes place 103 104 * videodev/FilterLed.[h,cc]: 105 - allow the search boxs to be asymmetric 106 107 2 108 3 109 2009/04/29 Thomas Bretz (La Palma)
Note:
See TracChangeset
for help on using the changeset viewer.