diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-04-02 12:04:37 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-04-02 12:04:37 +0200 |
commit | 0f58e0fc3418fdd5a97de533e2e2818b8d81c941 (patch) | |
tree | 4bda5815d4200e991acf5907571c9ccac3fe1c55 /src/image.h | |
parent | 00de16a88792c66f04b0aeba7bee800f65beab88 (diff) |
Use per-thread xfel.drx files
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h index e8234996..39719acf 100644 --- a/src/image.h +++ b/src/image.h @@ -77,6 +77,8 @@ struct image { int ncells; struct detector det; + int id; + struct quaternion orientation; /* Wavelength must always be given */ |