aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-11-20 17:34:47 +0100
committerThomas White <taw@physics.org>2020-11-20 17:36:49 +0100
commite9087293e5b7b92e64cb9cb7636e21f52611ac7c (patch)
tree8450d81e5defccaa3e49e6ba5ef3710134f93d35 /src/gui_project.h
parentc570bbe16cb68cfb340e4ce3bc8c66831a08a306 (diff)
GUI: Add stream output options including metadata to copy
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index 315aa4ab..bb35eb0c 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -87,6 +87,13 @@ struct index_params {
float ir_inn;
float ir_mid;
float ir_out;
+
+ /* Stream output */
+ int exclude_nonhits;
+ int exclude_peaks;
+ int exclude_refls;
+ char **metadata_to_copy;
+ int n_metadata;
};
struct merging_params {