|
High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
|
#include "hdrl_types.h"#include "hdrl_image.h"#include "hdrl_imagelist.h"#include "hdrl_utils.h"#include "hdrl_fit.h"#include <cpl.h>#include <math.h>#include <assert.h>

Go to the source code of this file.
Functions | |
| cpl_error_code | hdrl_fit_polynomial_imagelist (const hdrl_imagelist *list, const cpl_vector *samplepos, const int degree, hdrl_imagelist **coef, cpl_image **chi2, cpl_image **dof) |
| weighted least squares polynomial fit of each pixel of a imagelist | |
| cpl_error_code | hdrl_fit_polynomial_imagelist2 (const hdrl_imagelist *list, const cpl_imagelist *samplepos, const int degree, hdrl_imagelist **coef, cpl_image **chi2, cpl_image **dof) |
| weighted least squares polynomial fit of each pixel of a imagelist | |