From 6910e4ef415ea627d95e99ded041725d16874eb7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 24 May 2013 12:07:09 +0200 Subject: Assign rigid group for panels which don't have one --- libcrystfel/src/detector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/detector.h') diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index c8d36396..0f9be817 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -62,7 +62,7 @@ struct panel double res; /* Resolution in pixels per metre */ char badrow; /* 'x' or 'y' */ int no_index; /* Don't index peaks in this panel if non-zero */ - char *rigid_group; /* Rigid group, or -1 for none */ + char *rigid_group; /* Rigid group name */ double adu_per_eV; /* Number of ADU per eV */ double max_adu; /* Treat pixel as unreliable if higher than this */ -- cgit v1.2.3