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.c | |
parent | b6c871b70cae2fd6359b8066bdfade29f62d7fe5 (diff) |
indexamajig: Get rid of --min-integration-snr
This functionality belongs in process_hkl.
Diffstat (limited to 'src/process_image.c')
-rw-r--r-- | src/process_image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process_image.c b/src/process_image.c index f432f8eb..6bddae50 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -174,8 +174,6 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs, /* Integrate all the crystals at once - need all the crystals so that * overlaps can be detected. */ integrate_all(&image, iargs->int_meth, - iargs->closer, - iargs->min_int_snr, iargs->ir_inn, iargs->ir_mid, iargs->ir_out, iargs->integrate_saturated); |