High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_fit.c File Reference
#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>
Include dependency graph for hdrl_fit.c:
This graph shows which files directly or indirectly include this file:

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