ReFRACtor
|
#include "ils_function.h"
#include "hdf_file.h"
#include "linear_interpolate.h"
#include "log_interpolate.h"
Go to the source code of this file.
Classes | |
class | FullPhysics::IlsTable< Lint > |
This class in a IlsFunction where we get the ILS response by using a table of measured values. More... | |
Namespaces | |
FullPhysics | |
Contains classes to abstract away details in various Spurr Radiative Transfer software. | |
Typedefs | |
typedef IlsTable< LinearInterpolate< AutoDerivative< double >, AutoDerivative< double > > > | FullPhysics::IlsTableLinear |
typedef IlsTable< LinearLogInterpolate< AutoDerivative< double >, AutoDerivative< double > > > | FullPhysics::IlsTableLog |