diff options
author | Thomas White <taw@physics.org> | 2020-09-08 16:00:27 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-09-08 16:16:48 +0200 |
commit | b38aa96a8c10b0ba58342264ddbac26f854dfb33 (patch) | |
tree | 08d893765fb8351e00fbf9783950e1cc84393e68 /src/gui_project.h | |
parent | 70a7ad18ba3c5a1071b38222159c401704e6a2eb (diff) |
Add integration radii to project
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |