diff options
author | Thomas White <taw@physics.org> | 2015-12-05 13:35:56 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-12-05 13:47:36 -0800 |
commit | f094e70fd60899579a8452c1c08121f25e0be885 (patch) | |
tree | 379f0a5ec91694c2a4df26a76e3dbe600bd6fdf3 /libcrystfel/src/image.h | |
parent | 3fe4c04aacd623f76dcb35114a02b2b001900d4e (diff) |
Add option for per-pixel saturation values
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 52614d06..37904308 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -161,6 +161,7 @@ struct image { float **dp; /* Data in panel */ int **bad; /* Bad pixels by panel */ + float **sat; /* Per-pixel saturation values */ Crystal **crystals; int n_crystals; |