Changeset 4154 for trunk/MagicSoft/Cosy


Ignore:
Timestamp:
05/24/04 18:15:52 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MCosy.h

    r4153 r4154  
    9090                          // with a generic interface to both...
    9191    ZdAz fTrackingPos;    // [deg] Current tracking position
    92     ZdAz fTrackingPosRaw  // [deg] Raw tracking position
     92    ZdAz fTrackingPosRaw; // [deg] Raw tracking position
    9393
    9494    TMutex fMutexGui;
  • 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.