Changeset 7768 for trunk


Ignore:
Timestamp:
06/28/06 14:29:05 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7767 r7768  
    19831983        // 53.2 and 293.6 are the "preliminary" camera center
    19841984        // -9 and 28.5 are the offsets of the pointing position in the sky
    1985         const XY offset(53.2-9, 293.6+28.5);
     1985        const XY offset(53.2+9, 293.6-28.5);
    19861986
    19871987        const Bool_t centerisvalid = sgcenter.GetX()>0 && sgcenter.GetY()>0;
Note: See TracChangeset for help on using the changeset viewer.