40 #include "naco_utils.h"
41 #include "naco_physicalmodel.h"
42 #include "naco_pfits.h"
71 const char * filename,
77 cpl_ensure(filename != NULL, CPL_ERROR_NULL_INPUT, NULL);
78 cpl_ensure(poly_deg >= 1, CPL_ERROR_ILLEGAL_INPUT, NULL);
80 coefs = cpl_calloc((
size_t)poly_deg+1,
sizeof(
double));
double * naco_get_disprel_estimate(const char *filename, int poly_deg)
Estimate the instrument wavelength range.