Changeset 7773 for trunk/MagicSoft/Cosy/catalog/StarCatalog.cc
- Timestamp:
- 06/29/06 12:45:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/StarCatalog.cc
r7767 r7773 159 159 // Offsets to shift [-n/2;n/2] to [0;n] and to 160 160 // 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; 163 163 164 164 // Allow catalog stars to be a bit outside [0.2deg] of the
Note:
See TracChangeset
for help on using the changeset viewer.