Changeset 19933 for trunk


Ignore:
Timestamp:
01/20/20 16:57:06 (5 years ago)
Author:
tbretz
Message:
Added some infomration on Tim's simulation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/hawc/fresnellens_psf.C

    r19786 r19933  
    1919    const double D = 54.92;  // [cm] Diameter of the refractive surface
    2020    const double F = 50.21;  // [cm] Nominal focal length of the lens
     21    const double w = 0.01;   // [cm] Width of a single groove
     22
     23    // Tim used some unintentionally wrong values in his simulation:
     24    // const double D = 50.21;   // [cm] Diameter of the refractive surface
     25    // const double F = 49.833;  // [cm] calculated as D * (F/D) with D=50.21/54.92
     26    // const double w = 0.05;    // [cm] Width of a single groove
     27
    2128    const double H = 0.25;   // [cm] Thickness of lens
    2229    const double Z = F;      // [cm] camera position w.r.t. lens exit (see also MGeomCamFAMOUS!)
Note: See TracChangeset for help on using the changeset viewer.