- Notifications
You must be signed in to change notification settings - Fork0
Software for utilizing optical glass catalogs using QT
License
nickorzha/glass-plotter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GlassPlotter is a desktop application to utilize commercial optical glass catalogs. It features to provide a great variety of functional plots with good-looking graphics. It hopes to be useful for diverse optical engineers.
This application reads AGF/XML files distributed elsewhere, most of which are freely available.
Be careful that the catalog files in this repository are not always up to date.
Zemax AGF
Available on each manufacturer's website.CODE V XML
Available onSynopsys support page.
This application computes refractive index relative to air(relative refractive index). This is because the values in the catalog are relative index values. And the refractive index of optical glasses changes with temperature, and the extend depends on the glass type and on the wavelength. ReadSchott Technical Information (TIE-19) for calculation details.
When you find a slight difference between official data and that of this application,check the environment temperature setting (File->Preference). With the temperature value set to the same as that of the glass supplier, the calculated refractive index should be the same value.
Library | Description |
---|---|
Qt | GUI library |
QCustomPlot | Graph plotting library |
spline | Cubic spline interpolation library |
Eigen | Template library for linear algebra |
pugixml | Simple XML parser |
All of the dependencies except Qt itself have been already included in this repository.
Use cmake to generate Visual Studio solution.
About
Software for utilizing optical glass catalogs using QT