Ignore:
Timestamp:
01/20/20 16:59:10 (5 years ago)
Author:
tbretz
Message:
Updated refractive index of air for 546nm in Lens definition and added a reference for it
File:
1 edited

Legend:

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

    r19753 r19935  
    474474//
    475475// Currently calles SlopeAngleParabolic(r, F, 1, n, d)
     476// Refractive Index air: https://refractiveindex.info/?shelf=other&book=air&page=Ciddor
    476477//
    477478double MFresnelLens::SlopeAngle(double r, double F, double n, double d)
    478479{
    479     return SlopeAngleParabolic(r, F, 1.0003, n, d);
     480    //return SlopeAngleAspherical(r);
     481    return SlopeAngleParabolic(r, F, 1.000278, n, d);
    480482}
    481483
Note: See TracChangeset for help on using the changeset viewer.