aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-12-02 11:34:59 +0100
committerThomas White <taw@physics.org>2009-12-02 11:34:59 +0100
commit6ee719ca5d1cdbf63883c06a7d64b11622807c59 (patch)
treea6ef8c93ab57b061fa23e02de6384a8c1b0cba73 /src/pattern_sim.c
parent14ed5b7569dedf5905deafcb892084ccb2f1f4a3 (diff)
Lower camera length (5cm)
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r--src/pattern_sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 065fed72..881ef663 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -199,7 +199,7 @@ int main(int argc, char *argv[])
image.fmode = FORMULATION_CLEN;
image.x_centre = 512.5;
image.y_centre = 512.5;
- image.camera_len = 0.10; /* 10 cm (front CCD can move from 5cm-20cm) */
+ image.camera_len = 0.05; /* 5 cm (front CCD can move from 5cm-20cm) */
image.resolution = 13333.3; /* 75 micron pixel size */
image.xray_energy = eV_to_J(2.0e3); /* 2 keV energy */
image.lambda = ph_en_to_lambda(image.xray_energy); /* Wavelength */