diff options
author | Thomas White <taw@physics.org> | 2016-07-26 15:07:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2016-07-29 17:42:23 +0200 |
commit | c6415054cb2e5e024724a6b442777ec22c9d00be (patch) | |
tree | ebda8ae9a1ba0b7848a53304ed195864034a4b7f /libcrystfel/src/detector.h | |
parent | 34e38d7b04cdea0207c9982086c5259c775d83ec (diff) |
Add z direction to panel directions and update get_q_for_panel()
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r-- | libcrystfel/src/detector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index dad3afe4..a968d96d 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -106,8 +106,10 @@ struct panel double fsx; double fsy; + double fsz; double ssx; double ssy; + double ssz; double xfs; double yfs; |