aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/datatemplate.c')
-rw-r--r--libcrystfel/src/datatemplate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/datatemplate.c b/libcrystfel/src/datatemplate.c
index f524f185..4c4f58fb 100644
--- a/libcrystfel/src/datatemplate.c
+++ b/libcrystfel/src/datatemplate.c
@@ -874,7 +874,7 @@ DataTemplate *data_template_new_from_string(const char *string_in)
dt->rigid_groups = NULL;
dt->n_rg_collections = 0;
dt->rigid_group_collections = NULL;
- dt->bandwidth = 0.0;
+ dt->bandwidth = 0.00000001;
dt->peak_list = NULL;
dt->shift_x_from = NULL;
dt->shift_y_from = NULL;