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
75a49432
Commit
75a49432
authored
Jul 05, 2011
by
Thomas White
Browse files
Tweak PR parameters
parent
e26edd4e
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/partial_sim.c
View file @
75a49432
...
...
@@ -38,7 +38,7 @@ static void mess_up_cell(UnitCell *cell)
double
cx
,
cy
,
cz
;
/* Cell noise in percent */
const
double
cnoise
=
0
.
5
;
const
double
cnoise
=
0
.
2
;
//STATUS("Real:\n");
//cell_print(cell);
...
...
@@ -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
01
e9
;
image
.
profile_radius
=
0.00
3
e9
;
image
.
i0_available
=
0
;
image
.
filename
=
malloc
(
256
);
...
...
src/partialator.c
View file @
75a49432
...
...
@@ -413,7 +413,7 @@ int main(int argc, char *argv[])
cur
->
width
=
det
->
max_fs
;
cur
->
height
=
det
->
max_ss
;
cur
->
osf
=
1
.
0
;
cur
->
profile_radius
=
0.00
01
e9
;
cur
->
profile_radius
=
0.00
3
e9
;
cur
->
pr_dud
=
0
;
/* Muppet proofing */
...
...
src/post-refinement.c
View file @
75a49432
...
...
@@ -515,5 +515,5 @@ void pr_refine(struct image *image, const RefList *full, const char *sym)
i
++
;
}
while
(
(
max_shift
>
0
.
0
1
)
&&
(
i
<
MAX_CYCLES
)
);
}
while
(
(
max_shift
>
5
0
.
0
)
&&
(
i
<
MAX_CYCLES
)
);
}
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