Ignore:
Timestamp:
06/29/06 12:45:02 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/catalog/StarCatalog.cc

    r7767 r7773  
    159159    // Offsets to shift [-n/2;n/2] to [0;n] and to
    160160    // move the stars in the counterdirection of the LEDs
    161     const Float_t offx = 768/2 + xo;
    162     const Float_t offy = 576/2 + yo;
     161    const Int_t offx = 768/2 + xo;
     162    const Int_t offy = 576/2 + yo;
    163163
    164164    // Allow catalog stars to be a bit outside [0.2deg] of the
Note: See TracChangeset for help on using the changeset viewer.