aboutsummaryrefslogtreecommitdiff
path: root/src/iprtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iprtest.c')
-rw-r--r--src/iprtest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iprtest.c b/src/iprtest.c
index 7f9541d..6ff7651 100644
--- a/src/iprtest.c
+++ b/src/iprtest.c
@@ -117,9 +117,9 @@ int main(int argc, char *argv[]) {
ctx->image = malloc(sizeof(ImageRecord));
ctx->image->image = NULL;
- ctx->image->tilt = 10.0;
- ctx->image->omega = 90.0;
- ctx->image->slop = 0.0;
+ ctx->image->tilt = deg2rad(25.0);
+ ctx->image->omega = deg2rad(90.0);
+ ctx->image->slop = deg2rad(0.0);
ctx->image->fmode = FORMULATION_PIXELSIZE;
ctx->image->pixel_size = 0.6e8;
ctx->image->camera_len = 0.0;