diff options
author | Thomas White <taw@physics.org> | 2016-05-03 17:09:24 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2016-07-01 10:19:37 +0200 |
commit | 00b346711bf4f9ab51237f83391c1c5e055c81e8 (patch) | |
tree | b59f11e0a6cec4980d16bafcb6a2a8298f9fd55b /libcrystfel | |
parent | b78e9a536443799fc5e80e4febffdec71a236fb9 (diff) |
Remove slab-relative coordinates from geoptimiser
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/image.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 89c01785..9fd9b495 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -174,6 +174,9 @@ struct image { const struct copy_hdf5_field *copyme; struct stuff_from_stream *stuff_from_stream; + double avg_clen; /* Average camera length extracted + * from stuff_from_stream */ + int id; /* ID number of the thread * handling this image */ int serial; /* Monotonically ascending serial |