aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-03-01 14:50:30 +0100
committerThomas White <taw@physics.org>2013-03-01 14:50:30 +0100
commit5fa1c22d6bbeff12c2509e1222090a43a994f7a9 (patch)
tree53d8d3562ee47ac8f5f2955214d72caf103cde03 /libcrystfel/src/peaks.h
parented6bf4edb2abd89188cdd38911473dadc194a7f9 (diff)
Update docs (and shake out buglets revealed along the way)
Diffstat (limited to 'libcrystfel/src/peaks.h')
-rw-r--r--libcrystfel/src/peaks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h
index 6be728fe..f788bae5 100644
--- a/libcrystfel/src/peaks.h
+++ b/libcrystfel/src/peaks.h
@@ -50,9 +50,6 @@ extern void integrate_reflections(struct image *image,
extern int peak_sanity_check(struct image *image, Crystal **crystals,
int n_cryst);
-extern void estimate_resolution(RefList *list, UnitCell *cell,
- double *min, double *max);
-
extern void validate_peaks(struct image *image, double min_snr,
int ir_inn, int ir_mid, int ir_out,
int use_saturated);