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
50b0746f
Commit
50b0746f
authored
Nov 22, 2011
by
Thomas White
Browse files
partial_sim: Add debug output
parent
ce861440
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partial_sim.c
View file @
50b0746f
...
...
@@ -123,6 +123,9 @@ static void calculate_partials(RefList *partial, double osf,
if
(
(
bin
<
NBINS
)
&&
(
bin
>=
0
)
)
{
p_hist
[
bin
]
+=
p
;
n_ref
[
bin
]
++
;
}
else
{
STATUS
(
"Reflection out of histogram range: %e %i %f
\n
"
,
resolution
(
cell
,
h
,
k
,
l
),
bin
,
p
);
}
Ip
=
gaussian_noise
(
Ip
,
100
.
0
);
...
...
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