Changeset 4154 for trunk/MagicSoft/Cosy/main/MStarguider.cc
- Timestamp:
- 05/24/04 18:15:52 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.