cihologramas / pyoptools

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

Separate Wavefront Functionality into Its Own Package #179

Open ramezquitao opened 3 days ago

ramezquitao commented 3 days ago

The wavefront subpackage should not be part of the basic pyOpTools. The core pyOpTools package should focus solely on geometrical ray tracing.

To address this:

This change will help maintain a clear separation of concerns and improve maintainability for both packages.