aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-26 10:42:18 +0100
committerThomas White <taw@physics.org>2010-03-26 10:42:18 +0100
commit24f39356872ec7e504ca8c7800066a61c030e5be (patch)
tree9acb4ecf99c9f31f184631abef18769db9997975
parentaa60d83eeaa10040682be0cc3ceb4a33d14bb155 (diff)
Update wavelength -> 1790 eV
-rw-r--r--src/get_hkl.c2
-rw-r--r--src/pattern_sim.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c
index f662f06f..0240826c 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -153,7 +153,7 @@ int main(int argc, char *argv[])
}
mol = load_molecule();
- get_reflections_cached(mol, eV_to_J(1.8e3));
+ get_reflections_cached(mol, eV_to_J(1790.0));
ideal_ref = ideal_intensities(mol->reflections);
counts = new_list_count();
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 65e020ac..05cf57d4 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -227,7 +227,7 @@ int main(int argc, char *argv[])
/* Define image parameters */
image.width = 1024;
image.height = 1024;
- image.lambda = ph_en_to_lambda(eV_to_J(2.0e3)); /* Wavelength */
+ image.lambda = ph_en_to_lambda(eV_to_J(1790.0)); /* Wavelength */
image.molecule = load_molecule();
#include "geometry-lcls.tmp"