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
3f9afa39
Commit
3f9afa39
authored
Feb 11, 2020
by
Thomas White
Browse files
indexamajig: Fix incorrect units of default cell tolerance
parent
b00c033e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/indexamajig.c
View file @
3f9afa39
...
...
@@ -635,9 +635,9 @@ int main(int argc, char *argv[])
args
.
iargs
.
tols
[
0
]
=
0
.
05
;
args
.
iargs
.
tols
[
1
]
=
0
.
05
;
args
.
iargs
.
tols
[
2
]
=
0
.
05
;
args
.
iargs
.
tols
[
3
]
=
1
.
5
;
args
.
iargs
.
tols
[
4
]
=
1
.
5
;
args
.
iargs
.
tols
[
5
]
=
1
.
5
;
args
.
iargs
.
tols
[
3
]
=
deg2rad
(
1
.
5
)
;
args
.
iargs
.
tols
[
4
]
=
deg2rad
(
1
.
5
)
;
args
.
iargs
.
tols
[
5
]
=
deg2rad
(
1
.
5
)
;
args
.
iargs
.
threshold
=
800
.
0
;
args
.
iargs
.
min_sq_gradient
=
100000
.
0
;
args
.
iargs
.
min_snr
=
5
.
0
;
...
...
Write
Preview
Markdown
is supported
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