diff options
author | Thomas White <taw@physics.org> | 2012-02-24 14:05:30 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-24 14:05:30 +0100 |
commit | 4f3cc1d9d9732b413009bafb30941809102492fb (patch) | |
tree | f207ead0670692fbcd3d8ee571d128f73c30a30b /libcrystfel/src/image.h | |
parent | 77aa89c814cc73dca0dd977910c959bdc8ae0e78 (diff) |
Remove I0 stuff
Nothing used it, and it can't really be useful for anything. Use 'osf' instead.
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index a6120066..bdf4b18a 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -91,8 +91,6 @@ typedef struct _imagefeaturelist ImageFeatureList; * double lambda; * double div; * double bw; - * double i0; - * int i0_available; * double osf; * double profile_radius; * int pr_dud; @@ -157,9 +155,6 @@ struct image { double lambda; /* Wavelength in m */ double div; /* Divergence in radians */ double bw; /* Bandwidth as a fraction */ - double i0; /* Incident intensity */ - int i0_available; /* 0 if f0 wasn't available - * from the input. */ double osf; /* Overall scaling factor */ double profile_radius; /* Radius of reflection */ int pr_dud; /* Post refinement failed */ |