Changeset 1621 for trunk


Ignore:
Timestamp:
11/15/02 12:37:59 (22 years ago)
Author:
bigongia
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Simulation/Detector/ReflectorII
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/ReflectorII/ph2cph.c

    r1614 r1621  
    651651  */
    652652 
    653   phi = (float) asin(rreflCT[2]); 
     653  /* AM, 15/11/2002: changed sign to get the angle between photon trajectory
     654   * and camera plane positive! This had to be changed because now the vector
     655   * indicating the reflected photon direction has the opposite sign!
     656   */
     657
     658  phi = (float) -asin(rreflCT[2]); 
    654659
    655660  /*
Note: See TracChangeset for help on using the changeset viewer.