heterophyllus / OpticalDesign-Toolbox

Matlab/Octave Toolbox for Optical Design
MIT License
27 stars 10 forks source link

missing glass configuration file ? #2

Closed BenoitSchillings closed 3 months ago

BenoitSchillings commented 3 months ago

I do run the doublet example and do hit

-----> start... error: load: unable to find file SCHOTT.mat error: called from getGlassFromMat at line 91 column 13 Material at line 47 column 22 doublet at line 21 column 1

importAGF('/home/benoit/octave/OpticalDesign-Toolbox/Material/AGF/');

I do have SCHOTT.AGF but do not know where SCHOTT.mat has to come from.

BenoitSchillings commented 3 months ago

nevermind. I did not realize you had to call importAGF for each file in the AGF directory.