Ignore:
Timestamp:
05/24/04 18:15:52 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MStarguider.cc

    r4105 r4154  
    900900    // Try to find Led in this area
    901901    Leds leds;
    902     f.FindStar(leds, center.GetX(), center.GetY());
     902    f.FindStar(leds, (Int_t)center.GetX(), (Int_t)center.GetY());
    903903
    904904    // Check wheter star found
     
    979979    // From the Shaftencoders we get the current 'pointing' position
    980980    // as it is seen by the drive system (system pointing position)
    981     const ZdAz za1 = fCosy->GetTrackingPosDeg();
     981    const ZdAz za1 = fCosy->GetTrackingPosRaw();
    982982
    983983    // Write real pointing position
Note: See TracChangeset for help on using the changeset viewer.