next up previous
Next: Cross-correlation Up: Detecting features for cross-correlation Previous: Peak detection algorithm

Peak detection strategy

Detecting enough peaks in any image in an automatic way is not easy to generalize. A strategy has been established to try to gather as many features as possible. Input parameters are: minp and maxp, resp. minimum and maximum number of points to be detected, K the threshold factor as described above in the peak detector. In the following items, as soon as peak detection has returned a correct number of points we exit and return the found points. If not enough points have been found, we proceed to next step. If more points than requested have been found, we declare the search successful and return the maxp brightest points found in the image.

Normally, in a decent astronomical image there should always be sources to detect for this algorithm. The 3 parameters to set for object detection are specified in a specific section of the initialization file for the jitter program.

[DetPeak]
Threshold           = 1.0 ;
MinDetectPoints     = 1 ;
MaxDetectPoints     = 10 ;

Users can also provide their own lists of features through a configuration ASCII file, if they do not want to rely on this automatic feature extraction. Indeed, for images containing only faint sources (e.g. narrow-band imaging), the above strategy may fail to find anything but noise in the images, thus corrupt the offset measurements.


next up previous
Next: Cross-correlation Up: Detecting features for cross-correlation Previous: Peak detection algorithm
Nicolas Devillard
1999-06-21