peaks

peaks

Functions

int peak_sanity_check ()
void search_peaks ()
int * make_BgMask ()
void validate_peaks ()

Description

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);

make_BgMask ()

int *
make_BgMask (struct image *image,
             struct panel *p,
             double ir_inn);

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);

Types and Values