diff options
author | Thomas White <taw@physics.org> | 2015-02-16 10:56:45 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-02-16 15:15:31 +0100 |
commit | 3fcc518b7efc9fb4e2e6fe95c0bdbf2d1bab035b (patch) | |
tree | b0ef3148bdb516684c3b2a6bc6cee15539965370 /src/process_image.h | |
parent | 463c7cc933e9928fa825507f1a122a5a8dc013f4 (diff) |
indexamajig: --peaks=cxi instead of --peaks=hdf5 --cxi-hdf5-peaks
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h index 53e2c66a..68254485 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -41,6 +41,7 @@ enum { PEAK_ZAEF, PEAK_HDF5, + PEAK_CXI, }; @@ -63,7 +64,6 @@ struct index_args float tols[4]; struct beam_params *beam; char *hdf5_peak_path; - int cxi_hdf5_peaks; float pk_inn; float pk_mid; float pk_out; |