55 #ifndef UVES_WAVECAL_SEARCH_H
56 #define UVES_WAVECAL_SEARCH_H
57 #include <uves_cpl_size.h>
58 #include <uves_utils_polynomial.h>
62 typedef enum {CENTERING_GAUSSIAN, CENTERING_GRAVITY} centering_method;
68 const polynomial *order_locations, cpl_image *arcframe,
69 int RANGE,
int MINLINES,
int MAXLINES,
70 centering_method CENTERING_METHOD,
72 const int trace,
const int window, cpl_table* qclog);