Synopsis
int peak_sanity_check (struct image *image
,
Crystal **crystals
,
int n_cryst
);
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
);
int integrate_peak (struct image *image
,
int cfs
,
int css
,
double *pfs
,
double *pss
,
double *intensity
,
double *sigma
,
double ir_inn
,
double ir_mid
,
double ir_out
,
int *bgPkMask
,
int *saturated
);
int * make_BgMask (struct image *image
,
struct panel *p
,
double ir_inn
);
void validate_peaks (struct image *image
,
double min_snr
,
int ir_inn
,
int ir_mid
,
int ir_out
,
int use_saturated
,
int check_snr
);
Details
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
);
integrate_peak ()
int integrate_peak (struct image *image
,
int cfs
,
int css
,
double *pfs
,
double *pss
,
double *intensity
,
double *sigma
,
double ir_inn
,
double ir_mid
,
double ir_out
,
int *bgPkMask
,
int *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
);