From 4f3cc1d9d9732b413009bafb30941809102492fb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 24 Feb 2012 14:05:30 +0100 Subject: Remove I0 stuff Nothing used it, and it can't really be useful for anything. Use 'osf' instead. --- libcrystfel/src/image.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libcrystfel/src/image.h') 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 */ -- cgit v1.2.3