aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
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;