cihologramas / pyoptools

Python tools for optical design
GNU General Public License v3.0
137 stars 46 forks source link

Fix to #173 #174

Closed ramezquitao closed 5 days ago

ramezquitao commented 5 days ago

A fix to #173 was added. Also a bug in Aspherical class was found and corrected. The initial conditions on the iterative algorithm to find the ray intersection were wrong. A bug in the PowellLens component was corrected (it was using poly2d andd not the renamed Poly2D). The nofilter name was fixed in Surface.

fixes #173