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
a7639bf3
Commit
a7639bf3
authored
Jun 30, 2011
by
Thomas White
Browse files
Match profile radius across programs
parent
388a397d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/partial_sim.c
View file @
a7639bf3
...
...
@@ -267,7 +267,7 @@ int main(int argc, char *argv[])
image
.
lambda
=
ph_en_to_lambda
(
eV_to_J
(
beam
->
photon_energy
));
image
.
div
=
beam
->
divergence
;
image
.
bw
=
beam
->
bandwidth
;
image
.
profile_radius
=
0.00
5
e9
;
image
.
profile_radius
=
0.00
01
e9
;
image
.
i0_available
=
0
;
image
.
filename
=
malloc
(
256
);
...
...
src/partialator.c
View file @
a7639bf3
...
...
@@ -340,7 +340,7 @@ int main(int argc, char *argv[])
images
[
n_usable_patterns
].
width
=
det
->
max_fs
;
images
[
n_usable_patterns
].
height
=
det
->
max_ss
;
images
[
n_usable_patterns
].
osf
=
1
.
0
;
images
[
n_usable_patterns
].
profile_radius
=
0.00
5
e9
;
images
[
n_usable_patterns
].
profile_radius
=
0.00
01
e9
;
images
[
n_usable_patterns
].
pr_dud
=
0
;
/* Muppet proofing */
...
...
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