Functions
peak_sanity_check ()
int
peak_sanity_check (struct image *image
,
Crystal **crystals
,
int n_cryst
);
search_peaks ()
void
search_peaks (struct image *image
,
float threshold
,
float min_gradient
,
float min_snr
,
double ir_inn
,
double ir_mid
,
double ir_out
,
int use_saturated
);
search_peaks_peakfinder8 ()
int
search_peaks_peakfinder8 (struct image *image
,
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
);
make_BgMask ()
int *
make_BgMask (struct image *image
,
struct panel *p
,
double ir_inn
);
peakfinder8 ()
int
peakfinder8 (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
);
validate_peaks ()
void
validate_peaks (struct image *image
,
double min_snr
,
int ir_inn
,
int ir_mid
,
int ir_out
,
int use_saturated
,
int check_snr
);