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
5d6141ce
Commit
5d6141ce
authored
Jul 08, 2011
by
Thomas White
Browse files
partial_sim: Give correct ESDs
(Otherwise scaling breaks horribly)
parent
df8544cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partial_sim.c
View file @
5d6141ce
...
...
@@ -101,7 +101,7 @@ static void calculate_partials(RefList *partial, double osf,
Ip
=
gaussian_noise
(
Ip
,
Ip
/
10
.
0
);
set_int
(
refl
,
Ip
);
set_esd_intensity
(
refl
,
Ip
/
1
0
.
0
);
set_esd_intensity
(
refl
,
100
0
.
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