aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-10 14:30:18 +0100
committerThomas White <taw@physics.org>2021-03-11 15:59:08 +0100
commit1f02539c192e1c400474ea480341ccefb49eaf36 (patch)
tree17ba602621e321d209ed95cb7bf8612511a6a5f0 /src/process_image.h
parentfb230df5c97b1a351db3d3aedbb90b59b8688651 (diff)
indexamajig: Add --wavelength-estimate
This is a more sensible non-indexer-specific and non-Xray-specific replacement for --pinkIndexer-override-photon-energy
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index e64118dd..8174f73d 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -98,6 +98,7 @@ struct index_args
signed int wait_for_file; /* -1 means wait forever */
int no_image_data;
int no_mask_data;
+ float wavelength_estimate;
};