CR2RE Pipeline Reference Manual 1.6.7
Functions
hdrl_polynm

Work out the median seeing. More...

Functions

cpl_error_code hdrl_polynm (double xdat[], double xcor[], cpl_size n, double polycf[], cpl_size m, cpl_size ilim)
 Work out the median seeing.
 

Detailed Description

Work out the median seeing.

Function Documentation

◆ hdrl_polynm()

cpl_error_code hdrl_polynm ( double  xdat[],
double  xcor[],
cpl_size  n,
double  polycf[],
cpl_size  m,
cpl_size  ilim 
)

Work out the median seeing.

Parameters
xdatx data points
xcor
nNumber of data
polycfpolynomial coefficients
mnumber of coefficients
ilim
Returns
CPL_ERROR_NONE if all went well (Currently it's the only value).

Description: Determine polynomial coefficients

Definition at line 54 of file hdrl_cat_polynm.c.

References hdrl_solve().

Referenced by hdrl_extend(), and hdrl_overlp_2orMore().