diff options
author | Thomas White <taw@physics.org> | 2013-05-30 10:17:22 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-05-30 10:17:22 -0700 |
commit | 06d18d4fe84ea1c28ba6e0a40b230a454f1852f0 (patch) | |
tree | 8c5b72c09534c6997e14da7c71a4933d6559d52a /src/process_image.h | |
parent | b6c871b70cae2fd6359b8066bdfade29f62d7fe5 (diff) |
indexamajig: Get rid of --min-integration-snr
This functionality belongs in process_hkl.
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h index 03041562..ac197927 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -55,7 +55,6 @@ struct index_args float threshold; float min_gradient; float min_snr; - double min_int_snr; struct detector *det; IndexingMethod *indm; IndexingPrivate **ipriv; |