diff options
Diffstat (limited to 'libcrystfel/src/image.h')
-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 |