From e38375cb0af448c3a7f3667594cf06d1117132c7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 9 Mar 2012 15:58:15 +0100 Subject: Use ADU per eV in geometry file, rather than ADU per photon in beam file Conflicts: src/get_hkl.c tests/morphology_check.c --- libcrystfel/src/detector.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrystfel/src/detector.h') diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index 53aca93d..b3743935 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -59,6 +59,7 @@ struct panel double peak_sep; /* Characteristic peak separation */ double integr_radius; /* Peak integration radius */ char *rigid_group; /* Rigid group, or -1 for none */ + double adu_per_eV; /* Number of ADU per eV */ double fsx; double fsy; -- cgit v1.2.3