diff options
author | Thomas White <taw@physics.org> | 2010-11-18 15:27:13 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:06 +0100 |
commit | cf074c7d62721ce324dfac93c1c9fca45577c142 (patch) | |
tree | d619c78ec71cbfc3d139ea63bc54cef32800a190 /src/image.h | |
parent | 66824469cd43ce5dcc7df58f631ce1791dc7058c (diff) |
facetron: Initial refinement stuff
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index 6b09dfc4..ae2f3179 100644 --- a/src/image.h +++ b/src/image.h @@ -94,7 +94,6 @@ struct image { /* Information about the crystal */ double m; /* Mosaicity in radians */ - /* Per-shot radiation values */ double lambda; /* Wavelength in m */ double div; /* Divergence in radians */ @@ -102,6 +101,7 @@ struct image { double f0; /* Incident intensity */ int f0_available; /* 0 if f0 wasn't available * from the input. */ + double osf; /* Overall scaling factor */ int width; int height; |