39 #define omega_max(_x,_y) (_x > _y ? _x : _y)
40 #define omega_min(_x,_y) (_x < _y ? _x : _y)
53 int omega_get_coverage(cpl_propertylist *plist,
int fudge, cpl_matrix *from,
double *ra1,
54 double *ra2,
double *dec1,
double *dec2);
56 cpl_table *omega_extract_stds(
const char *pathname, cpl_vector *coords,
int n);
57 int omega_matchstds(cpl_table *objtab, cpl_table *stdstab,
float srad, cpl_table **outtab);
60 cpl_table * wcscor_matchstds(cpl_table *objtab, cpl_table *stdstab,
float srad);
63 int value,
int *nsrc);
65 double value,
int *nsrc);
67 const char *value,
int *nsrc);
69 float value,
int *nsrc);
70 cpl_table *
omega_science_catalogue(
const char *sci,
const char *conf,
double zeropoint_final, cpl_parameterlist *pars);