summaryrefslogtreecommitdiffstats
path: root/src/ufo-backproject-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-backproject-task.c')
-rw-r--r--src/ufo-backproject-task.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ufo-backproject-task.c b/src/ufo-backproject-task.c
index 11daaf6..74c3ab5 100644
--- a/src/ufo-backproject-task.c
+++ b/src/ufo-backproject-task.c
@@ -442,21 +442,21 @@ ufo_backproject_task_class_init (UfoBackprojectTaskClass *klass)
g_param_spec_uint ("num-projections",
"Number of projections between 0 and 180 degrees",
"Number of projections between 0 and 180 degrees",
- 0, +8192, 0,
+ 0, +32768, 0,
G_PARAM_READWRITE);
properties[PROP_OFFSET] =
g_param_spec_uint ("offset",
"Offset to the first projection",
"Offset to the first projection",
- 0, +8192, 0,
+ 0, +32768, 0,
G_PARAM_READWRITE);
properties[PROP_AXIS_POSITION] =
g_param_spec_double ("axis-pos",
"Position of rotation axis",
"Position of rotation axis",
- -1.0, +8192.0, 0.0,
+ -1.0, +32768.0, 0.0,
G_PARAM_READWRITE);
properties[PROP_ANGLE_STEP] =