libcrystfel 0.11.1
|
Data Structures | |
struct | pf8_private_data |
Functions | |
struct pf8_private_data * | prepare_peakfinder8 (struct detgeom *det, int fast_mode) |
void | free_pf8_private_data (struct pf8_private_data *data) |
ImageFeatureList * | peakfinder8 (const struct image *img, int max_n_peaks, float threshold, float min_snr, int mix_pix_count, int max_pix_count, int local_bg_radius, int min_res, int max_res, int use_saturated, int fast_mode, struct pf8_private_data *private_data) |
The "peakfinder8" peak search algorithm, originally implemented in Cheetah
|
extern |
img | An image structure |
max_n_peaks | The maximum number of peaks to be searched for |
threshold | The image threshold value, in detector units |
min_snr | The minimum signal to noise ratio for a peak |
min_pix_count | The minimum number of pixels in a peak |
max_pix_count | The maximum number of pixels in a peak |
local_bg_radius | The averaging radius for background calculation |
min_res | The minimum number of pixels out from the center |
max_res | The maximum number of pixels out from the center |
use_saturated | Whether saturated peaks should be considered |
Runs the peakfinder8 peak search algorithm, and returns an ImageFeatureList, or NULL on error.