diff options
author | Thomas White <taw@physics.org> | 2014-06-20 10:54:39 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-06-20 10:58:27 +0200 |
commit | 7b14415fddc76710352a906c0e1a3e86273e9f08 (patch) | |
tree | 0892e47cf0ed0ae105a189a8ebf2418edf3a60cd /src/process_image.h | |
parent | 162b0c7a8a8a7c91a4c12e75577ec33aef03b1ce (diff) |
indexamajig: Add --peak-radius
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h index b8ded1ed..1a8a9ff3 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -63,6 +63,9 @@ struct index_args struct beam_params *beam; char *element; char *hdf5_peak_path; + float pk_inn; + float pk_mid; + float pk_out; float ir_inn; float ir_mid; float ir_out; |