diff options
author | Valerio Mariani <valerio.mariani@desy.de> | 2014-12-12 18:59:39 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-12-14 07:17:43 +0100 |
commit | d5f011beac8badef95a65966935d4fc1b320e292 (patch) | |
tree | 028b29a8c45e3b3e2f9b3a5b95b3776f72ba6dc3 /src/process_image.h | |
parent | 4f80ff8f01695276cc0d4cb628034f1b50d8e2d4 (diff) |
Read cxidb peak info
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h index 5d9f2c27..891553e6 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -64,6 +64,7 @@ struct index_args struct beam_params *beam; char *element; char *hdf5_peak_path; + int cxidb_hdf5_peaks; float pk_inn; float pk_mid; float pk_out; |