diff options
author | Thomas White <taw@physics.org> | 2020-03-05 11:44:29 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:24 +0200 |
commit | 026af04547c22c67886c66d3b1808c4dd3ade997 (patch) | |
tree | 917c3fe92d9afe202044bc04b357d43134cac0cb | |
parent | d3e89c668852f82b14ac4e4f618628e0d58f9ebb (diff) |
Remove unused fields in struct detgeom
-rw-r--r-- | libcrystfel/src/detgeom.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libcrystfel/src/detgeom.h b/libcrystfel/src/detgeom.h index 88e0f76f..0c924f36 100644 --- a/libcrystfel/src/detgeom.h +++ b/libcrystfel/src/detgeom.h @@ -94,18 +94,6 @@ struct detgeom { struct detgeom_panel *panels; int n_panels; - - /* Location of the pixel furthest away from the beam position, which - * will have the largest value of 2theta regardless of camera length - * and wavelength */ - struct panel *furthest_out_panel; - double furthest_out_fs; - double furthest_out_ss; - - /* As above, but for the smallest 2theta */ - struct panel *furthest_in_panel; - double furthest_in_fs; - double furthest_in_ss; }; #ifdef __cplusplus |