QPMS
Electromagnetic multiple scattering library and toolkit.
|
Interpolator of tabulated optical properties. More...
#include <materials.h>
Data Fields | |
double * | wavelength_m |
Wavelength array (in meters). | |
double * | n |
Refraction index array. | |
double * | k |
Attenuation coefficient array. | |
gsl_interp * | interp_n |
Refraction index interpolator object. | |
gsl_interp * | interp_k |
Attenuation coeff interpolator object. | |
size_t | size |
Size of n[], k[], and wavelength_m[]. | |
Interpolator of tabulated optical properties.