Skip to content
GitLab
Menu
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
97335766
Commit
97335766
authored
Jul 11, 2011
by
Thomas White
Committed by
Thomas White
Feb 22, 2012
Browse files
partial_sim: More realistic (and less wrong..) noise parameters
parent
623939fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partial_sim.c
View file @
97335766
...
...
@@ -98,10 +98,10 @@ static void calculate_partials(RefList *partial, double osf,
Ip
=
osf
*
p
*
If
;
Ip
=
gaussian_noise
(
Ip
,
Ip
/
10
.
0
);
Ip
=
gaussian_noise
(
Ip
,
1
0
0
.
0
);
set_int
(
refl
,
Ip
);
set_esd_intensity
(
refl
,
100
0
.
0
);
set_esd_intensity
(
refl
,
100
.
0
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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