From 15de5ba81a81c537310100e1f36d040455f29abd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 16 Oct 2009 11:24:45 +0200 Subject: New image parameters --- src/sim-main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sim-main.c b/src/sim-main.c index fe8572bc..c2aef654 100644 --- a/src/sim-main.c +++ b/src/sim-main.c @@ -70,8 +70,8 @@ int main(int argc, char *argv[]) list = image_list_new(); image.width = 512; image.height = 512; - image.tilt = 0.0; - image.omega = 0.0; + image.tilt = deg2rad(10.0); + image.omega = deg2rad(0.0); image.fmode = FORMULATION_CLEN; image.x_centre = 255.5; image.y_centre = 255.5; -- cgit v1.2.3