Changeset 4154 for trunk/MagicSoft/Cosy
- Timestamp:
- 05/24/04 18:15:52 (21 years ago)
- Location:
- trunk/MagicSoft/Cosy/main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MCosy.h
r4153 r4154 90 90 // with a generic interface to both... 91 91 ZdAz fTrackingPos; // [deg] Current tracking position 92 ZdAz fTrackingPosRaw 92 ZdAz fTrackingPosRaw; // [deg] Raw tracking position 93 93 94 94 TMutex fMutexGui; -
trunk/MagicSoft/Cosy/main/MStarguider.cc
r4105 r4154 900 900 // Try to find Led in this area 901 901 Leds leds; 902 f.FindStar(leds, center.GetX(),center.GetY());902 f.FindStar(leds, (Int_t)center.GetX(), (Int_t)center.GetY()); 903 903 904 904 // Check wheter star found … … 979 979 // From the Shaftencoders we get the current 'pointing' position 980 980 // as it is seen by the drive system (system pointing position) 981 const ZdAz za1 = fCosy->GetTrackingPos Deg();981 const ZdAz za1 = fCosy->GetTrackingPosRaw(); 982 982 983 983 // Write real pointing position
Note:
See TracChangeset
for help on using the changeset viewer.