From e9087293e5b7b92e64cb9cb7636e21f52611ac7c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 20 Nov 2020 17:34:47 +0100 Subject: GUI: Add stream output options including metadata to copy --- src/gui_project.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gui_project.h') 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 { -- cgit v1.2.3