Changeset 19606 for trunk


Ignore:
Timestamp:
09/02/19 22:35:28 (5 years ago)
Author:
tbretz
Message:
Minor fix, added comment.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimreflector/MFresnelLens.cc

    r19605 r19606  
    5151    fTitle = title ? title : "Parameter container storing a collection of several mirrors (reflector)";
    5252
    53     fMaxR = 25;
     53    fMaxR = 55/2.;
    5454}
    5555
     
    227227    const double R = D/2;    // [cm] radius of lens
    228228    const double w = 0.0100; // [cm] Width of a single groove
    229     const double H = 0.18;   // [cm] Thickness
     229    const double H = 0.25;   // [cm] Thickness (from pdf)
    230230
    231231    // Focal length is given at this wavelength
     
    256256    // Not 100% sure, but I think we have SC943
    257257    // https://www.orafol.com/en/europe/products/optic-solutions/productlines#pl1
     258
     259    // From the web-page:
     260    // Positive Fresnel Lenses ... are usually corrected for spherical aberration.
    258261
    259262    // sin(omega) = R / sqrt(R^2+f^2)
Note: See TracChangeset for help on using the changeset viewer.