|
Class Summary |
| Calibration |
Calibration objects contain an image's spatial and density calibration data. |
| CurveFitter |
Curve fitting class based on the Simplex method in the Minimizer class
Notes on fitting polynomial functions:
(i) The range of x values should not be too far from 0, especially for higher-order polynomials. |
| Minimizer |
Minimizer based on Nelder-Mead simplex method (also known as polytope method),
including the 'outside contraction' as described in:
J.C. |
| ResultsTable |
This is a table for storing measurement results and strings as columns of values. |
| SplineFitter |
This class fits a spline function to a set of points. |