diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-08-28 04:29:43 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:42 +0100 |
commit | 2318ae07fa5baaead4c1bc55bc4e63694c1942dc (patch) | |
tree | 85a7397ad3f58e4d2d58a91eac0e5cc682e02282 /libcrystfel/src/image.h | |
parent | 0f7fc1d4d2e8022a1166e17ccd694f1d1b855d67 (diff) |
Hooks for estimation of maximum resolution for each image
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 4d4ac2d7..5f11b425 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -84,6 +84,7 @@ typedef struct _imagefeaturelist ImageFeatureList; * double osf; * double profile_radius; * int pr_dud; + * double diffracting_resolution; * * int width; * int height; @@ -150,6 +151,7 @@ struct image { double osf; /* Overall scaling factor */ double profile_radius; /* Radius of reflection */ int pr_dud; /* Post refinement failed */ + double diffracting_resolution; /* Max 1/d in m^-1 */ int width; int height; |