Changeset 19935 for trunk/Mars/msimreflector
- Timestamp:
- 01/20/20 16:59:10 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msimreflector/MFresnelLens.cc
r19753 r19935 474 474 // 475 475 // Currently calles SlopeAngleParabolic(r, F, 1, n, d) 476 // Refractive Index air: https://refractiveindex.info/?shelf=other&book=air&page=Ciddor 476 477 // 477 478 double MFresnelLens::SlopeAngle(double r, double F, double n, double d) 478 479 { 479 return SlopeAngleParabolic(r, F, 1.0003, n, d); 480 //return SlopeAngleAspherical(r); 481 return SlopeAngleParabolic(r, F, 1.000278, n, d); 480 482 } 481 483
Note:
See TracChangeset
for help on using the changeset viewer.