From b38aa96a8c10b0ba58342264ddbac26f854dfb33 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Sep 2020 16:00:27 +0200 Subject: Add integration radii to project --- src/gui_project.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui_project.h') diff --git a/src/gui_project.h b/src/gui_project.h index bcf261f8..7cd7145d 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -83,6 +83,9 @@ struct index_params { char *integration_method; int overpredict; float push_res; + float ir_inn; + float ir_mid; + float ir_out; }; struct crystfelproject; -- cgit v1.2.3