Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
22d4f329
Commit
22d4f329
authored
Nov 09, 2011
by
Thomas White
Browse files
compare_hkl: Record actual number of (common) reflections used for Rsplit in each shell
parent
97193f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/compare_hkl.c
View file @
22d4f329
...
...
@@ -180,7 +180,8 @@ static void plot_shells(RefList *list1, RefList *list2, double scale,
double
r
,
cen
;
cen
=
rmins
[
i
]
+
(
rmaxs
[
i
]
-
rmins
[
i
])
/
2
.
0
;
r
=
(
2
.
0
*
(
num
[
i
]
/
den
)
*
((
double
)
ctot
/
cts
[
i
]))
/
sqrt
(
2
.
0
);
fprintf
(
fh
,
"%10.3f %10.2f
\n
"
,
cen
*
1.0e-9
,
r
*
100
.
0
);
fprintf
(
fh
,
"%10.3f %10.2f %10i
\n
"
,
cen
*
1.0e-9
,
r
*
100
.
0
,
cts
[
i
]);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment