diff options
author | Alexandra Tolstikova <alexandra.tolstikova@desy.de> | 2017-11-22 17:46:15 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-09-10 15:18:15 +0200 |
commit | 925610d93bbbdf590a58c5bb9fdae2af5a8fd30f (patch) | |
tree | 3f177fbeaf171c46c28e39ca4b7cd25ff475dd7d /src/process_image.h | |
parent | 5a50a82a9ee0936d67901f43e68ca37455a7814b (diff) |
indexamajig: read pink beam spectrum from file
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 2b58d7bc..14b2aae8 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -112,6 +112,7 @@ struct index_args struct taketwo_options taketwo_opts; struct xgandalf_options xgandalf_opts; struct felix_options felix_opts; + struct spectrum *spectrum; }; |