#include <Parameters.h>
Public Attributes | |
string | type |
Interpolation type: spline, linear etc. | |
string | useLog |
Flag, if we should interpolate logarighm of the values. | |
double | linearSplineCoef |
Parameters for spline interpolation - defined the ratio between spline and linear. | |
double | maxSecondDerivative |
Maximum second derivative value, to start using linearSplineCoef. |
Definition at line 210 of file Parameters.h.
Parameters for spline interpolation - defined the ratio between spline and linear.
0 - pure spline, 1 - pure linear.
Definition at line 217 of file Parameters.h.
Referenced by PSD::Interpolate(), and ParamStructure::Load_parameters().
Maximum second derivative value, to start using linearSplineCoef.
Definition at line 220 of file Parameters.h.
Referenced by PSD::Interpolate(), and ParamStructure::Load_parameters().
Interpolation type: spline, linear etc.
Definition at line 212 of file Parameters.h.
Referenced by PSD::Interpolate(), and ParamStructure::Load_parameters().
Flag, if we should interpolate logarighm of the values.
Definition at line 214 of file Parameters.h.
Referenced by PSD::Interpolate(), and ParamStructure::Load_parameters().