Ignore:
Timestamp:
01/30/09 16:02:28 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msimreflector/MSimReflector.cc

    r9277 r9285  
    442442    TRotation rot;    // The signs are positive because we align the incident point on ground to the telescope axis
    443443    rot.RotateZ( az); // Rotate point on ground to align it with the telescope axis
    444     rot.RotateX( zd); // tilt the point from ground to make it parallel to the mirror plane
     444    rot.RotateX(-zd); // tilt the point from ground to make it parallel to the mirror plane
    445445
    446446    // Now: viewed from the backside of the mirror
Note: See TracChangeset for help on using the changeset viewer.