Functions | |
int | hawki_match_condition_5_pix (cpl_table *catalogue1, cpl_table *catalogue2, int iobj1, int iobj2) |
Compare two objects positions and determine whetherthey are within a 5 pix tolerance. | |
int | hawki_obj_prop_stats (cpl_table **objs_prop, cpl_propertylist **objs_prop_stats) |
Compute statistics on the object properties. |
int hawki_match_condition_5_pix | ( | cpl_table * | catalogue1, | |
cpl_table * | catalogue2, | |||
int | iobj1, | |||
int | iobj2 | |||
) |
Compare two objects positions and determine whetherthey are within a 5 pix tolerance.
catalogue1 | The table with catalogue1 | |
catalogue2 | The table with catalogue2 | |
iobj1 | The position in table catalogue1 of the object to compare | |
iobj2 | The position in table catalogue2 of the object to compare |
WARNING: Since this function will be called many times, there is no error checking. The caller has to ensure that the catalogues are well constructed and that the indexes are not out of bounds.
Definition at line 76 of file hawki_match_cats.c.
int hawki_obj_prop_stats | ( | cpl_table ** | objs_prop, | |
cpl_propertylist ** | objs_prop_stats | |||
) |
Compute statistics on the object properties.
objs_prop | the table with the properties of the objects (IN) | |
objs_prop_stats | the property lists containing statistics on the previous table (OUT) |
Definition at line 68 of file hawki_obj_det.c.