| |
| | [No title] |
 | | use the given file as the template, if it is not ""; otherwise, use image with most stars */ do_match(template) char *template; { int i, max, max_image; double dx, dy; max_image = -1; /* find the exposure with the largest number of stars, and try to match all other exposures to it. |
 | | return the number of 'good' matches (stars which fall within one critical distance of each other), as well as the average 'dr' and 'dc' for all the good matches. |
 | | Then compare the distance between the two stars to the critical distance for a match; if the distance is less (and we have a match), return 1. |
| spiff.rit.edu /tass/bait.old/multimatch.c (753 words) |
|